12933 Commits (00e623d0b8cd1c261a2671aa8ab221a0474bc7c8)
 

Author SHA1 Message Date
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 8 years ago
Jonas Schnelli a441db01b5
Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice 8 years ago
Wladimir J. van der Laan e87ce95fbd
Merge #9720: net: fix banning and disallow sending messages before receiving verack 8 years ago
Wladimir J. van der Laan b08656e343
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec 8 years ago
Wladimir J. van der Laan edc9e63c57
Merge #9682: Require timestamps for importmulti keys 8 years ago
Wladimir J. van der Laan ec66d06e6e
Merge #9735: devtools: Handle Qt formatting characters edge-case in update-translations.py 8 years ago
Cory Fields d9434918d2 qa: add a test to detect leaky p2p messages 8 years ago
Matt Corallo 8650bbb660 qa: Expose on-connection to mininode listeners 8 years ago
Matt Corallo 5b5e4f8330 qa: mininode learns when a socket connects, not its first action 8 years ago
Cory Fields cbfc5a6728 net: require a verack before responding to anything else 8 years ago
Cory Fields 8502e7acbe net: parse reject earlier 8 years ago
Cory Fields c45b9fb54c net: correctly ban before the handshake is complete 8 years ago
Luke Dashjr 0b4f273e9c Bugfix: Qt/Options: Restore persistent "restart required" notice 8 years ago
Wladimir J. van der Laan d978c41e1e
Merge #9736: Pre-0.14.0 hardcoded seeds update 8 years ago
Pieter Wuille a06ede9a13
Merge #9708: Clean up all known races/platform-specific UB at the time PR was opened 8 years ago
Russell Yanofsky 266a8114cb Use MTP for importmulti "now" timestamps 8 years ago
Russell Yanofsky 3cf991756c Add test to check new importmulti "now" value 8 years ago
Russell Yanofsky 442887f27f Require timestamps for importmulti keys 8 years ago
MarcoFalke b860915f8b
Merge #9707: Fix RPC failure testing 8 years ago
Matt Corallo db2dc7a58c Move CNode::addrLocal access behind locked accessors 8 years ago
Matt Corallo 036073bf87 Move CNode::addrName accesses behind locked accessors 8 years ago
Matt Corallo d8f2b8a8c0 Make nTimeBestReceived atomic 8 years ago
Matt Corallo 22b4966a29 Move [clean|str]SubVer writes/copyStats into a lock 8 years ago
Matt Corallo 0f31872615 Make nServices atomic 8 years ago
Matt Corallo 96f42d8a12 Make nStartingHeight atomic 8 years ago
Matt Corallo 512731bed0 Access fRelayTxes with cs_filter lock in copyStats 8 years ago
Matt Corallo ae683c1b19 Avoid copying CNodeStats to make helgrind OK with buggy std::string 8 years ago
Matt Corallo 644f1234e2 Make nTimeConnected const in CNode 8 years ago
Cory Fields 321d0fc6b6 net: fix a few races. Credit @TheBlueMatt 8 years ago
Wladimir J. van der Laan 2447c1024e
Merge #9698: net: fix socket close race 8 years ago
Wladimir J. van der Laan a60677e394 Pre-0.14.0 hardcoded seeds update 8 years ago
Wladimir J. van der Laan bfa9393c06 contrib/seeds: Update PATTERN_AGENT 8 years ago
Wladimir J. van der Laan 4dfac2c950 Update seeds tooling to Python 3 8 years ago
Wladimir J. van der Laan 7179e7ca0d qt: Periodic translations update 8 years ago
Wladimir J. van der Laan 5e903a5ed9 devtools: Handle Qt formatting characters edge-case in update-translations.py 8 years ago
Jonas Schnelli 33f3b21407
Merge #9730: Remove bitseed.xf2.org form the dns seed list 8 years ago
Matt Corallo 66f861ade9 Add a test for P2P inactivity timeouts 8 years ago
Jonas Schnelli ca9955e706
Remove bitseed.xf2.org form the dns seed list 8 years ago
Wladimir J. van der Laan 36f9d3ae6d
Merge #9718: Qt/Intro: Various fixes 8 years ago
Luke Dashjr a9baa6d742 Bugfix: Qt/Intro: Pruned nodes never require *more* space 8 years ago
Luke Dashjr 93ffba7163 Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain 8 years ago
Luke Dashjr c8cee26100 Qt/Intro: Update block chain size 8 years ago
Matt Corallo b436f92f72 qa: Expose on-connection to mininode listeners 8 years ago
Matt Corallo 8aaba7a6b7 qa: mininode learns when a socket connects, not its first action 8 years ago
John Newbery 9db8eecac1 Fix RPC failure testing 8 years ago
Wladimir J. van der Laan dd163f5788
Merge #9674: Always enforce strict lock ordering (try or not) 8 years ago
Wladimir J. van der Laan 6a55515a9b
Merge #9705: build: Add options to override BDB cflags/libs 8 years ago
MarcoFalke d304fef374
Merge #9712: bench: Fix initialization order in registration 8 years ago
Matt Corallo 2cbd1196b7 Disconnect peers which we do not receive VERACKs from within 60 sec 8 years ago
Matt Corallo 618ee9249b Further-enforce lockordering by enforcing directly after TRY_LOCKs 8 years ago