aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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