aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #9098: [qa] Handle zombies and cluttered tmpdirsWladimir J. van der Laan2016-11-082-7/+6
|\
| * [qa] rpc-tests: Apply random offset to portseedMarcoFalke2016-11-081-1/+5
| * [qa] test_framework: Exit when tmpdir existsMarcoFalke2016-11-071-6/+1
* | Merge #9067: Fix exit codesWladimir J. van der Laan2016-11-084-24/+44
|\ \
| * | Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM62016-11-072-9/+9
| * | Fix exit codes:UdjinM62016-11-044-17/+37
* | | Merge #9095: test: Fix test_random includesJonas Schnelli2016-11-0810-9/+10
|\ \ \
| * | | test: Fix test_random includesMarcoFalke2016-11-0710-9/+10
* | | | Merge #9026: Fix handling of invalid compact blocksPieter Wuille2016-11-079-21/+81
|\ \ \ \
| * | | | Bump the protocol version to distinguish new banning behavior.Suhas Daftuar2016-11-031-1/+4
| * | | | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-037-20/+40
| * | | | [qa] Test that invalid compactblocks don't result in banSuhas Daftuar2016-11-031-0/+37
* | | | | Merge #9045: Hash P2P messages as they are received instead of at process-timePieter Wuille2016-11-073-1/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Hash P2P messages as they are received instead of at process-timeMatt Corallo2016-10-303-1/+15
* | | | | Merge #9077: [qa] Increase wallet-dump RPC timeoutMarcoFalke2016-11-073-4/+17
|\ \ \ \ \
| * | | | | [qa] Add more helpful RPC timeout messageRussell Yanofsky2016-11-071-1/+10
| * | | | | [qa] Increase wallet-dump RPC timeoutRussell Yanofsky2016-11-072-3/+7
* | | | | | Merge #9094: qt: Use correct conversion function for boost::path datadirJonas Schnelli2016-11-072-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan2016-11-072-2/+3
* | | | | | Merge #8981: Wshadow: Do not shadow argument with a local variableWladimir J. van der Laan2016-11-071-2/+2
|\ \ \ \ \ \
| * | | | | | Do not shadow local variablePavel Janík2016-10-201-2/+2
* | | | | | | Merge #8976: libconsensus: Add input validation of flagsWladimir J. van der Laan2016-11-073-5/+21
|\ \ \ \ \ \ \
| * | | | | | | libconsensus: Add input validation of flagsWladimir J. van der Laan2016-10-203-5/+21
* | | | | | | | Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-076-251/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | add release notes for removal of priority estimationAlex Morcos2016-11-071-0/+9
| * | | | | | | | Remove priority estimationAlex Morcos2016-11-075-251/+101
* | | | | | | | | Merge #8709: Allow filterclear messages for enabling TX relay only.Wladimir J. van der Laan2016-11-071-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow filterclear messages for enabling TX relay only.R E Broadley2016-09-131-4/+5
* | | | | | | | | | Merge #9052: Use RelevantServices instead of node_network in AttemptToEvict.Wladimir J. van der Laan2016-11-071-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use RelevantServices instead of node_network in AttemptToEvict.Gregory Maxwell2016-11-011-3/+4
* | | | | | | | | | | Merge #8568: new var DIST_CONTRIB adds useful things for packagers from contribWladimir J. van der Laan2016-11-071-1/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | new var DIST_CONTRIB adds useful things for packagers from contrib/ to EXTRA_...nomnombtc2016-11-071-1/+6
* | | | | | | | | | | | Merge #9093: [doc] release-process: Mention GitHub release and archived relea...Wladimir J. van der Laan2016-11-071-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [doc] release-process: Mention GitHub release and archived release notesMarcoFalke2016-11-071-1/+3
* | | | | | | | | | | | | Merge #9083: Enforcing consistency, 'gitian' to 'Gitian'MarcoFalke2016-11-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Enforcing consistency, 'gitian' to 'Gitian'S. Matthew English2016-11-041-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #8675: Make copyright header lines uniformWladimir J. van der Laan2016-11-0719-19/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | [copyright] copyright header style uniformisle29832016-11-0619-19/+19
* | | | | | | | | | | | | Merge #8736: base58: Improve DecodeBase58 performance.Wladimir J. van der Laan2016-11-071-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use prefix operator in for loop of DecodeBase58.Jiaxing Wang2016-09-161-1/+1
| * | | | | | | | | | | | | base58: Improve DecodeBase58 performance.Jiaxing Wang2016-09-151-3/+7
* | | | | | | | | | | | | | Merge #8708: net: have CConnman handle message sendingWladimir J. van der Laan2016-11-077-380/+320
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | net: handle version push in InitializeNodeCory Fields2016-11-034-41/+44
| * | | | | | | | | | | | | net: construct CNodeStates in placeCory Fields2016-11-031-6/+6
| * | | | | | | | | | | | | net: remove now-unused ssSend and FuzzCory Fields2016-11-032-41/+1
| * | | | | | | | | | | | | drop the optimistic write counter hackCory Fields2016-11-032-6/+0
| * | | | | | | | | | | | | net: switch all callers to connman for pushing messagesCory Fields2016-11-033-294/+49
| * | | | | | | | | | | | | connman is in charge of pushing messagesCory Fields2016-11-034-32/+135
| * | | | | | | | | | | | | serialization: teach serializers variadicsCory Fields2016-11-033-1/+126
* | | | | | | | | | | | | | Merge #9070: Lockedpool fixesWladimir J. van der Laan2016-11-073-90/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |