| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | net: parse reject earlier | Cory Fields | 2017-02-13 | 1 | -26/+24 | |
| | | * | | | | | | | | | | net: correctly ban before the handshake is complete | Cory Fields | 2017-02-13 | 1 | -23/+37 | |
| | * | | | | | | | | | | | Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec | Wladimir J. van der Laan | 2017-02-14 | 4 | -12/+135 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Add a test for P2P inactivity timeouts | Matt Corallo | 2017-02-09 | 2 | -0/+104 | |
| | | * | | | | | | | | | | | qa: Expose on-connection to mininode listeners | Matt Corallo | 2017-02-08 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | qa: mininode learns when a socket connects, not its first action | Matt Corallo | 2017-02-08 | 1 | -12/+24 | |
| | | * | | | | | | | | | | | Disconnect peers which we do not receive VERACKs from within 60 sec | Matt Corallo | 2017-02-07 | 1 | -0/+5 | |
| | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge #9682: Require timestamps for importmulti keys | Wladimir J. van der Laan | 2017-02-14 | 4 | -13/+77 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | Use MTP for importmulti "now" timestamps | Russell Yanofsky | 2017-02-10 | 2 | -2/+2 | |
| | | * | | | | | | | | | | Add test to check new importmulti "now" value | Russell Yanofsky | 2017-02-10 | 2 | -4/+13 | |
| | | * | | | | | | | | | | Require timestamps for importmulti keys | Russell Yanofsky | 2017-02-10 | 3 | -9/+64 | |
| | * | | | | | | | | | | | Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr... | Wladimir J. van der Laan | 2017-02-14 | 9 | -222/+1518 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | qt: Periodic translations update | Wladimir J. van der Laan | 2017-02-10 | 8 | -222/+1510 | |
| | | * | | | | | | | | | | devtools: Handle Qt formatting characters edge-case in update-translations.py | Wladimir J. van der Laan | 2017-02-10 | 1 | -0/+8 | |
| | * | | | | | | | | | | | Merge #9736: Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | 2017-02-11 | 5 | -1614/+2084 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | 2017-02-10 | 2 | -1600/+2062 | |
| | | * | | | | | | | | | | | contrib/seeds: Update PATTERN_AGENT | Wladimir J. van der Laan | 2017-02-10 | 2 | -1/+4 | |
| | | * | | | | | | | | | | | Update seeds tooling to Python 3 | Wladimir J. van der Laan | 2017-02-10 | 3 | -13/+18 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge #9708: Clean up all known races/platform-specific UB at the time PR was... | Pieter Wuille | 2017-02-10 | 3 | -45/+105 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Move CNode::addrLocal access behind locked accessors | Matt Corallo | 2017-02-10 | 3 | -7/+29 | |
| | | * | | | | | | | | | | | Move CNode::addrName accesses behind locked accessors | Matt Corallo | 2017-02-10 | 3 | -10/+30 | |
| | | * | | | | | | | | | | | Make nTimeBestReceived atomic | Matt Corallo | 2017-02-10 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Move [clean|str]SubVer writes/copyStats into a lock | Matt Corallo | 2017-02-10 | 3 | -4/+13 | |
| | | * | | | | | | | | | | | Make nServices atomic | Matt Corallo | 2017-02-10 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Make nStartingHeight atomic | Matt Corallo | 2017-02-10 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Access fRelayTxes with cs_filter lock in copyStats | Matt Corallo | 2017-02-10 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | Avoid copying CNodeStats to make helgrind OK with buggy std::string | Matt Corallo | 2017-02-10 | 1 | -3/+2 | |
| | | * | | | | | | | | | | | Make nTimeConnected const in CNode | Matt Corallo | 2017-02-10 | 2 | -2/+2 | |
| | | * | | | | | | | | | | | net: fix a few races. Credit @TheBlueMatt | Cory Fields | 2017-02-10 | 3 | -15/+22 | |
| | * | | | | | | | | | | | | Merge #9707: Fix RPC failure testing | MarcoFalke | 2017-02-10 | 2 | -4/+21 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Fix RPC failure testing | John Newbery | 2017-02-08 | 2 | -4/+21 | |
| | * | | | | | | | | | | | | Merge #9698: net: fix socket close race | Wladimir J. van der Laan | 2017-02-10 | 2 | -26/+49 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | net: add a lock around hSocket | Cory Fields | 2017-02-06 | 2 | -15/+29 | |
| | | * | | | | | | | | | | | net: rearrange so that socket accesses can be grouped together | Cory Fields | 2017-02-06 | 1 | -14/+23 | |
| | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge #9730: Remove bitseed.xf2.org form the dns seed list | Jonas Schnelli | 2017-02-10 | 1 | -1/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Remove bitseed.xf2.org form the dns seed list | Jonas Schnelli | 2017-02-09 | 1 | -1/+0 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge #9718: Qt/Intro: Various fixes | Wladimir J. van der Laan | 2017-02-09 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Bugfix: Qt/Intro: Pruned nodes never require *more* space | Luke Dashjr | 2017-02-08 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain | Luke Dashjr | 2017-02-08 | 1 | -2/+4 | |
| | | * | | | | | | | | | | | Qt/Intro: Update block chain size | Luke Dashjr | 2017-02-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Merge #9674: Always enforce strict lock ordering (try or not) | Wladimir J. van der Laan | 2017-02-08 | 2 | -48/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Further-enforce lockordering by enforcing directly after TRY_LOCKs | Matt Corallo | 2017-02-07 | 1 | -15/+13 | |
| | | * | | | | | | | | | | | | Fixup style a bit by moving { to the same line as if statements | Matt Corallo | 2017-02-04 | 1 | -6/+3 | |
| | | * | | | | | | | | | | | | Always enforce lock strict lock ordering (try or not) | Matt Corallo | 2017-02-02 | 1 | -25/+1 | |
| | | * | | | | | | | | | | | | Lock cs_vSend and cs_inventory in a consistent order even in TRY | Matt Corallo | 2017-02-02 | 1 | -5/+6 | |
| | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge #9705: build: Add options to override BDB cflags/libs | Wladimir J. van der Laan | 2017-02-08 | 3 | -60/+70 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Update OpenBSD and FreeBSD build steps | Wladimir J. van der Laan | 2017-02-07 | 2 | -4/+6 | |
| | | * | | | | | | | | | | | build: Add options to override BDB cflags/libs | Wladimir J. van der Laan | 2017-02-07 | 1 | -56/+64 | |
| | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge #9712: bench: Fix initialization order in registration | MarcoFalke | 2017-02-08 | 2 | -9/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | bench: Fix initialization order in registration | Wladimir J. van der Laan | 2017-02-07 | 2 | -9/+10 | |
| | |/ / / / / / / / / / | ||||||