aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
AgeCommit message (Expand)Author
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-14Unify package name to as few places as possible without major changesLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-27Initialize logging before we do parameter interactionJonas Schnelli
2015-11-27Refactor parameter interaction, call it before AppInit2()Jonas Schnelli
2015-10-27constify missing catch casesPhilip Kaufmann
2015-10-22Merge pull request #6846Wladimir J. van der Laan
2015-10-22*: alias -h for --helpDaniel Cousens
2015-10-20Merge pull request #6235Wladimir J. van der Laan
2015-10-20Chainparams: Translations: DRY: options and error stringsJorge Timón
2015-09-03evhttpd implementationWladimir J. van der Laan
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-05-14Create a scheduler thread for lightweight tasksGavin Andresen
2015-04-30Merge pull request #6022Wladimir J. van der Laan
2015-04-20 Use https link to bitcoin.org in Doxygen introMichael Ford
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-01-19Get rid of DetectShutdownThreadWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-22Process help and version arguments before datadir.Pavel Janík
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-09-20Also create pid file in non-daemon modeWladimir J. van der Laan
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-06-15Remove cli functionality from bitcoindWladimir J. van der Laan
2014-06-12Add 'about' information to `-version` outputWladimir J. van der Laan
2014-06-11Add `-version` option to get just the versionWladimir J. van der Laan
2014-06-04Get rid of TestNet()jtimon
2014-05-20Remove fDaemon flag checking on return from main(), which is useless and look...Huang Le
2014-05-13SetupEnvironment() - clean commitStuart Cardall
2014-04-07Show error message if ReadConfigFile failsWladimir J. van der Laan
2014-03-31Use the new name Bitcoin Core Daemon instead of Bitcoin serverpaveljanik
2013-12-20Allow `-noserver` with bitcoindWladimir J. van der Laan
2013-12-13Rebrand to `Bitcoin Core`Wladimir J. van der Laan
2013-12-03bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-17doc: small doxygen updateWladimir J. van der Laan
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04No more fHaveGUIWladimir J. van der Laan
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