| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Avoid boost dynamic_bitset in rest_getutxos | Pieter Wuille | 2017-01-12 | 1 | -5/+7 | |
| | * | | | | | | | | Fix memory leak in multiUserAuthorized | Pieter Wuille | 2017-01-12 | 1 | -2/+2 | |
| | * | | | | | | | | Fix memory leak in net_tests | Pieter Wuille | 2017-01-12 | 1 | -2/+2 | |
| | * | | | | | | | | Fix memory leak in wallet tests | Pieter Wuille | 2017-01-12 | 1 | -4/+8 | |
| | * | | | | | | | | Avoid integer overflows in scriptnum tests | Pieter Wuille | 2017-01-12 | 1 | -2/+4 | |
| | * | | | | | | | | Avoid unaligned access in crypto i/o | Pieter Wuille | 2017-01-12 | 1 | -10/+26 | |
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge #9508: Remove unused Python imports | MarcoFalke | 2017-01-18 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | Remove unused Python imports | practicalswift | 2017-01-13 | 1 | -1/+0 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge #9561: Wake message handling thread when we receive a new block | Pieter Wuille | 2017-01-16 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Wake message handling thread when we receive a new block | Matt Corallo | 2017-01-14 | 1 | -0/+1 | |
| | * | | | | | | | Make WakeMessageHandler public | Matt Corallo | 2017-01-14 | 1 | -2/+2 | |
| * | | | | | | | | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ... | Pieter Wuille | 2017-01-16 | 5 | -11/+48 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Introduce assumevalid setting to skip presumed valid scripts. | Gregory Maxwell | 2017-01-13 | 5 | -11/+48 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | qt: periodic translations update | Wladimir J. van der Laan | 2017-01-16 | 23 | -169/+657 | |
| * | | | | | | | | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | 2017-01-16 | 12 | -30/+82 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Introduce -dustrelayfee | Alex Morcos | 2017-01-16 | 8 | -17/+37 | |
| | * | | | | | | | | Introduce -incrementalrelayfee | Alex Morcos | 2017-01-16 | 5 | -11/+24 | |
| | * | | | | | | | | Introduce -blockmintxfee | Alex Morcos | 2017-01-04 | 4 | -2/+21 | |
| * | | | | | | | | | Merge #9400: Set peers as HB peers upon full block validation | Pieter Wuille | 2017-01-15 | 1 | -27/+28 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Set peers as HB peers upon full block validation | Gregory Sanders | 2016-12-30 | 1 | -27/+28 | |
| * | | | | | | | | | | Merge #9486: Make peer=%d log prints consistent | Wladimir J. van der Laan | 2017-01-15 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make peer id logging consistent ("peer=%d" instead of "peer %d") | Matt Corallo | 2017-01-07 | 1 | -3/+3 | |
| * | | | | | | | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse... | MarcoFalke | 2017-01-14 | 4 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) | practicalswift | 2017-01-13 | 4 | -4/+4 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL... | Pieter Wuille | 2017-01-13 | 6 | -8/+62 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Add unit test for FindEarliestAtLeast | Suhas Daftuar | 2017-01-12 | 1 | -0/+43 | |
| | * | | | | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. | Gregory Maxwell | 2017-01-12 | 5 | -8/+19 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #9375: Relay compact block messages prior to full block connection | Pieter Wuille | 2017-01-13 | 6 | -52/+200 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make most_recent_compact_block a pointer to a const | Matt Corallo | 2017-01-13 | 1 | -2/+2 | |
| | * | | | | | | | | | Add comment to describe callers to ActivateBestChain | Matt Corallo | 2017-01-12 | 1 | -0/+5 | |
| | * | | | | | | | | | Call ActivateBestChain without cs_main/with most_recent_block | Matt Corallo | 2017-01-11 | 1 | -4/+14 | |
| | * | | | | | | | | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders | Matt Corallo | 2017-01-11 | 1 | -3/+5 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Avoid holding cs_most_recent_block while calling ReadBlockFromDisk | Matt Corallo | 2017-01-05 | 1 | -8/+13 | |
| | * | | | | | | | | Ensure we meet the BIP 152 old-relay-types response requirements | Matt Corallo | 2017-01-05 | 1 | -0/+30 | |
| | * | | | | | | | | Cache most-recently-connected compact block | Matt Corallo | 2017-01-05 | 1 | -9/+22 | |
| | * | | | | | | | | Cache most-recently-announced block's shared_ptr | Matt Corallo | 2017-01-05 | 1 | -11/+40 | |
| | * | | | | | | | | Relay compact block messages prior to full block connection | Matt Corallo | 2017-01-05 | 2 | -0/+34 | |
| | * | | | | | | | | Add a CValidationInterface::NewPoWValidBlock callback | Matt Corallo | 2017-01-05 | 3 | -0/+14 | |
| | * | | | | | | | | Call AcceptBlock with the block's shared_ptr instead of CBlock& | Matt Corallo | 2017-01-04 | 1 | -8/+12 | |
| | * | | | | | | | | Make CBlockIndex*es in net_processing const | Matt Corallo | 2017-01-04 | 3 | -27/+29 | |
| * | | | | | | | | | Merge #9441: Net: Massive speedup. Net locks overhaul | Pieter Wuille | 2017-01-13 | 4 | -125/+107 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | net: remove cs_vRecvMsg | Cory Fields | 2017-01-12 | 3 | -30/+8 | |
| | * | | | | | | | | net: add a flag to indicate when a node's send buffer is full | Cory Fields | 2017-01-12 | 3 | -8/+12 | |
| | * | | | | | | | | net: add a flag to indicate when a node's process queue is full | Cory Fields | 2017-01-12 | 3 | -12/+11 | |
| | * | | | | | | | | net: add a new message queue for the message processor | Cory Fields | 2017-01-12 | 3 | -16/+24 | |
| | * | | | | | | | | net: rework the way that the messagehandler sleeps | Cory Fields | 2017-01-12 | 4 | -37/+45 | |
| | * | | | | | | | | net: remove useless comments | Cory Fields | 2017-01-12 | 1 | -8/+0 | |
| | * | | | | | | | | net: Add a simple function for waking the message handler | Cory Fields | 2017-01-12 | 2 | -4/+8 | |
| | * | | | | | | | | net: record bytes written before notifying the message processor | Cory Fields | 2017-01-12 | 1 | -1/+1 | |
| | * | | | | | | | | net: handle message accounting in ReceiveMsgBytes | Cory Fields | 2017-01-12 | 1 | -3/+4 | |