index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Enable devirtualization opportunities by using the final specifier (C++11)
practicalswift
2017-07-17
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
|
|
|
|
Merge #11008: Enable disablesafemode by default.
Wladimir J. van der Laan
2017-08-15
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Enable disablesafemode by default.
Gregory Maxwell
2017-08-08
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-101
/
+101
*
|
|
|
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-14
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-14
/
+14
*
|
|
|
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
1
-2
/
+3
*
|
|
|
Check for empty coinsview instead of just-reset coinsview in init
Matt Corallo
2017-08-01
1
-2
/
+3
*
|
|
|
Fix resume-of-reindex-after-restart
Matt Corallo
2017-08-01
1
-6
/
+8
|
/
/
/
*
|
|
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-08-01
1
-37
/
+66
|
\
\
\
|
*
|
|
Fix segfault when shutting down before fully loading
Matt Corallo
2017-07-27
1
-1
/
+3
|
*
|
|
Order chainstate init more logically.
Matt Corallo
2017-07-27
1
-33
/
+49
|
*
|
|
Call RewindBlockIndex even if we're about to run -reindex-chainstate
Matt Corallo
2017-07-27
1
-1
/
+4
|
*
|
|
More user-friendly error message if UTXO DB runs ahead of block DB
Matt Corallo
2017-07-27
1
-1
/
+9
|
*
|
|
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-27
1
-2
/
+2
*
|
|
|
Merge #10821: Add SSE4 optimized SHA256
Wladimir J. van der Laan
2017-07-20
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Add SHA256 dispatcher
Pieter Wuille
2017-07-20
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-19
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove factor of 3 from definition of dust.
Alex Morcos
2017-07-17
1
-1
/
+1
|
|
/
/
*
/
/
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
1
-3
/
+9
|
/
/
*
|
Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...
Pieter Wuille
2017-07-12
1
-1
/
+3
|
\
\
|
*
|
Avoid printing incorrect block indexing time due to uninitialized variable
practicalswift
2017-07-02
1
-1
/
+3
*
|
|
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
1
-0
/
+13
*
|
|
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
1
-0
/
+3
|
/
/
*
|
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-29
1
-1
/
+2
|
\
\
|
*
|
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-22
1
-1
/
+1
|
*
|
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-07
1
-0
/
+1
*
|
|
Allow to shut down during txdb upgrade
Jonas Schnelli
2017-06-29
1
-2
/
+3
*
|
|
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
1
-1
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
2017-06-26
1
-2
/
+1
|
*
|
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
1
-0
/
+10
*
|
|
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
1
-32
/
+32
*
|
|
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-26
/
+9
|
/
/
*
|
Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
Wladimir J. van der Laan
2017-06-26
1
-65
/
+44
|
\
\
|
*
|
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
1
-55
/
+34
|
*
|
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-15
1
-10
/
+10
*
|
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-1
/
+1
|
\
\
\
|
*
|
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
*
|
|
|
Merge #10626: doc: Remove outdated minrelaytxfee comment
Wladimir J. van der Laan
2017-06-24
1
-8
/
+1
|
\
\
\
\
|
*
|
|
|
doc: Remove outdated minrelaytxfee comment
MarcoFalke
2017-06-18
1
-8
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Remove obsolete _MSC_VER check
practicalswift
2017-06-21
1
-2
/
+0
|
/
/
/
*
|
|
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
1
-2
/
+0
|
\
\
\
|
*
|
|
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-14
1
-2
/
+0
*
|
|
|
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-14
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Use rdrand as entropy source on supported platforms
Pieter Wuille
2017-06-13
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
|
|
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-9
/
+9
*
|
|
|
|
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-12
1
-1
/
+0
|
\
\
\
\
\
[prev]
[next]