index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-24
Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstate
MarcoFalke
2017-08-22
Changing -txindex requires -reindex, not -reindex-chainstate
Matt Corallo
2017-08-22
Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default
Wladimir J. van der Laan
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-15
Merge #11008: Enable disablesafemode by default.
Wladimir J. van der Laan
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-10
Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default
Luke Dashjr
2017-08-08
Enable disablesafemode by default.
Gregory Maxwell
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
Check for empty coinsview instead of just-reset coinsview in init
Matt Corallo
2017-08-01
Fix resume-of-reindex-after-restart
Matt Corallo
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-07-27
Fix segfault when shutting down before fully loading
Matt Corallo
2017-07-27
Order chainstate init more logically.
Matt Corallo
2017-07-27
Call RewindBlockIndex even if we're about to run -reindex-chainstate
Matt Corallo
2017-07-27
More user-friendly error message if UTXO DB runs ahead of block DB
Matt Corallo
2017-07-27
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-20
Merge #10821: Add SSE4 optimized SHA256
Wladimir J. van der Laan
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-17
Enable devirtualization opportunities by using the final specifier (C++11)
practicalswift
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
Remove factor of 3 from definition of dust.
Alex Morcos
2017-07-12
Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...
Pieter Wuille
2017-07-07
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-02
Avoid printing incorrect block indexing time due to uninitialized variable
practicalswift
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-29
Allow to shut down during txdb upgrade
Jonas Schnelli
2017-06-28
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-27
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-26
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
Wladimir J. van der Laan
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-24
Merge #10626: doc: Remove outdated minrelaytxfee comment
Wladimir J. van der Laan
2017-06-22
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-21
Remove obsolete _MSC_VER check
practicalswift
2017-06-18
doc: Remove outdated minrelaytxfee comment
MarcoFalke
2017-06-15
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
[next]