aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| * Initialize logging before we do parameter interactionJonas Schnelli2015-11-271-0/+2
| * Refactor parameter interaction, call it before AppInit2()Jonas Schnelli2015-11-271-0/+1
* | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-031-1/+2
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-2/+6
|/
* constify missing catch casesPhilip Kaufmann2015-10-271-1/+1
* Merge pull request #6846Wladimir J. van der Laan2015-10-221-1/+1
|\
| * *: alias -h for --helpDaniel Cousens2015-10-221-1/+1
* | Merge pull request #6235Wladimir J. van der Laan2015-10-201-2/+4
|\ \ | |/ |/|
| * Chainparams: Translations: DRY: options and error stringsJorge Timón2015-10-201-2/+4
* | evhttpd implementationWladimir J. van der Laan2015-09-031-2/+7
|/
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0