aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add global var for whether or not the gui is enabledCory Fields2013-06-041-0/+1
* build: split the non-gui startup routines into a new fileCory Fields2013-06-041-0/+136