aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge #9777: Handle unusual maxsigcachesize gracefullyWladimir J. van der Laan2017-02-172-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ensure `-maxsigcachesize` is in valid rangeJohn Newbery2017-02-172-2/+5
* | | | | Merge #9763: [Trivial] Update comments referencing main.cppWladimir J. van der Laan2017-02-162-2/+2
|\ \ \ \ \
| * | | | | [Trivial] Update comments referencing main.cppCryptAxe2017-02-162-2/+2
* | | | | | Merge #9771: Add missing cs_wallet lock that triggers new lock held assertionWladimir J. van der Laan2017-02-161-1/+1
|\ \ \ \ \ \
| * | | | | | Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky2017-02-151-1/+1
* | | | | | | Merge #9764: wallet: Prevent "overrides a member function but is not marked '...Wladimir J. van der Laan2017-02-161-11/+11
|\ \ \ \ \ \ \
| * | | | | | | wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan2017-02-151-11/+11
* | | | | | | | Merge #9765: Harden against mistakes handling invalid blocksWladimir J. van der Laan2017-02-161-5/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Harden against mistakes handling invalid blocksSuhas Daftuar2017-02-151-5/+11
* | | | | | | | Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan2017-02-151-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Return error when importmulti called with invalid address.Russell Yanofsky2017-02-131-0/+3
* | | | | | | | Merge #9758: Selectively suppress deprecation warningsWladimir J. van der Laan2017-02-152-0/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Selectively suppress deprecation warningsJonas Schnelli2017-02-142-0/+6
| |/ / / / / /
* | | | | | | Merge #9108: Use importmulti timestamp when importing watch only keys (on top...Wladimir J. van der Laan2017-02-156-56/+98
|\ \ \ \ \ \ \
| * | | | | | | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-106-34/+75
| * | | | | | | Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-104-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 Laan2017-02-152-8/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift2017-02-072-8/+2
* | | | | | | | Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" noticeJonas Schnelli2017-02-141-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Bugfix: Qt/Options: Restore persistent "restart required" noticeLuke Dashjr2017-02-131-1/+4
* | | | | | | | | Merge #9720: net: fix banning and disallow sending messages before receiving ...Wladimir J. van der Laan2017-02-141-49/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: require a verack before responding to anything elseCory Fields2017-02-131-0/+7
| * | | | | | | | | net: parse reject earlierCory Fields2017-02-131-26/+24
| * | | | | | | | | net: correctly ban before the handshake is completeCory Fields2017-02-131-23/+37
* | | | | | | | | | Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 secWladimir J. van der Laan2017-02-141-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Disconnect peers which we do not receive VERACKs from within 60 secMatt Corallo2017-02-071-0/+5
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #9682: Require timestamps for importmulti keysWladimir J. van der Laan2017-02-142-10/+40
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Use MTP for importmulti "now" timestampsRussell Yanofsky2017-02-101-1/+1
| * | | | | | | | | Add test to check new importmulti "now" valueRussell Yanofsky2017-02-101-4/+11
| * | | | | | | | | Require timestamps for importmulti keysRussell Yanofsky2017-02-101-6/+29
* | | | | | | | | | Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr...Wladimir J. van der Laan2017-02-148-222/+1510
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | qt: Periodic translations updateWladimir J. van der Laan2017-02-108-222/+1510
* | | | | | | | | | Merge #9736: Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-111-800/+1031
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-101-800/+1031
| |/ / / / / / / / /
* | | | | | | | | | Move CNode::addrLocal access behind locked accessorsMatt Corallo2017-02-103-7/+29
* | | | | | | | | | Move CNode::addrName accesses behind locked accessorsMatt Corallo2017-02-103-10/+30
* | | | | | | | | | Make nTimeBestReceived atomicMatt Corallo2017-02-101-1/+1
* | | | | | | | | | Move [clean|str]SubVer writes/copyStats into a lockMatt Corallo2017-02-103-4/+13
* | | | | | | | | | Make nServices atomicMatt Corallo2017-02-101-1/+1
* | | | | | | | | | Make nStartingHeight atomicMatt Corallo2017-02-101-1/+1
* | | | | | | | | | Access fRelayTxes with cs_filter lock in copyStatsMatt Corallo2017-02-101-1/+4
* | | | | | | | | | Avoid copying CNodeStats to make helgrind OK with buggy std::stringMatt Corallo2017-02-101-3/+2
* | | | | | | | | | Make nTimeConnected const in CNodeMatt Corallo2017-02-102-2/+2
* | | | | | | | | | net: fix a few races. Credit @TheBlueMattCory Fields2017-02-103-15/+22
* | | | | | | | | | Merge #9698: net: fix socket close raceWladimir J. van der Laan2017-02-102-26/+49
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | net: add a lock around hSocketCory Fields2017-02-062-15/+29
| * | | | | | | | | net: rearrange so that socket accesses can be grouped togetherCory Fields2017-02-061-14/+23
| |/ / / / / / / /
* | | | | | | | | Remove bitseed.xf2.org form the dns seed listJonas Schnelli2017-02-091-1/+0
* | | | | | | | | Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan2017-02-091-3/+8
|\ \ \ \ \ \ \ \ \