aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Set peers as HB peers upon full block validationGregory Sanders2016-12-301-27/+28
* | | | | | | | | | | | | | | | | | | Merge #9486: Make peer=%d log prints consistentWladimir J. van der Laan2017-01-151-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Make peer id logging consistent ("peer=%d" instead of "peer %d")Matt Corallo2017-01-071-3/+3
* | | | | | | | | | | | | | | | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke2017-01-144-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-134-4/+4
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille2017-01-136-8/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add unit test for FindEarliestAtLeastSuhas Daftuar2017-01-121-0/+43
| * | | | | | | | | | | | | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-125-8/+19
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-136-52/+200
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Make most_recent_compact_block a pointer to a constMatt Corallo2017-01-131-2/+2
| * | | | | | | | | | | | | | | | | | Add comment to describe callers to ActivateBestChainMatt Corallo2017-01-121-0/+5
| * | | | | | | | | | | | | | | | | | Call ActivateBestChain without cs_main/with most_recent_blockMatt Corallo2017-01-111-4/+14
| * | | | | | | | | | | | | | | | | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo2017-01-111-3/+5
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Avoid holding cs_most_recent_block while calling ReadBlockFromDiskMatt Corallo2017-01-051-8/+13
| * | | | | | | | | | | | | | | | | Ensure we meet the BIP 152 old-relay-types response requirementsMatt Corallo2017-01-051-0/+30
| * | | | | | | | | | | | | | | | | Cache most-recently-connected compact blockMatt Corallo2017-01-051-9/+22
| * | | | | | | | | | | | | | | | | Cache most-recently-announced block's shared_ptrMatt Corallo2017-01-051-11/+40
| * | | | | | | | | | | | | | | | | Relay compact block messages prior to full block connectionMatt Corallo2017-01-052-0/+34
| * | | | | | | | | | | | | | | | | Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-053-0/+14
| * | | | | | | | | | | | | | | | | Call AcceptBlock with the block's shared_ptr instead of CBlock&Matt Corallo2017-01-041-8/+12
| * | | | | | | | | | | | | | | | | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-043-27/+29
* | | | | | | | | | | | | | | | | | Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille2017-01-134-125/+107
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | net: remove cs_vRecvMsgCory Fields2017-01-123-30/+8
| * | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's send buffer is fullCory Fields2017-01-123-8/+12
| * | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's process queue is fullCory Fields2017-01-123-12/+11
| * | | | | | | | | | | | | | | | | net: add a new message queue for the message processorCory Fields2017-01-123-16/+24
| * | | | | | | | | | | | | | | | | net: rework the way that the messagehandler sleepsCory Fields2017-01-124-37/+45
| * | | | | | | | | | | | | | | | | net: remove useless commentsCory Fields2017-01-121-8/+0
| * | | | | | | | | | | | | | | | | net: Add a simple function for waking the message handlerCory Fields2017-01-122-4/+8
| * | | | | | | | | | | | | | | | | net: record bytes written before notifying the message processorCory Fields2017-01-121-1/+1
| * | | | | | | | | | | | | | | | | net: handle message accounting in ReceiveMsgBytesCory Fields2017-01-121-3/+4
| * | | | | | | | | | | | | | | | | net: set message deserialization version when it's actually time to deserializeCory Fields2017-01-043-5/+7
| * | | | | | | | | | | | | | | | | net: remove redundant max sendbuffer size checkCory Fields2017-01-041-7/+0
| * | | | | | | | | | | | | | | | | net: wait until the node is destroyed to delete its recv bufferCory Fields2017-01-041-5/+0
| * | | | | | | | | | | | | | | | | net: only disconnect if fDisconnect has been setCory Fields2017-01-041-2/+1
| * | | | | | | | | | | | | | | | | net: make GetReceiveFloodSize publicCory Fields2017-01-041-2/+1
| * | | | | | | | | | | | | | | | | net: make vRecvMsg a list so that we can use splice()Cory Fields2017-01-043-3/+3
| * | | | | | | | | | | | | | | | | net: fix typo causing the wrong receive buffer sizeCory Fields2017-01-041-1/+1
* | | | | | | | | | | | | | | | | | Merge #9525: test: Include tx data in EXTRA_DISTMarcoFalke2017-01-121-14/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | test: Include tx data in EXTRA_DISTMarcoFalke2017-01-121-14/+36
* | | | | | | | | | | | | | | | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-123-11/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-133-11/+40
* | | | | | | | | | | | | | | | | | | | Merge #9261: Add unstored orphans with rejected parents to recentRejectsWladimir J. van der Laan2017-01-121-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Add unstored orphans with rejected parents to recentRejectsAlex Morcos2016-12-031-0/+3
* | | | | | | | | | | | | | | | | | | | | Merge #8883: Add all standard TXO types to bitcoin-txWladimir J. van der Laan2017-01-1224-31/+541
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | testcases: explicitly specify transaction version 1John Newbery2017-01-091-22/+22
| * | | | | | | | | | | | | | | | | | | | Add test cases to test new bitcoin-tx functionalityjnewbery2016-12-2923-0/+377
| * | | | | | | | | | | | | | | | | | | | Add all transaction output types to bitcoin-tx.jnewbery2016-12-291-37/+160
| * | | | | | | | | | | | | | | | | | | | add p2sh and segwit options to bitcoin-tx outscript commandStanislas Marion2016-12-291-8/+18
* | | | | | | | | | | | | | | | | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-129-61/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \