aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Avoid boost dynamic_bitset in rest_getutxosPieter Wuille2017-01-121-5/+7
| * | | | | | | | Fix memory leak in multiUserAuthorizedPieter Wuille2017-01-121-2/+2
| * | | | | | | | Fix memory leak in net_testsPieter Wuille2017-01-121-2/+2
| * | | | | | | | Fix memory leak in wallet testsPieter Wuille2017-01-121-4/+8
| * | | | | | | | Avoid integer overflows in scriptnum testsPieter Wuille2017-01-121-2/+4
| * | | | | | | | Avoid unaligned access in crypto i/oPieter Wuille2017-01-121-10/+26
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge #9508: Remove unused Python importsMarcoFalke2017-01-181-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Remove unused Python importspracticalswift2017-01-131-1/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #9561: Wake message handling thread when we receive a new blockPieter Wuille2017-01-162-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Wake message handling thread when we receive a new blockMatt Corallo2017-01-141-0/+1
| * | | | | | | Make WakeMessageHandler publicMatt Corallo2017-01-141-2/+2
* | | | | | | | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille2017-01-165-11/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-135-11/+48
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | qt: periodic translations updateWladimir J. van der Laan2017-01-1623-169/+657
* | | | | | | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-1612-30/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce -dustrelayfeeAlex Morcos2017-01-168-17/+37
| * | | | | | | | Introduce -incrementalrelayfeeAlex Morcos2017-01-165-11/+24
| * | | | | | | | Introduce -blockmintxfeeAlex Morcos2017-01-044-2/+21
* | | | | | | | | Merge #9400: Set peers as HB peers upon full block validationPieter Wuille2017-01-151-27/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set peers as HB peers upon full block validationGregory Sanders2016-12-301-27/+28
* | | | | | | | | | Merge #9486: Make peer=%d log prints consistentWladimir J. van der Laan2017-01-151-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Make peer id logging consistent ("peer=%d" instead of "peer %d")Matt Corallo2017-01-071-3/+3
* | | | | | | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke2017-01-144-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-134-4/+4
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille2017-01-136-8/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add unit test for FindEarliestAtLeastSuhas Daftuar2017-01-121-0/+43
| * | | | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-125-8/+19
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-136-52/+200
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Make most_recent_compact_block a pointer to a constMatt Corallo2017-01-131-2/+2
| * | | | | | | | | Add comment to describe callers to ActivateBestChainMatt Corallo2017-01-121-0/+5
| * | | | | | | | | Call ActivateBestChain without cs_main/with most_recent_blockMatt Corallo2017-01-111-4/+14
| * | | | | | | | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo2017-01-111-3/+5
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Avoid holding cs_most_recent_block while calling ReadBlockFromDiskMatt Corallo2017-01-051-8/+13
| * | | | | | | | Ensure we meet the BIP 152 old-relay-types response requirementsMatt Corallo2017-01-051-0/+30
| * | | | | | | | Cache most-recently-connected compact blockMatt Corallo2017-01-051-9/+22
| * | | | | | | | Cache most-recently-announced block's shared_ptrMatt Corallo2017-01-051-11/+40
| * | | | | | | | Relay compact block messages prior to full block connectionMatt Corallo2017-01-052-0/+34
| * | | | | | | | Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-053-0/+14
| * | | | | | | | Call AcceptBlock with the block's shared_ptr instead of CBlock&Matt Corallo2017-01-041-8/+12
| * | | | | | | | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-043-27/+29
* | | | | | | | | Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille2017-01-134-125/+107
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | net: remove cs_vRecvMsgCory Fields2017-01-123-30/+8
| * | | | | | | | net: add a flag to indicate when a node's send buffer is fullCory Fields2017-01-123-8/+12
| * | | | | | | | net: add a flag to indicate when a node's process queue is fullCory Fields2017-01-123-12/+11
| * | | | | | | | net: add a new message queue for the message processorCory Fields2017-01-123-16/+24
| * | | | | | | | net: rework the way that the messagehandler sleepsCory Fields2017-01-124-37/+45
| * | | | | | | | net: remove useless commentsCory Fields2017-01-121-8/+0
| * | | | | | | | net: Add a simple function for waking the message handlerCory Fields2017-01-122-4/+8
| * | | | | | | | net: record bytes written before notifying the message processorCory Fields2017-01-121-1/+1
| * | | | | | | | net: handle message accounting in ReceiveMsgBytesCory Fields2017-01-121-3/+4