aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-03Update chain transaction statisticsPieter Wuille
2017-08-03Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan
2017-08-02[wallet] Don't hold cs_LastBlockFile while calling setBestChainJohn Newbery
2017-08-02[wallet] [moveonly] Move LoadKeyPool to cppMatt Corallo
2017-08-02[wallet] [moveonly] Move CAffectedKeysVisitorJonas Schnelli
2017-08-02[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...practicalswift
2017-08-02Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift
2017-08-02Merge #10958: Update to latest Bitcoin patches for LevelDBWladimir J. van der Laan
2017-08-02Fix typo in sendcoinsdialog.Masahiko Hyuga
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
2017-08-01Avoid returning a BIP9Stats object with uninitialized valuespracticalswift
2017-08-01Check for empty coinsview instead of just-reset coinsview in initMatt Corallo
2017-08-01Fix resume-of-reindex-after-restartMatt Corallo
2017-08-01Always wait for threadGroup to exit in bitcoind shutdownMatt Corallo
2017-08-01Update LevelDB with latest Bitcoin-specific patchesPieter Wuille
2017-08-01Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...Wladimir J. van der Laan
2017-08-01Merge #10526: Force on-the-fly compaction during pertxout upgradeWladimir J. van der Laan
2017-08-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
2017-07-31Restore default format state of cout after printing with std::fixed/setprecisionpracticalswift
2017-07-31Use the noexcept specifier (C++11) instead of deprecated throw()practicalswift
2017-07-31qt: Periodic translations updateWladimir J. van der Laan
2017-07-31Merge #10949: Clarify help message for -discardfeeWladimir J. van der Laan
2017-07-31Merge #10948: p2p: Hardcoded seeds update pre-0.15 branchWladimir J. van der Laan
2017-07-31Merge #10945: Update defaultAssumeValid according to release-process.md.Wladimir J. van der Laan
2017-07-30p2p: Hardcoded seeds update pre-0.15 branchWladimir J. van der Laan
2017-07-28Clarify help message for -discardfeeAlex Morcos
2017-07-28[wallet] Specify wallet name in wallet loading errorsJohn Newbery
2017-07-28Reject invalid wallet filesJoão Barbosa
2017-07-28Reject duplicate wallet filenamesJoão Barbosa
2017-07-27Force on-the-fly compaction during pertxout upgradePieter Wuille
2017-07-27Eliminate fee overpaying edge case when subtracting fee from recipientsAlex Morcos
2017-07-28Update defaultAssumeValid according to release-process.md.Gregory Maxwell
2017-07-27Replace ismine with producesignature check in witnessifierAndrew Chow
2017-07-27Fix segfault when shutting down before fully loadingMatt Corallo
2017-07-27Order chainstate init more logically.Matt Corallo
2017-07-27Call RewindBlockIndex even if we're about to run -reindex-chainstateMatt Corallo
2017-07-27More user-friendly error message if UTXO DB runs ahead of block DBMatt Corallo
2017-07-27Fix some LoadChainTip-related init-order bugs.Matt Corallo
2017-07-27Merge #10931: Fix misleading "Method not found" multiwallet errorsWladimir J. van der Laan
2017-07-27Check if sys/random.h is required for getentropy on OSX.James Hilliard
2017-07-27Merge #10892: Replace traditional for with ranged for in block and transactio...Wladimir J. van der Laan
2017-07-27Merge #10501: remove some unused functionsWladimir J. van der Laan
2017-07-26Change wallet method disabled error textRussell Yanofsky
2017-07-26Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cppWladimir J. van der Laan
2017-07-26Merge #10824: Avoid unnecessary work in SetNetworkActiveWladimir J. van der Laan
2017-07-26Fix misleading "Method not found" multiwallet errorsRussell Yanofsky
2017-07-26Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...Wladimir J. van der Laan
2017-07-26Merge #10655: Properly document target_confirmations in listsinceblockWladimir J. van der Laan
2017-07-26Merge #10914: Add missing lock in CScheduler::AreThreadsServicingQueue()Wladimir J. van der Laan
2017-07-26Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows buildsWladimir J. van der Laan