aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Improve help text and behavior of RPC-loggingAkio Nakamura2017-11-201-1/+2
* | | | Merge #11603: Move RPC registration out of AppInitParameterInteractionWladimir J. van der Laan2017-11-231-5/+8
|\ \ \ \
| * | | | Move RPC registration out of AppInitParameterInteractionRussell Yanofsky2017-11-031-5/+8
* | | | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-40/+40
* | | | | Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan2017-11-151-0/+2
|\ \ \ \ \
| * | | | | Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo2017-10-131-0/+2
* | | | | | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-20/+14
* | | | | | Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille2017-11-071-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...Matt Corallo2017-11-061-3/+3
* | | | | | Connect to an extra outbound peer if our tip is staleSuhas Daftuar2017-11-021-1/+1
* | | | | | Merge #11495: [trivial] Make namespace explicit for is_regular_fileWladimir J. van der Laan2017-10-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [trivial] Make namespace explicit for is_regular_fileJohn Newbery2017-10-131-1/+1
| |/ / / /
* | | | | Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille2017-10-131-7/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo2017-10-131-2/+2
| * | | | Replace relevant services logic with a function suite.Matt Corallo2017-10-131-5/+0
| | |_|/ | |/| |
* | | | Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke2017-10-051-3/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix race for mapBlockIndex in AppInitMainMeshCollider2017-09-071-3/+10
* | | | Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan2017-10-041-3/+4
|\ \ \ \
| * | | | Check that -blocknotify command is non-empty before executingpracticalswift2017-08-141-3/+4
| | |_|/ | |/| |
* | | | Merge #11031: [rpc] deprecate estimatefeeMarcoFalke2017-09-271-0/+1
|\ \ \ \
| * | | | [rpc] Deprecate estimatefee RPCJohn Newbery2017-09-261-0/+1
* | | | | Merge #11301: add m_added_nodes to connman optionsPieter Wuille2017-09-221-3/+3
|\ \ \ \ \
| * | | | | remove unused IsArgSet checkMarko Bencun2017-09-111-3/+2
| * | | | | add m_added_nodes to connman optionsMarko Bencun2017-09-111-0/+1
* | | | | | Fix uninitialized g_connman crash in Shutdown()MeshCollider2017-09-141-1/+1
| |/ / / / |/| | | |
* | | | | Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.MarcoFalke2017-09-121-6/+5
|\ \ \ \ \
| * | | | | Properly comment about shutdown process in init.cpp fileKyuntae Ethan Kim2017-07-061-6/+5
* | | | | | Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-1/+10
| |/ / / / |/| | | |
* | | | | Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke2017-09-071-17/+7
|\ \ \ \ \
| * | | | | [wallet] Add StartWallets() function to wallet/init.cppJohn Newbery2017-09-071-4/+1
| * | | | | [wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery2017-09-071-1/+1
| * | | | | [wallet] Add CloseWallets() function to wallet/init.cppJohn Newbery2017-09-071-4/+1
| * | | | | [wallet] Add StopWallets() function to wallet/init.cppJohn Newbery2017-09-071-2/+2
| * | | | | [wallet] Add FlushWallets() function to wallet/init.cppJohn Newbery2017-09-071-6/+2
| * | | | | [wallet] Rename WalletVerify() to VerifyWallets()John Newbery2017-09-071-1/+1
| * | | | | [wallet] Rename InitLoadWallet() to OpenWallets()John Newbery2017-09-071-1/+1
| | |_|_|/ | |/| | |
* | | | | net: stop both net/net_processing before destroying themCory Fields2017-09-071-1/+5
* | | | | net: use an interface class rather than signals for message processingCory Fields2017-09-061-3/+2
* | | | | Merge #10357: Allow setting nMinimumChainWork on command lineWladimir J. van der Laan2017-09-061-0/+17
|\ \ \ \ \
| * | | | | Allow setting nMinimumChainWork on command lineSuhas Daftuar2017-09-051-0/+17
* | | | | | Merge #10596: Add vConnect to CConnman::OptionsWladimir J. van der Laan2017-09-061-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add vConnect to CConnman::OptionsMarko Bencun2017-07-191-1/+8
* | | | | | rpc: Push down safe mode checksAndrew Chow2017-08-291-11/+1
| |/ / / / |/| | | |
* | | | | Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan2017-08-251-5/+6
|\ \ \ \ \
| * | | | | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-5/+6
| | |_|/ / | |/| | |
* | | | | Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstateMarcoFalke2017-08-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Changing -txindex requires -reindex, not -reindex-chainstateMatt Corallo2017-08-221-1/+1
* | | | | Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultWladimir J. van der Laan2017-08-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultLuke Dashjr2017-08-101-1/+1
* | | | | Merge #10809: optim: mark a few classes finalWladimir J. van der Laan2017-08-211-1/+1
|\ \ \ \ \