aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-09leveldb: enable runtime-detected crc32 instructionsCory Fields
2017-06-09Update to LevelDB 1.20Pieter Wuille
2017-06-09Squashed 'src/leveldb/' changes from a31c8aa40..196962ff0Pieter Wuille
2017-06-09Fix stopatheightAndrew Chow
2017-06-09Clarify prevector::erase and avoid swap-to-clearPieter Wuille
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-09Remove duplicate includespracticalswift
2017-06-09Comment out unused constant REJECT_DUSTpracticalswift
2017-06-09Use the "domain name setup" image (previously unused) in the gitian docspracticalswift
2017-06-09Remove unused Boost includespracticalswift
2017-06-09Return early in IsBanned.Gregory Maxwell
2017-06-09Remove unused constant MEMPOOL_GD_VERSIONpracticalswift
2017-06-08[tests] tidy up zmq_test.pyJohn Newbery
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-08Tests for wallet encryption stuffAndrew Chow
2017-06-08Use override keyword on CCoinsView overridesRussell Yanofsky
2017-06-08[tests] update zmq test to use correct config.ini fileJohn Newbery
2017-06-08Merge #10481: Decodehextx scripts sanity checkWladimir J. van der Laan
2017-06-08Merge #10548: Use std::unordered_{map,set} (C++11) instead of boost::unordere...Wladimir J. van der Laan
2017-06-08Merge #10547: [tests] Use FastRandomContext instead of boost::random::{mt1993...Wladimir J. van der Laan
2017-06-08Avoid printing generic and duplicated "checking for QT" during ./configureTimothy Redaelli
2017-06-08[tests] Remove accidental trailing semicolonpracticalswift
2017-06-08[tests] Remove unused function InsecureRandBytes(size_t len)practicalswift
2017-06-08Merge #10524: [tests] Remove printf(...)Wladimir J. van der Laan
2017-06-07Merge #10321: Use FastRandomContext for all testsPieter Wuille
2017-06-07gettxoutproof() should return consistent resultJohn Newbery
2017-06-07Sanity check transaction scripts in DecodeHexTxAndrew Chow
2017-06-07Add a valid opcode sanity check to CScriptAndrew Chow
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07[tests] Remove printf(...)practicalswift
2017-06-07[tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...practicalswift
2017-06-07scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille
2017-06-07Use randbits instead of ad-hoc emulation in prevector testsPieter Wuille
2017-06-07Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille
2017-06-07Replace more rand() % NUM by randrangesPieter Wuille
2017-06-07Don't return stale data from CCoinsViewCache::Cursor()Russell Yanofsky
2017-06-07Merge #9672: Opt-into-RBF for RPC & bitcoin-txWladimir J. van der Laan
2017-06-07Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}practicalswift
2017-06-06Merge #10523: Perform member initialization in initialization lists where pos...Pieter Wuille
2017-06-06Merge #10331: Share config between util and functional testsMarcoFalke
2017-06-06Merge #10522: [wallet] Remove unused variablesMarcoFalke
2017-06-06Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances")MarcoFalke
2017-06-06wallet: Update formattingLuke Dashjr
2017-06-06wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...Luke Dashjr
2017-06-06wallet: Base backup filenames on original wallet filenameLuke Dashjr
2017-06-06wallet: Include actual backup filename in recovery warning messageLuke Dashjr
2017-06-06Bugfix: wallet: Fix warningStr, errorStr argument orderLuke Dashjr
2017-06-06Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...Luke Dashjr
2017-06-06Wallet: Support loading multiple wallets if -wallet used more than onceLuke Dashjr
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr