aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
* [docs] Reformat -help output for help2manTim Ruffing2018-08-041-4/+2
* Ignore unknown config file options for nowPieter Wuille2018-07-301-1/+1
* Merge #13742: doc: Adjust bitcoincore.org linksWladimir J. van der Laan2018-07-231-1/+3
|\
| * doc: Adjust bitcoincore.org linksMarcoFalke2018-07-221-1/+3
* | trivial: remove unneeded includeNikolay Mitev2018-07-221-2/+0
|/
* Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-1/+2
* Add unavailable options to hidden options categoryAndrew Chow2018-06-121-3/+0
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-6/+7
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-4/+4
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-1/+5
* Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan2018-05-091-1/+1
|\
| * -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+1
* | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-2/+2
|/
* net: Minor accumulated cleanupsThomas Snider2018-04-161-4/+1
* Ignore macOS daemon() depracation warningJonas Schnelli2018-04-111-0/+7
* Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli2018-04-081-1/+1
|\
| * Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-1/+1
* | wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-9/+0
|/
* [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-2/+1
* Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-291-0/+10
|\
| * [wallet] Add dummy wallet init classJohn Newbery2018-03-271-1/+3
| * [wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery2018-03-271-0/+8
* | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
|/
* Move scheduler/threadGroup into common-init instead of per-appMatt Corallo2018-01-251-14/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13
* Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...donaloconnor2017-10-161-5/+5
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-7/+7
* Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-1/+1
|\
| * scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* | Always wait for threadGroup to exit in bitcoind shutdownMatt Corallo2017-08-011-3/+1
|/
* init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan2017-07-171-1/+6
* Remove unused Boost includespracticalswift2017-06-091-1/+0
* Make bitcoind invalid argument error message specificWladimir J. van der Laan2017-05-241-10/+7
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* use EXIT_ codes instead of magic numbersMarko Bencun2017-02-211-3/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-1/+1
* Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2
* Remove arguments to ParseConfigFileMatt Corallo2016-12-231-1/+1
* Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille2016-11-301-5/+21
|\
| * init: Split up AppInit2 into multiple phasesWladimir J. van der Laan2016-11-291-5/+21
* | Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM62016-11-071-2/+2
* | Fix exit codes:UdjinM62016-11-041-1/+1
|/
* Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón2016-10-011-1/+1
* bitcoind: Daemonize using daemon(3)Matthew King2016-09-261-15/+8
* trivial: remove unnecessary variable fDaemonmruddy2016-09-041-4/+1
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-3/+5
|\
| * move rpc* to rpc/Daniel Cousens2016-01-211-2/+1