| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | Clarify that prioritisetransaction remains supported | Alex Morcos | 2017-01-12 | 1 | -3/+5 | |
| | | | |_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -60/+220 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | 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 | |
| | | * | | | | | | | | | | | | | | | | | | | [qa] Avoid race in preciousblock test. | Matt Corallo | 2017-01-04 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | [qa] Make compact blocks test construction using fetch methods | Matt Corallo | 2017-01-04 | 1 | -7/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | 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 | 5 | -14/+117 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. | Chris Moore | 2016-12-13 | 5 | -14/+117 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge #9468: [Depends] Dependency updates for 0.14.0 | Wladimir J. van der Laan | 2017-01-12 | 7 | -24/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] native_ds_store 1.1.0 | fanquake | 2017-01-11 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] dbus 1.10.14 | fanquake | 2017-01-11 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] ccache 3.3.3 | fanquake | 2017-01-11 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] FreeType 2.7.1 | fanquake | 2017-01-11 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] Boost 1.63.0 | fanquake | 2017-01-11 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | [depends] Latest config.guess and config.sub | fanquake | 2017-01-11 | 2 | -12/+31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge #9261: Add unstored orphans with rejected parents to recentRejects | Wladimir J. van der Laan | 2017-01-12 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||