aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-14Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke
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-13[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift
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 #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 #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 #9513: build: fix qt distdir builds (retry)Wladimir J. van der Laan
2017-01-10build: fix for out-of-tree/distdir qt buildsCory Fields
2017-01-10Fix use-after-free in CTxMemPool::removeConflicts()Suhas Daftuar
2017-01-10Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan
2017-01-10fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-10qt: periodic translations updateWladimir J. van der Laan
2017-01-10Update RPC argument namesJohn Newbery
2017-01-10rpc: Named argument support for bitcoin-cliWladimir J. van der Laan
2017-01-10Merge #9496: Rename lambda argument name to prevent shadowingMarcoFalke
2017-01-09testcases: explicitly specify transaction version 1John Newbery
2017-01-09Rename lambda argument name to prevent shadowing.Pavel Janík
2017-01-09Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille
2017-01-09Merge #9404: Smarter coordination of change and fee in CreateTransaction.Pieter Wuille