| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | Set peers as HB peers upon full block validation | Gregory Sanders | 2016-12-30 | 1 | -27/+28 | |
| * | | | | | | | | | | | | | | | | | | | Merge #9486: Make peer=%d log prints consistent | Wladimir J. van der Laan | 2017-01-15 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Make peer id logging consistent ("peer=%d" instead of "peer %d") | Matt Corallo | 2017-01-07 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse... | MarcoFalke | 2017-01-14 | 4 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) | practicalswift | 2017-01-13 | 4 | -4/+4 | |
| | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL... | Pieter Wuille | 2017-01-13 | 6 | -8/+62 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add unit test for FindEarliestAtLeast | Suhas Daftuar | 2017-01-12 | 1 | -0/+43 | |
| | * | | | | | | | | | | | | | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. | Gregory Maxwell | 2017-01-12 | 5 | -8/+19 | |
| | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #9375: Relay compact block messages prior to full block connection | Pieter Wuille | 2017-01-13 | 6 | -52/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Make most_recent_compact_block a pointer to a const | Matt Corallo | 2017-01-13 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | Add comment to describe callers to ActivateBestChain | Matt Corallo | 2017-01-12 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | Call ActivateBestChain without cs_main/with most_recent_block | Matt Corallo | 2017-01-11 | 1 | -4/+14 | |
| | * | | | | | | | | | | | | | | | | | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders | Matt Corallo | 2017-01-11 | 1 | -3/+5 | |
| | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Avoid holding cs_most_recent_block while calling ReadBlockFromDisk | Matt Corallo | 2017-01-05 | 1 | -8/+13 | |
| | * | | | | | | | | | | | | | | | | | Ensure we meet the BIP 152 old-relay-types response requirements | Matt Corallo | 2017-01-05 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | | | | | Cache most-recently-connected compact block | Matt Corallo | 2017-01-05 | 1 | -9/+22 | |
| | * | | | | | | | | | | | | | | | | | Cache most-recently-announced block's shared_ptr | Matt Corallo | 2017-01-05 | 1 | -11/+40 | |
| | * | | | | | | | | | | | | | | | | | Relay compact block messages prior to full block connection | Matt Corallo | 2017-01-05 | 2 | -0/+34 | |
| | * | | | | | | | | | | | | | | | | | Add a CValidationInterface::NewPoWValidBlock callback | Matt Corallo | 2017-01-05 | 3 | -0/+14 | |
| | * | | | | | | | | | | | | | | | | | Call AcceptBlock with the block's shared_ptr instead of CBlock& | Matt Corallo | 2017-01-04 | 1 | -8/+12 | |
| | * | | | | | | | | | | | | | | | | | Make CBlockIndex*es in net_processing const | Matt Corallo | 2017-01-04 | 3 | -27/+29 | |
| * | | | | | | | | | | | | | | | | | | Merge #9441: Net: Massive speedup. Net locks overhaul | Pieter Wuille | 2017-01-13 | 4 | -125/+107 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | net: remove cs_vRecvMsg | Cory Fields | 2017-01-12 | 3 | -30/+8 | |
| | * | | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's send buffer is full | Cory Fields | 2017-01-12 | 3 | -8/+12 | |
| | * | | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's process queue is full | Cory Fields | 2017-01-12 | 3 | -12/+11 | |
| | * | | | | | | | | | | | | | | | | | net: add a new message queue for the message processor | Cory Fields | 2017-01-12 | 3 | -16/+24 | |
| | * | | | | | | | | | | | | | | | | | net: rework the way that the messagehandler sleeps | Cory Fields | 2017-01-12 | 4 | -37/+45 | |
| | * | | | | | | | | | | | | | | | | | net: remove useless comments | Cory Fields | 2017-01-12 | 1 | -8/+0 | |
| | * | | | | | | | | | | | | | | | | | net: Add a simple function for waking the message handler | Cory Fields | 2017-01-12 | 2 | -4/+8 | |
| | * | | | | | | | | | | | | | | | | | net: record bytes written before notifying the message processor | Cory Fields | 2017-01-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | net: handle message accounting in ReceiveMsgBytes | Cory Fields | 2017-01-12 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | net: set message deserialization version when it's actually time to deserialize | Cory Fields | 2017-01-04 | 3 | -5/+7 | |
| | * | | | | | | | | | | | | | | | | | net: remove redundant max sendbuffer size check | Cory Fields | 2017-01-04 | 1 | -7/+0 | |
| | * | | | | | | | | | | | | | | | | | net: wait until the node is destroyed to delete its recv buffer | Cory Fields | 2017-01-04 | 1 | -5/+0 | |
| | * | | | | | | | | | | | | | | | | | net: only disconnect if fDisconnect has been set | Cory Fields | 2017-01-04 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | net: make GetReceiveFloodSize public | Cory Fields | 2017-01-04 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | net: make vRecvMsg a list so that we can use splice() | Cory Fields | 2017-01-04 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | net: fix typo causing the wrong receive buffer size | Cory Fields | 2017-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge #9525: test: Include tx data in EXTRA_DIST | MarcoFalke | 2017-01-12 | 1 | -14/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | test: Include tx data in EXTRA_DIST | MarcoFalke | 2017-01-12 | 1 | -14/+36 | |
| * | | | | | | | | | | | | | | | | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'. | Wladimir J. van der Laan | 2017-01-12 | 3 | -11/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. | Chris Moore | 2016-12-13 | 3 | -11/+40 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9261: Add unstored orphans with rejected parents to recentRejects | Wladimir J. van der Laan | 2017-01-12 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Add unstored orphans with rejected parents to recentRejects | Alex Morcos | 2016-12-03 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #8883: Add all standard TXO types to bitcoin-tx | Wladimir J. van der Laan | 2017-01-12 | 24 | -31/+541 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | testcases: explicitly specify transaction version 1 | John Newbery | 2017-01-09 | 1 | -22/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | Add test cases to test new bitcoin-tx functionality | jnewbery | 2016-12-29 | 23 | -0/+377 | |
| | * | | | | | | | | | | | | | | | | | | | | Add all transaction output types to bitcoin-tx. | jnewbery | 2016-12-29 | 1 | -37/+160 | |
| | * | | | | | | | | | | | | | | | | | | | | add p2sh and segwit options to bitcoin-tx outscript command | Stanislas Marion | 2016-12-29 | 1 | -8/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan | 2017-01-12 | 9 | -61/+58 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||