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
2018-01-29
Merge #12197: Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-19
Use PACKAGE_NAME instead of hardcoding application name in log message
Wladimir J. van der Laan
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-16
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #11831: Always return true if AppInitMain got to the end
Wladimir J. van der Laan
2017-12-05
Always set NODE_NETWORK_LIMITED bit
Jonas Schnelli
2017-12-05
Always return true if AppInitMain got to the end
Matt Corallo
2017-11-30
Add `-debuglogfile` option
Wladimir J. van der Laan
2017-11-30
Merge #11783: Fix shutdown in case of errors during initialization
Wladimir J. van der Laan
2017-11-30
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-28
Fix shutdown in case of errors during initialization
Wladimir J. van der Laan
2017-11-23
Merge #11603: Move RPC registration out of AppInitParameterInteraction
Wladimir J. van der Laan
2017-11-20
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-07
Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...
Pieter Wuille
2017-11-06
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-11-03
Move RPC registration out of AppInitParameterInteraction
Russell Yanofsky
2017-11-02
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-10-18
Merge #11495: [trivial] Make namespace explicit for is_regular_file
Wladimir J. van der Laan
2017-10-13
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-10-13
Merge #11456: Replace relevant services logic with a function suite.
Pieter Wuille
2017-10-13
[trivial] Make namespace explicit for is_regular_file
John Newbery
2017-10-13
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-10-04
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-09-27
Merge #11031: [rpc] deprecate estimatefee
MarcoFalke
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-09-22
Merge #11301: add m_added_nodes to connman options
Pieter Wuille
2017-09-14
Fix uninitialized g_connman crash in Shutdown()
MeshCollider
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
[next]