aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-24Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstateMarcoFalke
2017-08-22Changing -txindex requires -reindex, not -reindex-chainstateMatt Corallo
2017-08-22Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultWladimir J. van der Laan
2017-08-21Merge #10809: optim: mark a few classes finalWladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-15Merge #11008: Enable disablesafemode by default.Wladimir J. van der Laan
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-10Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultLuke Dashjr
2017-08-08Enable disablesafemode by default.Gregory Maxwell
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
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-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
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-20Merge #10821: Add SSE4 optimized SHA256Wladimir J. van der Laan
2017-07-20Add SHA256 dispatcherPieter Wuille
2017-07-19Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan
2017-07-17Enable devirtualization opportunities by using the final specifier (C++11)practicalswift
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-07-17Remove factor of 3 from definition of dust.Alex Morcos
2017-07-12Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...Pieter Wuille
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-02Avoid printing incorrect block indexing time due to uninitialized variablepracticalswift
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-29Allow to shut down during txdb upgradeJonas Schnelli
2017-06-28Merge #10148: Use non-atomic flushing with block replayWladimir J. van der Laan
2017-06-27Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón
2017-06-27Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón
2017-06-26Dont create pcoinsTip until after ReplayBlocks.Matt Corallo
2017-06-26Non-atomic flushing using the blockchain as replay journalPieter Wuille
2017-06-26Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::OptionsWladimir J. van der Laan
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-06-24Merge #10626: doc: Remove outdated minrelaytxfee commentWladimir J. van der Laan
2017-06-22Update -maxsigcachesize doc clarify init logprints for itMatt Corallo
2017-06-21Remove obsolete _MSC_VER checkpracticalswift
2017-06-18doc: Remove outdated minrelaytxfee commentMarcoFalke
2017-06-15add Binds, WhiteBinds to CConnman::OptionsMarko Bencun
2017-06-15add WhitelistedRange to CConnman::OptionsMarko Bencun
2017-06-14Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()Wladimir J. van der Laan
2017-06-14Merge #10377: Use rdrand as entropy source on supported platformsWladimir J. van der Laan