| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge #9777: Handle unusual maxsigcachesize gracefully | Wladimir J. van der Laan | 2017-02-17 | 2 | -2/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Ensure `-maxsigcachesize` is in valid range | John Newbery | 2017-02-17 | 2 | -2/+5 | |
| * | | | | | Merge #9763: [Trivial] Update comments referencing main.cpp | Wladimir J. van der Laan | 2017-02-16 | 2 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [Trivial] Update comments referencing main.cpp | CryptAxe | 2017-02-16 | 2 | -2/+2 | |
| * | | | | | | Merge #9771: Add missing cs_wallet lock that triggers new lock held assertion | Wladimir J. van der Laan | 2017-02-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add missing cs_wallet lock that triggers new lock held assertion | Russell Yanofsky | 2017-02-15 | 1 | -1/+1 | |
| * | | | | | | | Merge #9764: wallet: Prevent "overrides a member function but is not marked '... | Wladimir J. van der Laan | 2017-02-16 | 1 | -11/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet: Prevent "overrides a member function but is not marked 'override'" wa... | Wladimir J. van der Laan | 2017-02-15 | 1 | -11/+11 | |
| * | | | | | | | | Merge #9765: Harden against mistakes handling invalid blocks | Wladimir J. van der Laan | 2017-02-16 | 1 | -5/+11 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Harden against mistakes handling invalid blocks | Suhas Daftuar | 2017-02-15 | 1 | -5/+11 | |
| * | | | | | | | | Merge #9756: Return error when importmulti called with invalid address. | Wladimir J. van der Laan | 2017-02-15 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | Return error when importmulti called with invalid address. | Russell Yanofsky | 2017-02-13 | 1 | -0/+3 | |
| * | | | | | | | | Merge #9758: Selectively suppress deprecation warnings | Wladimir J. van der Laan | 2017-02-15 | 2 | -0/+6 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Selectively suppress deprecation warnings | Jonas Schnelli | 2017-02-14 | 2 | -0/+6 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #9108: Use importmulti timestamp when importing watch only keys (on top... | Wladimir J. van der Laan | 2017-02-15 | 6 | -56/+98 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Use importmulti timestamp when importing watch only keys | Russell Yanofsky | 2017-02-10 | 6 | -34/+75 | |
| | * | | | | | | | Dedup nTimeFirstKey update logic | Russell Yanofsky | 2017-02-10 | 4 | -23/+24 | |
| * | | | | | | | | Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0; | Wladimir J. van der Laan | 2017-02-15 | 2 | -8/+2 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; | practicalswift | 2017-02-07 | 2 | -8/+2 | |
| * | | | | | | | | Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice | Jonas Schnelli | 2017-02-14 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bugfix: Qt/Options: Restore persistent "restart required" notice | Luke Dashjr | 2017-02-13 | 1 | -1/+4 | |
| * | | | | | | | | | Merge #9720: net: fix banning and disallow sending messages before receiving ... | Wladimir J. van der Laan | 2017-02-14 | 1 | -49/+68 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | net: require a verack before responding to anything else | Cory Fields | 2017-02-13 | 1 | -0/+7 | |
| | * | | | | | | | | | 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 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | 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 | 2 | -10/+40 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Use MTP for importmulti "now" timestamps | Russell Yanofsky | 2017-02-10 | 1 | -1/+1 | |
| | * | | | | | | | | | Add test to check new importmulti "now" value | Russell Yanofsky | 2017-02-10 | 1 | -4/+11 | |
| | * | | | | | | | | | Require timestamps for importmulti keys | Russell Yanofsky | 2017-02-10 | 1 | -6/+29 | |
| * | | | | | | | | | | Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr... | Wladimir J. van der Laan | 2017-02-14 | 8 | -222/+1510 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | qt: Periodic translations update | Wladimir J. van der Laan | 2017-02-10 | 8 | -222/+1510 | |
| * | | | | | | | | | | Merge #9736: Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | 2017-02-11 | 1 | -800/+1031 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | 2017-02-10 | 1 | -800/+1031 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | 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 #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 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ | ||||||