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-09-12
Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.
MarcoFalke
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
remove unused IsArgSet check
Marko Bencun
2017-09-11
add m_added_nodes to connman options
Marko Bencun
2017-09-07
Merge #10767: [wallet] Clarify wallet initialization / destruction interface
MarcoFalke
2017-09-07
[wallet] Add StartWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add CloseWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add StopWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add FlushWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Rename WalletVerify() to VerifyWallets()
John Newbery
2017-09-07
[wallet] Rename InitLoadWallet() to OpenWallets()
John Newbery
2017-09-07
net: stop both net/net_processing before destroying them
Cory Fields
2017-09-07
Fix race for mapBlockIndex in AppInitMain
MeshCollider
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
Merge #10357: Allow setting nMinimumChainWork on command line
Wladimir J. van der Laan
2017-09-06
Merge #10596: Add vConnect to CConnman::Options
Wladimir J. van der Laan
2017-09-05
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
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
Check that -blocknotify command is non-empty before executing
practicalswift
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
Add vConnect to CConnman::Options
Marko Bencun
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
[prev]
[next]