29 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 10 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 10 years ago
jtimon a3d946ebdc Get rid of TestNet() 10 years ago
Huang Le 0b78ba8ad6 Remove fDaemon flag checking on return from main(), which is useless and looks really strange. 10 years ago
Stuart Cardall 5248ff4099 SetupEnvironment() - clean commit 10 years ago
Wladimir J. van der Laan 4ae5e72128
Show error message if ReadConfigFile fails 10 years ago
paveljanik db3a5e4151
Use the new name Bitcoin Core Daemon instead of Bitcoin server 10 years ago
Wladimir J. van der Laan 8b9adca446 Allow `-noserver` with bitcoind 11 years ago
Wladimir J. van der Laan 22f0135df0 Rebrand to `Bitcoin Core` 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Wladimir J. van der Laan 0e165b97d9 doc: small doxygen update 11 years ago
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Pieter Wuille 722fa283d0 Break dependency of init on wallet. 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 917ac1dcc1 make fCommandLine a local variable in AppInit() 11 years ago
Philip Kaufmann c55d1600da add missing Boost Thread join_all() call during shutdown 11 years ago
Philip Kaufmann a2189fbaf6 update SelectParamsFromCommandLine() handling/order 11 years ago
Philip Kaufmann a034c7ebb6 exclude CreatePidFile() function on WIN32 as it is unused 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 11 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 11 years ago