aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-14[depends] Qt 5.7.1fanquake
2017-01-13Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille
2017-01-13Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille
2017-01-13Make most_recent_compact_block a pointer to a constMatt Corallo
2017-01-13Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille
2017-01-12net: remove cs_vRecvMsgCory Fields
2017-01-12net: add a flag to indicate when a node's send buffer is fullCory Fields
2017-01-12net: add a flag to indicate when a node's process queue is fullCory Fields
2017-01-12net: add a new message queue for the message processorCory Fields
2017-01-12net: rework the way that the messagehandler sleepsCory Fields
2017-01-12net: remove useless commentsCory Fields
2017-01-12net: Add a simple function for waking the message handlerCory Fields
2017-01-12net: record bytes written before notifying the message processorCory Fields
2017-01-12net: handle message accounting in ReceiveMsgBytesCory Fields
2017-01-12Add comment to describe callers to ActivateBestChainMatt Corallo
2017-01-12Add unit test for FindEarliestAtLeastSuhas Daftuar
2017-01-12Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell
2017-01-12Merge #9525: test: Include tx data in EXTRA_DISTMarcoFalke
2017-01-12test: Include tx data in EXTRA_DISTMarcoFalke
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-12Merge #9468: [Depends] Dependency updates for 0.14.0Wladimir J. van der Laan
2017-01-12Merge #9261: Add unstored orphans with rejected parents to recentRejectsWladimir J. van der Laan
2017-01-12Merge #8883: Add all standard TXO types to bitcoin-txWladimir J. van der Laan
2017-01-12Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan
2017-01-12Merge #9518: Return height of last block pruned by pruneblockchain RPCMarcoFalke
2017-01-12Merge #9520: Deprecate non-txindex getrawtransaction and better warningMarcoFalke
2017-01-11Call ActivateBestChain without cs_main/with most_recent_blockMatt Corallo
2017-01-12Merge #9416: travis: make distdir before makeMarcoFalke
2017-01-12Merge #9297: Various RPC help outputs updatedMarcoFalke
2017-01-11Deprecate non-txindex getrawtransaction and better warningPieter Wuille
2017-01-11Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo
2017-01-11Merge #9507: Fix use-after-free in CTxMemPool::removeConflicts()Pieter Wuille
2017-01-11RPC help updatedMichael Rotarius
2017-01-11Return height of last block pruned by pruneblockchain RPCRussell Yanofsky
2017-01-11Update estimated transaction count dataPieter Wuille
2017-01-11Shorten variable names and switch to tx/sPieter Wuille
2017-01-11Merge #7871: Manual block file pruning.Wladimir J. van der Laan
2017-01-11Merge #9471: [depends] libevent 2.1.7rcWladimir J. van der Laan
2017-01-11Merge #9506: RFC: Improve style for if indentationWladimir J. van der Laan
2017-01-11Merge #9513: build: fix qt distdir builds (retry)Wladimir J. van der Laan
2017-01-11travis: make distdir before makeMarcoFalke
2017-01-11[depends] native_ds_store 1.1.0fanquake
2017-01-10build: fix for out-of-tree/distdir qt buildsCory Fields
2017-01-11[depends] dbus 1.10.14fanquake
2017-01-11[depends] ccache 3.3.3fanquake
2017-01-11[depends] FreeType 2.7.1fanquake
2017-01-11[depends] Boost 1.63.0fanquake
2017-01-11[depends] Latest config.guess and config.subfanquake
2017-01-10Fix use-after-free in CTxMemPool::removeConflicts()Suhas Daftuar
2017-01-10Improve style w.r.t. ifPieter Wuille