aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-15Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-07Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille
2017-11-06Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...Matt Corallo
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-10-18Merge #11495: [trivial] Make namespace explicit for is_regular_fileWladimir J. van der Laan
2017-10-13Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo
2017-10-13Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille
2017-10-13[trivial] Make namespace explicit for is_regular_fileJohn Newbery
2017-10-13Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo
2017-10-13Replace relevant services logic with a function suite.Matt Corallo
2017-10-05Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke
2017-10-04Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan
2017-09-27Merge #11031: [rpc] deprecate estimatefeeMarcoFalke
2017-09-26[rpc] Deprecate estimatefee RPCJohn Newbery
2017-09-22Merge #11301: add m_added_nodes to connman optionsPieter Wuille
2017-09-14Fix uninitialized g_connman crash in Shutdown()MeshCollider
2017-09-12Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.MarcoFalke
2017-09-11Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-09-11remove unused IsArgSet checkMarko Bencun
2017-09-11add m_added_nodes to connman optionsMarko Bencun
2017-09-07Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke
2017-09-07[wallet] Add StartWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add CloseWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add StopWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add FlushWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Rename WalletVerify() to VerifyWallets()John Newbery
2017-09-07[wallet] Rename InitLoadWallet() to OpenWallets()John Newbery
2017-09-07net: stop both net/net_processing before destroying themCory Fields
2017-09-07Fix race for mapBlockIndex in AppInitMainMeshCollider
2017-09-06net: use an interface class rather than signals for message processingCory Fields
2017-09-06Merge #10357: Allow setting nMinimumChainWork on command lineWladimir J. van der Laan
2017-09-06Merge #10596: Add vConnect to CConnman::OptionsWladimir J. van der Laan
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-24Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstateMarcoFalke
2017-08-22Changing -txindex requires -reindex, not -reindex-chainstateMatt Corallo
2017-08-22Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultWladimir J. van der Laan
2017-08-21Merge #10809: optim: mark a few classes finalWladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-15Merge #11008: Enable disablesafemode by default.Wladimir J. van der Laan
2017-08-14Check that -blocknotify command is non-empty before executingpracticalswift
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-10Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultLuke Dashjr
2017-08-08Enable disablesafemode by default.Gregory Maxwell