12952 Commits (8be0866883ff4efec9182194e900a05742e1b322)
 

Author SHA1 Message Date
Russell Yanofsky 8be0866883 [qa] Simplify import-rescan.py 7 years ago
Wladimir J. van der Laan afae75fd3d
Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md 7 years ago
Wladimir J. van der Laan 8743320d6c
Merge #9763: [Trivial] Update comments referencing main.cpp 7 years ago
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 7 years ago
Wladimir J. van der Laan e43a58514d
Merge #9771: Add missing cs_wallet lock that triggers new lock held assertion 7 years ago
Wladimir J. van der Laan f8af89a918
Merge #9764: wallet: Prevent "overrides a member function but is not marked 'override'" warnings 7 years ago
Wladimir J. van der Laan 1e92e041dd
Merge #9765: Harden against mistakes handling invalid blocks 7 years ago
Russell Yanofsky 07afcd6379 Add missing cs_wallet lock that triggers new lock held assertion 7 years ago
Wladimir J. van der Laan 7a93af8340
Merge #9756: Return error when importmulti called with invalid address. 7 years ago
Wladimir J. van der Laan 476cc47da0
Merge #9758: Selectively suppress deprecation warnings 7 years ago
Suhas Daftuar ba803efb68 Harden against mistakes handling invalid blocks 7 years ago
Wladimir J. van der Laan 6c5427d24c wallet: Prevent "overrides a member function but is not marked 'override'" warnings 7 years ago
Wladimir J. van der Laan d8e8b06bd0
Merge #9108: Use importmulti timestamp when importing watch only keys (on top of #9682) 7 years ago
Wladimir J. van der Laan 4c69d683f2
Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0; 7 years ago
Jonas Schnelli a441db01b5
Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice 7 years ago
Wladimir J. van der Laan e87ce95fbd
Merge #9720: net: fix banning and disallow sending messages before receiving verack 7 years ago
Wladimir J. van der Laan b08656e343
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec 7 years ago
Wladimir J. van der Laan edc9e63c57
Merge #9682: Require timestamps for importmulti keys 7 years ago
Jonas Schnelli 4b6ccccc16
Selectively suppress deprecation warnings 7 years ago
Wladimir J. van der Laan ec66d06e6e
Merge #9735: devtools: Handle Qt formatting characters edge-case in update-translations.py 7 years ago
Cory Fields d9434918d2 qa: add a test to detect leaky p2p messages 7 years ago
Matt Corallo 8650bbb660 qa: Expose on-connection to mininode listeners 7 years ago
Matt Corallo 5b5e4f8330 qa: mininode learns when a socket connects, not its first action 7 years ago
Cory Fields cbfc5a6728 net: require a verack before responding to anything else 7 years ago
Cory Fields 8502e7acbe net: parse reject earlier 7 years ago
Cory Fields c45b9fb54c net: correctly ban before the handshake is complete 7 years ago
Russell Yanofsky 9acf25cc01 Return error when importmulti called with invalid address. 7 years ago
Luke Dashjr 0b4f273e9c Bugfix: Qt/Options: Restore persistent "restart required" notice 7 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 a80f98b1c7 Use importmulti timestamp when importing watch only keys 8 years ago
Russell Yanofsky a58370e6a2 Dedup nTimeFirstKey update logic 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