aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
AgeCommit message (Expand)Author
2018-08-04[docs] Reformat -help output for help2manTim Ruffing
2018-07-30Ignore unknown config file options for nowPieter Wuille
2018-07-23Merge #13742: doc: Adjust bitcoincore.org linksWladimir J. van der Laan
2018-07-22doc: Adjust bitcoincore.org linksMarcoFalke
2018-07-22trivial: remove unneeded includeNikolay Mitev
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-12Add unavailable options to hidden options categoryAndrew Chow
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-05-09Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-26-includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm
2018-04-16net: Minor accumulated cleanupsThomas Snider
2018-04-11Ignore macOS daemon() depracation warningJonas Schnelli
2018-04-08Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli
2018-04-05wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-02[moveonly] Extract HelpRequested to dry up the help options testingBen Woosley
2018-03-29Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan
2018-03-27[wallet] Add dummy wallet init classJohn Newbery
2018-03-27[wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-01-25Move scheduler/threadGroup into common-init instead of per-appMatt Corallo
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-16Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...donaloconnor
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-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Always wait for threadGroup to exit in bitcoind shutdownMatt Corallo
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-06-09Remove unused Boost includespracticalswift
2017-05-24Make bitcoind invalid argument error message specificWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-02-21use EXIT_ codes instead of magic numbersMarko Bencun
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-23Remove arguments to ParseConfigFileMatt Corallo
2016-11-30Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille
2016-11-29init: Split up AppInit2 into multiple phasesWladimir J. van der Laan
2016-11-07Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM6
2016-11-04Fix exit codes:UdjinM6
2016-10-01Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón
2016-09-26bitcoind: Daemonize using daemon(3)Matthew King
2016-09-04trivial: remove unnecessary variable fDaemonmruddy
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-02-03When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr