12016-11-28T00:31:17 *** chatter has joined #bitcoin-core-dev
22016-11-28T00:51:42 *** AaronvanW has quit IRC
32016-11-28T01:07:58 *** Chris_Stewart_5 has joined #bitcoin-core-dev
42016-11-28T01:50:19 *** Victorsueca has joined #bitcoin-core-dev
52016-11-28T01:52:40 *** Ylbam has quit IRC
62016-11-28T01:55:53 *** kadoban has quit IRC
72016-11-28T01:57:25 *** Cory has quit IRC
82016-11-28T02:00:04 *** Cory has joined #bitcoin-core-dev
92016-11-28T02:18:11 *** Giszmo has quit IRC
102016-11-28T02:36:32 *** Victorsueca has quit IRC
112016-11-28T03:12:16 *** cysm has joined #bitcoin-core-dev
122016-11-28T03:45:06 *** justan0theruser has joined #bitcoin-core-dev
132016-11-28T03:47:42 *** justanotheruser has quit IRC
142016-11-28T04:33:01 *** molz has joined #bitcoin-core-dev
152016-11-28T04:33:14 *** molz is now known as moli
162016-11-28T04:33:50 *** Victorsueca has joined #bitcoin-core-dev
172016-11-28T04:36:43 *** mol has quit IRC
182016-11-28T05:08:45 <jl2012> i need to do some debug. How could I make it to print all p2p messages to the log?
192016-11-28T05:09:05 <achow101> jl2012: -debug=net
202016-11-28T05:09:13 <jl2012> thanks!
212016-11-28T05:18:38 <jl2012> achow101: what if I also want to see the full messages, such as the block data being sent?
222016-11-28T05:19:47 <achow101> I don't think there is an option to log all of that. you can wireshark it though
232016-11-28T05:22:48 *** Victorsueca has quit IRC
242016-11-28T05:30:26 *** Alopex has quit IRC
252016-11-28T05:31:31 *** Alopex has joined #bitcoin-core-dev
262016-11-28T05:42:31 *** Alopex has quit IRC
272016-11-28T05:43:36 *** Alopex has joined #bitcoin-core-dev
282016-11-28T06:07:01 *** Alopex has quit IRC
292016-11-28T06:08:07 *** Alopex has joined #bitcoin-core-dev
302016-11-28T06:19:06 *** Alopex has quit IRC
312016-11-28T06:20:11 *** Alopex has joined #bitcoin-core-dev
322016-11-28T06:46:22 *** Alopex has quit IRC
332016-11-28T06:47:27 *** Alopex has joined #bitcoin-core-dev
342016-11-28T06:54:04 *** shangzhou has joined #bitcoin-core-dev
352016-11-28T06:56:06 *** Ylbam has joined #bitcoin-core-dev
362016-11-28T06:56:13 <shangzhou> 2:34 PM <wumpus> shangzhou: it has no (ut)ACKs at all,certainly still needs review
372016-11-28T06:58:46 <shangzhou> wumpus: #9037 just a reminder :)
382016-11-28T06:58:48 <gribble> https://github.com/bitcoin/bitcoin/issues/9037 | net: Add test-before-evict discipline to addrman by EthanHeilman · Pull Request #9037 · bitcoin/bitcoin · GitHub
392016-11-28T06:59:14 <wumpus> shangzhou: it still has no ACKs, so is by no means ready for merging, no need to remind me of it
402016-11-28T06:59:42 <wumpus> (well it has kazcw's but it was there last time IIRC)
412016-11-28T07:00:21 <wumpus> would be great if people reviewed it ofc
422016-11-28T07:00:22 <shangzhou> Ok thanks
432016-11-28T07:01:18 <wumpus> but I'm perfectly able to revisit pull requests that still haven't moved forward, while I tend to miss the ones which everybody (TM) acked and should be merged, that's why I asked people
442016-11-28T07:21:20 *** Victorsueca has joined #bitcoin-core-dev
452016-11-28T07:37:26 *** Atomicat has quit IRC
462016-11-28T07:50:01 <BlueMatt> wumpus: re: #9229 yes, but the fix should be fixing the autotools detection of inet_pton, not continuing to work around it?
472016-11-28T07:50:03 <gribble> https://github.com/bitcoin/bitcoin/issues/9229 | Remove calls to getaddrinfo_a by TheBlueMatt · Pull Request #9229 · bitcoin/bitcoin · GitHub
482016-11-28T07:50:10 <BlueMatt> (or are you suggesting just remove that codeblock?0
492016-11-28T07:57:51 *** Victorsueca has quit IRC
502016-11-28T08:01:41 *** Atomicat has joined #bitcoin-core-dev
512016-11-28T08:04:11 <BlueMatt> (though its also weird we have so many ifdef branches there....)
522016-11-28T08:18:29 <jonasschnelli> BlueMatt: Haven't really looked at this, but AFAIK libevent provides portable wrappers for some of those functions..
532016-11-28T08:18:59 <BlueMatt> jonasschnelli: yes, eventually we should switch everything to libevent...for now, lets just fix the segfault in a backport-able way :p
542016-11-28T08:19:25 <jonasschnelli> Yes. Makes sense.
552016-11-28T08:21:38 *** arowser has quit IRC
562016-11-28T08:23:03 *** arowser has joined #bitcoin-core-dev
572016-11-28T08:29:39 <bitcoin-git> [bitcoin] fsb4000 opened pull request #9233: Fix some typos (master...master) https://github.com/bitcoin/bitcoin/pull/9233
582016-11-28T08:32:23 *** jcorgan has left #bitcoin-core-dev
592016-11-28T08:46:16 *** chatter has joined #bitcoin-core-dev
602016-11-28T08:49:00 *** chatter has quit IRC
612016-11-28T08:52:30 *** paveljanik has quit IRC
622016-11-28T08:55:20 *** chatter has joined #bitcoin-core-dev
632016-11-28T08:59:37 *** cysm has quit IRC
642016-11-28T09:01:35 <wumpus> the getaddrinfo_a issue is curious, I have a nagging feeling we're just using it wrong, it's hard to believe a standard library function to be so trivially broken. Then again, in that case it makes sense to replace its usage too.
652016-11-28T09:07:30 *** laurentmt has joined #bitcoin-core-dev
662016-11-28T09:08:11 *** laurentmt has quit IRC
672016-11-28T09:09:25 *** moli has quit IRC
682016-11-28T09:11:37 *** Ginnarr has joined #bitcoin-core-dev
692016-11-28T09:11:46 *** shangzhou has quit IRC
702016-11-28T09:14:17 *** jannes has joined #bitcoin-core-dev
712016-11-28T09:16:32 *** chatter has quit IRC
722016-11-28T09:17:33 *** Ginnarr has quit IRC
732016-11-28T09:19:28 *** Ginnarr has joined #bitcoin-core-dev
742016-11-28T09:20:08 *** Ginnarr has quit IRC
752016-11-28T09:26:19 *** moli has joined #bitcoin-core-dev
762016-11-28T09:44:34 *** Victorsueca has joined #bitcoin-core-dev
772016-11-28T09:45:01 <wumpus> BlueMatt: I'm not suggesting any specific fix, just trying to figure out what is going wrong in the first place
782016-11-28T09:45:31 <wumpus> BlueMatt: using inet_pton on systems that actually have it is great, I don't know why it falsely detects its presence on windows
792016-11-28T09:47:42 <wumpus> only on windows *64 bit* at that
802016-11-28T09:52:36 *** fanquake has joined #bitcoin-core-dev
812016-11-28T09:58:08 <fanquake> wumpus looks like pretty much all the code in 9229 was introduced in #4421
822016-11-28T09:58:10 <gribble> https://github.com/bitcoin/bitcoin/issues/4421 | Use async name resolving to improve net thread responsiveness by 4tar · Pull Request #4421 · bitcoin/bitcoin · GitHub
832016-11-28T10:01:05 <wumpus> fanquake: indeed, good find
842016-11-28T10:10:34 <fanquake> wumpus re 'none required', see https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Libraries.html
852016-11-28T10:10:38 <fanquake> "The result of this test is cached in the ac_cv_search_function variable as ânone requiredâ if function is already available"
862016-11-28T10:23:04 *** Victorsueca has quit IRC
872016-11-28T10:47:26 *** Victorsueca has joined #bitcoin-core-dev
882016-11-28T11:04:48 *** Guyver2 has joined #bitcoin-core-dev
892016-11-28T11:23:17 *** Atomicat has quit IRC
902016-11-28T11:36:37 <jl2012> where is the code for sending block to another node through p2p network?
912016-11-28T11:52:14 *** arubi has quit IRC
922016-11-28T11:52:34 *** arubi has joined #bitcoin-core-dev
932016-11-28T11:52:53 *** fanquake has quit IRC
942016-11-28T11:56:50 *** molz has joined #bitcoin-core-dev
952016-11-28T11:59:01 *** moli has quit IRC
962016-11-28T11:59:37 *** laurentmt has joined #bitcoin-core-dev
972016-11-28T11:59:58 *** laurentmt has quit IRC
982016-11-28T12:09:44 *** Atomicat has joined #bitcoin-core-dev
992016-11-28T12:26:45 *** arubi has quit IRC
1002016-11-28T12:59:36 *** arubi has joined #bitcoin-core-dev
1012016-11-28T13:36:26 *** kadoban has joined #bitcoin-core-dev
1022016-11-28T13:42:15 *** laurentmt has joined #bitcoin-core-dev
1032016-11-28T13:42:33 *** laurentmt has quit IRC
1042016-11-28T13:45:20 <jonasschnelli> jl2012: have a look at ProcessGetData in main.cpp
1052016-11-28T13:45:31 <jonasschnelli> There is a if (inv.type == MSG_BLOCK)
1062016-11-28T13:53:53 *** MarcoFalke has joined #bitcoin-core-dev
1072016-11-28T14:07:11 *** Soligor has quit IRC
1082016-11-28T14:11:43 *** To7 has quit IRC
1092016-11-28T14:15:55 *** Soligor has joined #bitcoin-core-dev
1102016-11-28T14:27:29 *** MarcoFalke has left #bitcoin-core-dev
1112016-11-28T14:38:44 *** JackH has quit IRC
1122016-11-28T14:56:38 *** laurentmt has joined #bitcoin-core-dev
1132016-11-28T14:59:47 *** To7 has joined #bitcoin-core-dev
1142016-11-28T15:03:57 *** Giszmo has joined #bitcoin-core-dev
1152016-11-28T15:04:15 *** laurentmt has quit IRC
1162016-11-28T15:09:49 <timothy> may I ask an "ethic" question?
1172016-11-28T15:16:37 *** bsm1175321 is now known as bsm117532
1182016-11-28T15:37:56 *** jcorgan has joined #bitcoin-core-dev
1192016-11-28T15:40:37 *** dcousens has quit IRC
1202016-11-28T16:01:44 *** GreenIsMyPepper has quit IRC
1212016-11-28T16:01:44 *** ryanofsky has quit IRC
1222016-11-28T16:01:44 *** luke-jr has quit IRC
1232016-11-28T16:01:44 *** wolfspraul has quit IRC
1242016-11-28T16:01:44 *** thokon00 has quit IRC
1252016-11-28T16:01:45 *** zmanian has quit IRC
1262016-11-28T16:01:45 *** Guest82720 has quit IRC
1272016-11-28T16:01:45 *** jeremyrubin has quit IRC
1282016-11-28T16:01:45 *** thestringpuller has quit IRC
1292016-11-28T16:01:51 *** thokon00 has joined #bitcoin-core-dev
1302016-11-28T16:01:51 *** wolfspraul has joined #bitcoin-core-dev
1312016-11-28T16:02:06 *** ryanofsky has joined #bitcoin-core-dev
1322016-11-28T16:02:19 *** jeremyrubin has joined #bitcoin-core-dev
1332016-11-28T16:02:22 *** thestringpuller has joined #bitcoin-core-dev
1342016-11-28T16:02:23 *** luke-jr has joined #bitcoin-core-dev
1352016-11-28T16:02:31 *** GreenIsMyPepper has joined #bitcoin-core-dev
1362016-11-28T16:02:46 *** thestringpuller is now known as Guest3413
1372016-11-28T16:06:01 *** zmanian has joined #bitcoin-core-dev
1382016-11-28T16:10:34 *** windsok has quit IRC
1392016-11-28T16:11:06 *** paveljanik has joined #bitcoin-core-dev
1402016-11-28T16:13:16 *** windsok has joined #bitcoin-core-dev
1412016-11-28T16:17:34 <bitcoin-git> [bitcoin] laanwj opened pull request #9234: torcontrol: Explicitly request RSA1024 private key (master...2016_11_torcontrol_key_ttpe) https://github.com/bitcoin/bitcoin/pull/9234
1422016-11-28T16:21:58 *** ChillazZ has joined #bitcoin-core-dev
1432016-11-28T16:22:22 *** ChillazZ is now known as Guest13131
1442016-11-28T16:25:39 *** k0ng has joined #bitcoin-core-dev
1452016-11-28T16:31:43 *** justan0theruser has quit IRC
1462016-11-28T16:43:57 *** laurentmt has joined #bitcoin-core-dev
1472016-11-28T16:44:22 *** laurentmt has quit IRC
1482016-11-28T17:06:18 *** Chris_Stewart_5 has quit IRC
1492016-11-28T17:09:36 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1502016-11-28T17:10:36 *** Taek has joined #bitcoin-core-dev
1512016-11-28T17:19:26 *** Victorsueca has quit IRC
1522016-11-28T17:33:05 *** droark has joined #bitcoin-core-dev
1532016-11-28T18:07:27 *** laurentmt has joined #bitcoin-core-dev
1542016-11-28T18:09:57 *** Guest3413 is now known as thestringpuller
1552016-11-28T18:10:04 *** thestringpuller has joined #bitcoin-core-dev
1562016-11-28T18:11:56 *** Victorsueca has joined #bitcoin-core-dev
1572016-11-28T18:12:28 *** laurentmt has quit IRC
1582016-11-28T18:30:28 *** moli has joined #bitcoin-core-dev
1592016-11-28T18:32:01 *** molz has quit IRC
1602016-11-28T18:51:05 *** Chris_Stewart_5 has quit IRC
1612016-11-28T18:52:33 *** molz has joined #bitcoin-core-dev
1622016-11-28T18:55:12 *** moli has quit IRC
1632016-11-28T18:58:45 *** mol has joined #bitcoin-core-dev
1642016-11-28T19:00:20 *** molz has quit IRC
1652016-11-28T19:10:11 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1662016-11-28T20:19:09 *** mol has quit IRC
1672016-11-28T21:29:11 *** MarcoFalke has joined #bitcoin-core-dev
1682016-11-28T21:34:59 *** protomar has joined #bitcoin-core-dev
1692016-11-28T21:37:33 *** murchandamus has quit IRC
1702016-11-28T21:48:09 *** btcdrak has quit IRC
1712016-11-28T21:49:48 *** murchandamus has joined #bitcoin-core-dev
1722016-11-28T21:52:37 *** murchandamus has quit IRC
1732016-11-28T22:23:40 *** Guyver2 has quit IRC
1742016-11-28T22:24:41 *** protomar has quit IRC
1752016-11-28T22:31:29 *** jannes has quit IRC
1762016-11-28T22:57:28 *** MarcoFalke has left #bitcoin-core-dev
1772016-11-28T23:05:58 *** aalex__ has quit IRC
1782016-11-28T23:52:32 *** justanotheruser has joined #bitcoin-core-dev
1792016-11-28T23:59:59 *** abpa has joined #bitcoin-core-dev