aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan
2017-02-16Merge #9763: [Trivial] Update comments referencing main.cppWladimir J. van der Laan
2017-02-16[Trivial] Update comments referencing main.cppCryptAxe
2017-02-16Merge #9771: Add missing cs_wallet lock that triggers new lock held assertionWladimir J. van der Laan
2017-02-16Merge #9764: wallet: Prevent "overrides a member function but is not marked '...Wladimir J. van der Laan
2017-02-16Merge #9765: Harden against mistakes handling invalid blocksWladimir J. van der Laan
2017-02-15Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky
2017-02-15Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan
2017-02-15Merge #9758: Selectively suppress deprecation warningsWladimir J. van der Laan
2017-02-15Harden against mistakes handling invalid blocksSuhas Daftuar
2017-02-15wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan
2017-02-15Merge #9108: Use importmulti timestamp when importing watch only keys (on top...Wladimir J. van der Laan
2017-02-15Merge #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-14Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" noticeJonas Schnelli
2017-02-14Merge #9720: net: fix banning and disallow sending messages before receiving ...Wladimir J. van der Laan
2017-02-14Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 secWladimir J. van der Laan
2017-02-14Merge #9682: Require timestamps for importmulti keysWladimir J. van der Laan
2017-02-14Selectively suppress deprecation warningsJonas Schnelli
2017-02-14Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr...Wladimir J. van der Laan
2017-02-13qa: add a test to detect leaky p2p messagesCory Fields
2017-02-13qa: Expose on-connection to mininode listenersMatt Corallo
2017-02-13qa: mininode learns when a socket connects, not its first actionMatt Corallo
2017-02-13net: require a verack before responding to anything elseCory Fields
2017-02-13net: parse reject earlierCory Fields
2017-02-13net: correctly ban before the handshake is completeCory Fields
2017-02-13Return error when importmulti called with invalid address.Russell Yanofsky
2017-02-13Bugfix: Qt/Options: Restore persistent "restart required" noticeLuke Dashjr
2017-02-11Merge #9736: Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan
2017-02-10Merge #9708: Clean up all known races/platform-specific UB at the time PR was...Pieter Wuille
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Dedup nTimeFirstKey update logicRussell Yanofsky
2017-02-10Use MTP for importmulti "now" timestampsRussell Yanofsky
2017-02-10Add test to check new importmulti "now" valueRussell Yanofsky
2017-02-10Require timestamps for importmulti keysRussell Yanofsky
2017-02-10Merge #9707: Fix RPC failure testingMarcoFalke
2017-02-10Move CNode::addrLocal access behind locked accessorsMatt Corallo
2017-02-10Move CNode::addrName accesses behind locked accessorsMatt Corallo
2017-02-10Make nTimeBestReceived atomicMatt Corallo
2017-02-10Move [clean|str]SubVer writes/copyStats into a lockMatt Corallo
2017-02-10Make nServices atomicMatt Corallo
2017-02-10Make nStartingHeight atomicMatt Corallo
2017-02-10Access fRelayTxes with cs_filter lock in copyStatsMatt Corallo
2017-02-10Avoid copying CNodeStats to make helgrind OK with buggy std::stringMatt Corallo
2017-02-10Make nTimeConnected const in CNodeMatt Corallo
2017-02-10net: fix a few races. Credit @TheBlueMattCory Fields
2017-02-10Merge #9698: net: fix socket close raceWladimir J. van der Laan
2017-02-10Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan
2017-02-10contrib/seeds: Update PATTERN_AGENTWladimir J. van der Laan
2017-02-10Update seeds tooling to Python 3Wladimir J. van der Laan
2017-02-10qt: Periodic translations updateWladimir J. van der Laan