aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-18Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan
2017-01-18Merge #9508: Remove unused Python importsMarcoFalke
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-15Merge #9469: [depends] Qt 5.7.1Wladimir J. van der Laan
2017-01-15Merge #9550: Trim down the XP notice and say more about what we support.MarcoFalke
2017-01-15Trim down the XP notice and say more about what we support.Gregory Maxwell
2017-01-14Wake message handling thread when we receive a new blockMatt Corallo
2017-01-14Make WakeMessageHandler publicMatt Corallo
2017-01-14Add assumevalid testcaseJohn Newbery
2017-01-14Merge #9531: Release notes for estimation changesMarcoFalke
2017-01-14Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke
2017-01-14[depends] Remove OBJCXX define from config.site.infanquake
2017-01-14depends: fix qt translations buildCory Fields
2017-01-14depends: use new variable layout for qt sdkCory Fields
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-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-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
2017-01-12Document fee estimation changesAlex Morcos
2017-01-12Clarify that prioritisetransaction remains supportedAlex Morcos
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