aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-19Merge #9535: Split CNode::cs_vSend: message processing and message sendingWladimir J. van der Laan
2017-01-19Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli
2017-01-19Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan
2017-01-19[RPC] bumpfeemrbandrews
2017-01-19[wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky
2017-01-19Merge #9498: Basic CCheckQueue BenchmarksWladimir J. van der Laan
2017-01-19[Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-18Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan
2017-01-18Merge #9508: Remove unused Python importsMarcoFalke
2017-01-16Add braces around AddToCompactExtraTransactionsMatt Corallo
2017-01-16Clarify comment about mempool/extra conflictsMatt Corallo
2017-01-16Merge #9561: Wake message handling thread when we receive a new blockPieter Wuille
2017-01-16Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille
2017-01-16qt: periodic translations updateWladimir J. van der Laan
2017-01-16Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan
2017-01-16Introduce -dustrelayfeeAlex Morcos
2017-01-16Introduce -incrementalrelayfeeAlex Morcos
2017-01-15Merge #9400: Set peers as HB peers upon full block validationPieter Wuille
2017-01-15Merge #9486: Make peer=%d log prints consistentWladimir J. van der Laan
2017-01-14Wake message handling thread when we receive a new blockMatt Corallo
2017-01-14Make WakeMessageHandler publicMatt Corallo
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-13Make the cs_sendProcessing a LOCK instead of a TRY_LOCKMatt Corallo
2017-01-13Split CNode::cs_vSend: message processing and message sendingMatt Corallo
2017-01-13Remove unused Python importspracticalswift
2017-01-13Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille
2017-01-13[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift
2017-01-13Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell
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-12Make PartiallyDownloadedBlock::InitData's second param constMatt Corallo
2017-01-12Add extra_count lower bound to compact reconstruction debug printMatt Corallo
2017-01-12Add comment to describe callers to ActivateBestChainMatt Corallo
2017-01-12Avoid boost dynamic_bitset in rest_getutxosPieter Wuille
2017-01-12Fix memory leak in multiUserAuthorizedPieter Wuille
2017-01-12Fix memory leak in net_testsPieter Wuille
2017-01-12Fix memory leak in wallet testsPieter Wuille
2017-01-12Avoid integer overflows in scriptnum testsPieter Wuille
2017-01-12Avoid unaligned access in crypto i/oPieter Wuille