aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-02-10devtools: Handle Qt formatting characters edge-case in update-translations.pyWladimir J. van der Laan
2017-02-10Merge #9730: Remove bitseed.xf2.org form the dns seed listJonas Schnelli
2017-02-09Add a test for P2P inactivity timeoutsMatt Corallo
2017-02-09Remove bitseed.xf2.org form the dns seed listJonas Schnelli
2017-02-09Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan
2017-02-09Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi
2017-02-08Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr
2017-02-08Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchainLuke Dashjr
2017-02-08Qt/Intro: Update block chain sizeLuke Dashjr
2017-02-08qa: Expose on-connection to mininode listenersMatt Corallo
2017-02-08qa: mininode learns when a socket connects, not its first actionMatt Corallo
2017-02-08Fix RPC failure testingJohn Newbery
2017-02-08Merge #9674: Always enforce strict lock ordering (try or not)Wladimir J. van der Laan
2017-02-08Merge #9705: build: Add options to override BDB cflags/libsWladimir J. van der Laan
2017-02-08Merge #9712: bench: Fix initialization order in registrationMarcoFalke
2017-02-07Disconnect peers which we do not receive VERACKs from within 60 secMatt Corallo
2017-02-07Further-enforce lockordering by enforcing directly after TRY_LOCKsMatt Corallo
2017-02-07bench: Fix initialization order in registrationWladimir J. van der Laan
2017-02-07Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift
2017-02-07Merge #9532: Remove unused variablesWladimir J. van der Laan
2017-02-07Merge #9604: [Trivial] add comment about setting peer as HB peer.Wladimir J. van der Laan
2017-02-07Update OpenBSD and FreeBSD build stepsWladimir J. van der Laan
2017-02-07build: Add options to override BDB cflags/libsWladimir J. van der Laan
2017-02-06net: add a lock around hSocketCory Fields