Age | Commit message (Expand) | Author |
2018-06-25 | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley |
2018-05-09 | Make gArgs aware of the arguments | Andrew Chow |
2018-04-13 | wallet: Refactor g_wallet_init_interface to const reference | João Barbosa |
2018-04-05 | wallet: Refactor to WalletInitInterface* const g_wallet_init_interface | João Barbosa |
2018-03-29 | Merge #10762: [wallet] Remove Wallet dependencies from init.cpp | Wladimir J. van der Laan |
2018-03-27 | [wallet] Use global g_wallet_init_interface to init/destroy the wallet. | John Newbery |
2018-03-09 | scripted-diff: Convert 11 enums into scoped enums (C++11) | practicalswift |
2018-01-25 | Move scheduler/threadGroup into common-init instead of per-app | Matt Corallo |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-07-17 | init: Factor out AppInitLockDataDirectory | Wladimir J. van der Laan |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-29 | init: Split up AppInit2 into multiple phases | Wladimir J. van der Laan |
2016-03-22 | [Wallet] refactor wallet/init interaction | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-27 | Initialize logging before we do parameter interaction | Jonas Schnelli |
2015-11-27 | Refactor parameter interaction, call it before AppInit2() | Jonas Schnelli |
2015-09-03 | evhttpd implementation | Wladimir J. van der Laan |
2015-05-14 | Create a scheduler thread for lightweight tasks | Gavin Andresen |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-02 | Make comments in main an init doxygen compatible | Michael Ford |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille |
2014-08-28 | add missing header end comments | Philip Kaufmann |
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann |
2014-06-12 | Add 'about' information to `-version` output | Wladimir J. van der Laan |
2014-06-05 | Remove global strWalletFile | Wladimir J. van der Laan |
2013-12-20 | Allow `-noserver` with bitcoind | Wladimir J. van der Laan |
2013-12-03 | bitcoin-cli: remove unneeded dependencies (only code movement) | Wladimir J. van der Laan |
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-07-04 | let user select wallet file with -wallet=foo.dat | Nils Schneider |
2013-04-03 | Have Qt poll for shutdown requested, the QT way. | Gavin Andresen |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-04-03 | Shutdown cleanup prep-work | Gavin Andresen |
2012-06-12 | introduce a new StartShutdown() function, which starts a thread with Shutdown... | Philip Kaufmann |
2012-05-20 | Merge pull request #1354 from fanquake/master | Pieter Wuille |
2012-05-20 | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan |
2012-05-18 | Update License in File Headers | Fordy |
2012-05-13 | Move help message out of AppInit2 | Wladimir J. van der Laan |
2012-05-08 | remove 2 obsolete functions from init.h that moved to util.h | Philip Kaufmann |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2011-12-20 | Implement "Start on window system startup" on Win32 + Linux. | Matt Corallo |
2011-08-09 | Unify copyright notices. | Matt Corallo |
2011-06-15 | CWallet class | Pieter Wuille |
2011-05-15 | make bitcoin include files more modular | Wladimir J. van der Laan |
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil |