aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | [Trivial] Grammar and typo correctionLauda2017-01-226-7/+7
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...MarcoFalke2017-01-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [test] Avoid potential NULL pointer dereference in addrman_tests.cpppracticalswift2017-01-141-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | qt: Periodic translation updateWladimir J. van der Laan2017-01-2027-134/+348
* | | | | | | | | | | | | | | | | trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan2017-01-201-1/+1
* | | | | | | | | | | | | | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-203-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli2017-01-193-3/+13
* | | | | | | | | | | | | | | | | Merge #9535: Split CNode::cs_vSend: message processing and message sendingWladimir J. van der Laan2017-01-192-15/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Make the cs_sendProcessing a LOCK instead of a TRY_LOCKMatt Corallo2017-01-131-3/+2
| * | | | | | | | | | | | | | | | Split CNode::cs_vSend: message processing and message sendingMatt Corallo2017-01-132-13/+11
* | | | | | | | | | | | | | | | | Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
* | | | | | | | | | | | | | | | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-196-14/+397
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [RPC] bumpfeemrbandrews2017-01-194-0/+332
| * | | | | | | | | | | | | | | | | [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-193-14/+36
| * | | | | | | | | | | | | | | | | [wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar2017-01-102-0/+29
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9498: Basic CCheckQueue BenchmarksWladimir J. van der Laan2017-01-192-0/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | 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 #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-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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \