aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Enable devirtualization opportunities by using the final specifier (C++11)practicalswift2017-07-171-1/+1
| | |_|/ / | |/| | |
* | | | | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | | | | Merge #11008: Enable disablesafemode by default.Wladimir J. van der Laan2017-08-151-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Enable disablesafemode by default.Gregory Maxwell2017-08-081-1/+1
| | |/ / | |/| |
* | | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-101/+101
* | | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-14/+14
|\ \ \ \ | |/ / / |/| | |
| * | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-14/+14
* | | | Fix some broken init-time prints/constantsMatt Corallo2017-08-011-2/+3
* | | | Check for empty coinsview instead of just-reset coinsview in initMatt Corallo2017-08-011-2/+3
* | | | Fix resume-of-reindex-after-restartMatt Corallo2017-08-011-6/+8
|/ / /
* | | Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan2017-08-011-37/+66
|\ \ \
| * | | Fix segfault when shutting down before fully loadingMatt Corallo2017-07-271-1/+3
| * | | Order chainstate init more logically.Matt Corallo2017-07-271-33/+49
| * | | Call RewindBlockIndex even if we're about to run -reindex-chainstateMatt Corallo2017-07-271-1/+4
| * | | More user-friendly error message if UTXO DB runs ahead of block DBMatt Corallo2017-07-271-1/+9
| * | | Fix some LoadChainTip-related init-order bugs.Matt Corallo2017-07-271-2/+2
* | | | Merge #10821: Add SSE4 optimized SHA256Wladimir J. van der Laan2017-07-201-0/+2
|\ \ \ \
| * | | | Add SHA256 dispatcherPieter Wuille2017-07-201-0/+2
| |/ / /
* | | | Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan2017-07-191-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove factor of 3 from definition of dust.Alex Morcos2017-07-171-1/+1
| |/ /
* / / init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan2017-07-171-3/+9
|/ /
* | Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...Pieter Wuille2017-07-121-1/+3
|\ \
| * | Avoid printing incorrect block indexing time due to uninitialized variablepracticalswift2017-07-021-1/+3
* | | Flush CValidationInterface callbacks prior to destructionMatt Corallo2017-07-071-0/+13
* | | Give CMainSignals a reference to the global schedulerMatt Corallo2017-07-071-0/+3
|/ /
* | Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan2017-06-291-1/+2
|\ \
| * | Update -maxsigcachesize doc clarify init logprints for itMatt Corallo2017-06-221-1/+1
| * | Cache full script execution results in addition to signaturesMatt Corallo2017-06-071-0/+1
* | | Allow to shut down during txdb upgradeJonas Schnelli2017-06-291-2/+3
* | | Merge #10148: Use non-atomic flushing with block replayWladimir J. van der Laan2017-06-281-1/+10
|\ \ \ | |_|/ |/| |
| * | Dont create pcoinsTip until after ReplayBlocks.Matt Corallo2017-06-261-2/+1
| * | Non-atomic flushing using the blockchain as replay journalPieter Wuille2017-06-261-0/+10
* | | Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón2017-06-271-32/+32
* | | Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón2017-06-271-26/+9
|/ /
* | Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::OptionsWladimir J. van der Laan2017-06-261-65/+44
|\ \
| * | add Binds, WhiteBinds to CConnman::OptionsMarko Bencun2017-06-151-55/+34
| * | add WhitelistedRange to CConnman::OptionsMarko Bencun2017-06-151-10/+10
* | | Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\ \ \
| * | | [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | | | Merge #10626: doc: Remove outdated minrelaytxfee commentWladimir J. van der Laan2017-06-241-8/+1
|\ \ \ \
| * | | | doc: Remove outdated minrelaytxfee commentMarcoFalke2017-06-181-8/+1
| | |/ / | |/| |
* / | | Remove obsolete _MSC_VER checkpracticalswift2017-06-211-2/+0
|/ / /
* | | Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()Wladimir J. van der Laan2017-06-141-2/+0
|\ \ \
| * | | Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun2017-06-141-2/+0
* | | | Merge #10377: Use rdrand as entropy source on supported platformsWladimir J. van der Laan2017-06-141-0/+1
|\ \ \ \
| * | | | Use rdrand as entropy source on supported platformsPieter Wuille2017-06-131-0/+1
| |/ / /
* | | | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-9/+9
|\ \ \ \
| * | | | scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
| * | | | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-9/+9
* | | | | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()Wladimir J. van der Laan2017-06-121-1/+0
|\ \ \ \ \