aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | 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-144-12/+135
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add a test for P2P inactivity timeoutsMatt Corallo2017-02-092-0/+104
| | * | | | | | | | | | | qa: Expose on-connection to mininode listenersMatt Corallo2017-02-081-0/+2
| | * | | | | | | | | | | qa: mininode learns when a socket connects, not its first actionMatt Corallo2017-02-081-12/+24
| | * | | | | | | | | | | 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-144-13/+77
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Use MTP for importmulti "now" timestampsRussell Yanofsky2017-02-102-2/+2
| | * | | | | | | | | | Add test to check new importmulti "now" valueRussell Yanofsky2017-02-102-4/+13
| | * | | | | | | | | | Require timestamps for importmulti keysRussell Yanofsky2017-02-103-9/+64
| * | | | | | | | | | | Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr...Wladimir J. van der Laan2017-02-149-222/+1518
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | qt: Periodic translations updateWladimir J. van der Laan2017-02-108-222/+1510
| | * | | | | | | | | | devtools: Handle Qt formatting characters edge-case in update-translations.pyWladimir J. van der Laan2017-02-101-0/+8
| * | | | | | | | | | | Merge #9736: Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-115-1614/+2084
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-102-1600/+2062
| | * | | | | | | | | | | contrib/seeds: Update PATTERN_AGENTWladimir J. van der Laan2017-02-102-1/+4
| | * | | | | | | | | | | Update seeds tooling to Python 3Wladimir J. van der Laan2017-02-103-13/+18
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge #9708: Clean up all known races/platform-specific UB at the time PR was...Pieter Wuille2017-02-103-45/+105
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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 #9707: Fix RPC failure testingMarcoFalke2017-02-102-4/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Fix RPC failure testingJohn Newbery2017-02-082-4/+21
| * | | | | | | | | | | | 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
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge #9730: Remove bitseed.xf2.org form the dns seed listJonas Schnelli2017-02-101-1/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr2017-02-081-1/+4
| | * | | | | | | | | | | Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchainLuke Dashjr2017-02-081-2/+4
| | * | | | | | | | | | | Qt/Intro: Update block chain sizeLuke Dashjr2017-02-081-1/+1
| * | | | | | | | | | | | Merge #9674: Always enforce strict lock ordering (try or not)Wladimir J. van der Laan2017-02-082-48/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Further-enforce lockordering by enforcing directly after TRY_LOCKsMatt Corallo2017-02-071-15/+13
| | * | | | | | | | | | | | Fixup style a bit by moving { to the same line as if statementsMatt Corallo2017-02-041-6/+3
| | * | | | | | | | | | | | Always enforce lock strict lock ordering (try or not)Matt Corallo2017-02-021-25/+1
| | * | | | | | | | | | | | Lock cs_vSend and cs_inventory in a consistent order even in TRYMatt Corallo2017-02-021-5/+6
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge #9705: build: Add options to override BDB cflags/libsWladimir J. van der Laan2017-02-083-60/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Update OpenBSD and FreeBSD build stepsWladimir J. van der Laan2017-02-072-4/+6
| | * | | | | | | | | | | build: Add options to override BDB cflags/libsWladimir J. van der Laan2017-02-071-56/+64
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge #9712: bench: Fix initialization order in registrationMarcoFalke2017-02-082-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | bench: Fix initialization order in registrationWladimir J. van der Laan2017-02-072-9/+10
| |/ / / / / / / / / /