aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic number...Jeremy Rubin2017-01-111-15/+24
| | * | | | | | | | | | | | | | | | | | Add Basic CheckQueue BenchmarkJeremy Rubin2017-01-092-0/+95
| * | | | | | | | | | | | | | | | | | | Merge #9542: Docs: Update CONTRIBUTING.mdWladimir J. van der Laan2017-01-191-1/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Docs: Update CONTRIBUTING.mdJohn Newbery2017-01-181-1/+22
| * | | | | | | | | | | | | | | | | | | | Merge #9552: Add IPv6 support to qos.shWladimir J. van der Laan2017-01-192-10/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Add IPv6 support to qos.shJames White2017-01-192-10/+24
| * | | | | | | | | | | | | | | | | | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-1911-31/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Add braces around AddToCompactExtraTransactionsMatt Corallo2017-01-161-2/+4
| | * | | | | | | | | | | | | | | | | | | Clarify comment about mempool/extra conflictsMatt Corallo2017-01-161-1/+2
| | * | | | | | | | | | | | | | | | | | | Make PartiallyDownloadedBlock::InitData's second param constMatt Corallo2017-01-122-2/+2
| | * | | | | | | | | | | | | | | | | | | Add extra_count lower bound to compact reconstruction debug printMatt Corallo2017-01-122-2/+4
| | * | | | | | | | | | | | | | | | | | | Consider all (<100k memusage) txn for compact-block-extra-txn cacheMatt Corallo2017-01-101-1/+4
| | * | | | | | | | | | | | | | | | | | | Consider all orphan txn for compact-block-extra-txn cacheMatt Corallo2017-01-101-0/+2
| | * | | | | | | | | | | | | | | | | | | Use replaced transactions in compact block reconstructionMatt Corallo2017-01-104-8/+41
| | * | | | | | | | | | | | | | | | | | | Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo2017-01-103-2/+25
| | * | | | | | | | | | | | | | | | | | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-095-13/+20
| | * | | | | | | | | | | | | | | | | | | Move ORPHAN constants from validation.h to net_processing.hMatt Corallo2017-01-092-6/+7
| * | | | | | | | | | | | | | | | | | | | Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan2017-01-186-25/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | 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-1810-17/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Remove unused Python importspracticalswift2017-01-1310-17/+1
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | 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-168-12/+266
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Add assumevalid testcaseJohn Newbery2017-01-141-0/+191
| | * | | | | | | | | | | | | | | | | | | | Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-137-12/+75
| | | |_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | 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 #9469: [depends] Qt 5.7.1Wladimir J. van der Laan2017-01-158-66/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | [depends] Remove OBJCXX define from config.site.infanquake2017-01-141-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | depends: fix qt translations buildCory Fields2017-01-141-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | depends: use new variable layout for qt sdkCory Fields2017-01-141-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | [depends] Qt 5.7.1fanquake2017-01-146-62/+35
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9550: Trim down the XP notice and say more about what we support.MarcoFalke2017-01-151-18/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Trim down the XP notice and say more about what we support.Gregory Maxwell2017-01-151-18/+10
| | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge #9531: Release notes for estimation changesMarcoFalke2017-01-141-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Document fee estimation changesAlex Morcos2017-01-121-0/+11