aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-4/+4
* 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
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* Create a scheduler thread for lightweight tasksGavin Andresen2015-05-141-1/+3
* Merge pull request #6022Wladimir J. van der Laan2015-04-301-1/+0
|\
| * Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-1/+0
* | Use https link to bitcoin.org in Doxygen introMichael Ford2015-04-201-1/+1
|/
* Get rid of DetectShutdownThreadWladimir J. van der Laan2015-01-191-13/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
|/
* Process help and version arguments before datadir.Pavel Janík2014-11-221-25/+28
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* Also create pid file in non-daemon modeWladimir J. van der Laan2014-09-201-1/+0
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* Remove cli functionality from bitcoindWladimir J. van der Laan2014-06-151-9/+3
* Add 'about' information to `-version` outputWladimir J. van der Laan2014-06-121-1/+5
* Add `-version` option to get just the versionWladimir J. van der Laan2014-06-111-12/+15
* Get rid of TestNet()jtimon2014-06-041-1/+1
* Remove fDaemon flag checking on return from main(), which is useless and look...Huang Le2014-05-201-8/+1
* SetupEnvironment() - clean commitStuart Cardall2014-05-131-0/+2
* Show error message if ReadConfigFile failsWladimir J. van der Laan2014-04-071-1/+7
* Use the new name Bitcoin Core Daemon instead of Bitcoin serverpaveljanik2014-03-311-2/+2