aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
AgeCommit message (Expand)Author
2013-10-26Break dependency of init on wallet.Pieter Wuille
2013-10-21Add separate bitcoin-rpc clientWladimir J. van der Laan
2013-10-20Bump Year Number to 2013super3
2013-10-08make fCommandLine a local variable in AppInit()Philip Kaufmann
2013-10-07add missing Boost Thread join_all() call during shutdownPhilip Kaufmann
2013-08-22update SelectParamsFromCommandLine() handling/orderPhilip Kaufmann
2013-07-24exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-04build: add global var for whether or not the gui is enabledCory Fields
2013-06-04build: split the non-gui startup routines into a new fileCory Fields