aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2018-05-01Remove blockmaxsize option from init.cppfanquake
2018-04-26[config] Remove blockmaxsize optionJohn Newbery
2018-02-15Interrupt loading thread after shutdown requestJoão Barbosa
2018-02-12Reset pblocktree before deleting LevelDB fileSjors Provoost
2018-02-08Fix fast-shutdown hang on ThreadImport+GenesisWaitMatt Corallo
2018-01-30Merge #12266: Move scheduler/threadGroup into common-init instead of per-appWladimir J. van der Laan
2018-01-29Merge #12197: Log debug build status and warn when running benchmarksWladimir J. van der Laan
2018-01-25Move scheduler/threadGroup into common-init instead of per-appMatt Corallo
2018-01-19Use PACKAGE_NAME instead of hardcoding application name in log messageWladimir J. van der Laan
2018-01-18Don't allow relative -walletdir pathsRussell Yanofsky
2018-01-16Log debug build status and warn when running benchmarksWladimir J. van der Laan
2018-01-16Abstract directory locking into util.cppMeshCollider
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #11831: Always return true if AppInitMain got to the endWladimir J. van der Laan
2017-12-05Always set NODE_NETWORK_LIMITED bitJonas Schnelli
2017-12-05Always return true if AppInitMain got to the endMatt Corallo
2017-11-30Add `-debuglogfile` optionWladimir J. van der Laan
2017-11-30Merge #11783: Fix shutdown in case of errors during initializationWladimir J. van der Laan
2017-11-30Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan
2017-11-28Fix shutdown in case of errors during initializationWladimir J. van der Laan
2017-11-23Merge #11603: Move RPC registration out of AppInitParameterInteractionWladimir J. van der Laan
2017-11-20Improve help text and behavior of RPC-loggingAkio Nakamura
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-03Move RPC registration out of AppInitParameterInteractionRussell Yanofsky
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