13189 Commits (218d915445b5936c2de1ffe1e2c97b3f3d20becc)
 

Author SHA1 Message Date
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 056aba2b4f Remove fallbacks for boost_filesystem < v3 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
John Newbery 467df390f0 Remove nonsense #undef foreach 8 years ago
Jonas Schnelli ca9955e706
Remove bitseed.xf2.org form the dns seed list 8 years ago
Wladimir J. van der Laan 3ddfe29837 netbase: Do not print an error on connection timeouts through proxy 8 years ago
Wladimir J. van der Laan 13f608582c netbase: Make InterruptibleRecv return an error code instead of bool 8 years ago
Wladimir J. van der Laan 36f9d3ae6d
Merge #9718: Qt/Intro: Various fixes 8 years ago
Luke Dashjr f6d18f5b33 Qt/Intro: Explain a bit more what will happen first time 8 years ago
Koki Takahashi 36164faa33 Fix typo and spelling inconsistency in CONTRIBUTING.md 8 years ago
Luke Dashjr 50c56570b2 Qt/Intro: Storage shouldn't grow significantly with pruning enabled 8 years ago
Luke Dashjr 9adb694b17 Qt/Intro: Move sizeWarningLabel text into C++ code 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
Wladimir J. van der Laan 29c53289a9 bench: Fix initialization order in registration 8 years ago
John Newbery 9949ebfa6a [Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
practicalswift a47da4b6fe Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 8 years ago
Wladimir J. van der Laan b709fe7ffc
Merge #9532: Remove unused variables 8 years ago
Wladimir J. van der Laan 729de15b63
Merge #9604: [Trivial] add comment about setting peer as HB peer. 8 years ago
Wladimir J. van der Laan 5cc2ebb619 Update OpenBSD and FreeBSD build steps 8 years ago
Wladimir J. van der Laan 8713de83a0 build: Add options to override BDB cflags/libs 8 years ago
Cory Fields 9a0b784dea net: add a lock around hSocket 8 years ago
Cory Fields 45e2e08561 net: rearrange so that socket accesses can be grouped together 8 years ago
Wladimir J. van der Laan 02464da5e4
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 8 years ago
John Newbery 3de3ccdfaa Refactor rpc-tests.py 8 years ago
Wladimir J. van der Laan 870cd2b58a
Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member. 8 years ago
John Newbery afd38e7cc8 Improve rpc-tests.py arguments 8 years ago
John Newbery 91bfffff5d Use argparse in rpc_tests.py 8 years ago
Wladimir J. van der Laan 40f7e27d25
Merge #9650: Better handle invalid parameters to signrawtransaction 8 years ago
Wladimir J. van der Laan 09e0c28f85
Merge #9659: Net: Turn some methods and params/variables const 8 years ago
Wladimir J. van der Laan 986ba005ed
Merge #9651: Fix typos 8 years ago