Age | Commit message (Expand) | Author |
2015-05-14 | Create a scheduler thread for lightweight tasks | Gavin Andresen |
2015-04-30 | Merge pull request #6022 | Wladimir J. van der Laan |
2015-04-20 | Use https link to bitcoin.org in Doxygen intro | Michael Ford |
2015-04-16 | Separate CTranslationInterface from CClientUIInterface | Jorge Timón |
2015-01-19 | Get rid of DetectShutdownThread | Wladimir J. van der Laan |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-19 | Merge pull request #5470 | Wladimir J. van der Laan |
2014-12-17 | make all catch() arguments const | Philip Kaufmann |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-11-22 | Process help and version arguments before datadir. | Pavel Janík |
2014-10-29 | Separate protocol versioning from clientversion | Cory Fields |
2014-09-20 | Also create pid file in non-daemon mode | Wladimir J. van der Laan |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
2014-06-15 | Remove cli functionality from bitcoind | Wladimir J. van der Laan |
2014-06-12 | Add 'about' information to `-version` output | Wladimir J. van der Laan |
2014-06-11 | Add `-version` option to get just the version | Wladimir J. van der Laan |
2014-06-04 | Get rid of TestNet() | jtimon |
2014-05-20 | Remove fDaemon flag checking on return from main(), which is useless and look... | Huang Le |
2014-05-13 | SetupEnvironment() - clean commit | Stuart Cardall |
2014-04-07 | Show error message if ReadConfigFile fails | Wladimir J. van der Laan |
2014-03-31 | Use the new name Bitcoin Core Daemon instead of Bitcoin server | paveljanik |
2013-12-20 | Allow `-noserver` with bitcoind | Wladimir J. van der Laan |
2013-12-13 | Rebrand to `Bitcoin Core` | Wladimir J. van der Laan |
2013-12-03 | bitcoin-cli: remove unneeded dependencies (only code movement) | Wladimir J. van der Laan |
2013-11-27 | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan |
2013-11-17 | doc: small doxygen update | Wladimir J. van der Laan |
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-04 | No more fHaveGUI | Wladimir J. van der Laan |
2013-10-26 | Break dependency of init on wallet. | Pieter Wuille |
2013-10-21 | Add separate bitcoin-rpc client | Wladimir J. van der Laan |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-08 | make fCommandLine a local variable in AppInit() | Philip Kaufmann |
2013-10-07 | add missing Boost Thread join_all() call during shutdown | Philip Kaufmann |
2013-08-22 | update SelectParamsFromCommandLine() handling/order | Philip Kaufmann |
2013-07-24 | exclude CreatePidFile() function on WIN32 as it is unused | Philip Kaufmann |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-06-04 | build: add global var for whether or not the gui is enabled | Cory Fields |
2013-06-04 | build: split the non-gui startup routines into a new file | Cory Fields |