aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-08Fix shutdown hang with >= 8 -addnodes setMatt Corallo
2017-03-08Update release notes to include RPC error code changes.John Newbery
2017-03-08Add commenting around JSON error codesJohn Newbery
2017-03-08Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-08Merge #9952: Add historical release notes for 0.14.0Wladimir J. van der Laan
2017-03-08Add historical release notes for 0.14.0Wladimir J. van der Laan
2017-03-08Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...MarcoFalke
2017-03-08Merge #9945: Improve logging in bctest.py if there is a formatting mismatchMarcoFalke
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-03-07Improve logging in bctest.py if there is a formatting mismatchJohn Newbery
2017-03-07Return correct error codes in fundrawtransaction().John Newbery
2017-03-07Return correct error codes in setban().John Newbery
2017-03-07Return correct error codes in removeprunedfunds().John Newbery
2017-03-07Return correct error codes in blockchain.cpp.John Newbery
2017-03-07Return correct error codes in bumpfee().John Newbery
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-07Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan
2017-03-07Merge #9912: Optimize GetWitnessHash() for non-segwit transactionsWladimir J. van der Laan
2017-03-07Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDBWladimir J. van der Laan
2017-03-07devtools: Fix a syntax error typoWladimir J. van der Laan
2017-03-07Merge #9932: Fix verify-commits on travis and always check top commit's treeWladimir J. van der Laan
2017-03-07[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792practicalswift
2017-03-07Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke
2017-03-06Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo
2017-03-06Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo
2017-03-06CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo
2017-03-06Fix bashisms in verify-commits and always check top commit's treeMatt Corallo
2017-03-06Check gpg version before setting --weak-digestMatt Corallo
2017-03-07Fix msvc compiler error C4146 (minus operator applied to unsigned type)kobake
2017-03-06Merge #9906: Disallow copy constructor CReserveKeysWladimir J. van der Laan
2017-03-06Merge #9929: tests: Delete unused function _rpchost_to_argsWladimir J. van der Laan
2017-03-06Merge #9843: Fix segwit getblocktemplate testWladimir J. van der Laan
2017-03-06Merge #9880: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1Wladimir J. van der Laan
2017-03-06tests: Delete unused function _rpchost_to_argsWladimir J. van der Laan
2017-03-06Disallow copy of CReserveKeysGregory Sanders
2017-03-06Merge #8574: [Wallet] refactor CWallet/CWalletDB/CDBWladimir J. van der Laan
2017-03-06[Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli
2017-03-06Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...Wladimir J. van der Laan
2017-03-06Merge #9547: bench: Assert that division by zero is unreachableWladimir J. van der Laan
2017-03-06Merge #9739: Fix BIP68 activation testWladimir J. van der Laan
2017-03-06Merge #9832: [qa] assert_start_raises_init_errorWladimir J. van der Laan
2017-03-06Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan
2017-03-06Merge #9576: [wallet] Remove redundant initializationWladimir J. van der Laan
2017-03-06[qa] assert_start_raises_init_errorNicolasDorier
2017-03-05Fix regsig checking for subkey sigs in verify-commitsMatt Corallo
2017-03-05Merge #9905: [contrib] gh-merge: Move second sha512 check to the endWladimir J. van der Laan