aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Allow `-noserver` with bitcoindWladimir J. van der Laan2013-12-201-1/+6
* Rebrand to `Bitcoin Core`Wladimir J. van der Laan2013-12-131-1/+1
* bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-0/+1
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+2
* doc: small doxygen updateWladimir J. van der Laan2013-11-171-0/+16
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-2/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+8
* No more fHaveGUIWladimir J. van der Laan2013-11-041-2/+1
* Break dependency of init on wallet.Pieter Wuille2013-10-261-0/+3
* Add separate bitcoin-rpc clientWladimir J. van der Laan2013-10-211-3/+4
* Bump Year Number to 2013super32013-10-201-1/+1
* make fCommandLine a local variable in AppInit()Philip Kaufmann2013-10-081-0/+1
* add missing Boost Thread join_all() call during shutdownPhilip Kaufmann2013-10-071-4/+13
* update SelectParamsFromCommandLine() handling/orderPhilip Kaufmann2013-08-221-6/+7
* exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann2013-07-241-1/+1
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-0/+4