aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
AgeCommit message (Expand)Author
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-04-13wallet: Refactor g_wallet_init_interface to const referenceJoão Barbosa
2018-04-05wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa
2018-03-29Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan
2018-03-27[wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-01-25Move scheduler/threadGroup into common-init instead of per-appMatt Corallo
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-29init: Split up AppInit2 into multiple phasesWladimir J. van der Laan
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
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-09-03evhttpd implementationWladimir J. van der Laan
2015-05-14Create a scheduler thread for lightweight tasksGavin Andresen
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-02Make comments in main an init doxygen compatibleMichael Ford
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-08-28add missing header end commentsPhilip Kaufmann
2014-06-26ensure clean and consistent "namespace" usagePhilip Kaufmann
2014-06-12Add 'about' information to `-version` outputWladimir J. van der Laan
2014-06-05Remove global strWalletFileWladimir J. van der Laan
2013-12-20Allow `-noserver` with bitcoindWladimir J. van der Laan
2013-12-03bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan
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-07-04let user select wallet file with -wallet=foo.datNils Schneider
2013-04-03Have Qt poll for shutdown requested, the QT way.Gavin Andresen
2013-04-03Clean up shutdown processGavin Andresen
2013-04-03Shutdown cleanup prep-workGavin Andresen
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Make testcases build, prevent windows symbol collisionWladimir J. van der Laan
2012-05-18Update License in File HeadersFordy
2012-05-13Move help message out of AppInit2Wladimir J. van der Laan
2012-05-08remove 2 obsolete functions from init.h that moved to util.hPhilip Kaufmann
2012-04-17Remove headers.hPieter Wuille
2012-02-07Update all copyrights to 2012Gavin Andresen
2011-12-20Implement "Start on window system startup" on Win32 + Linux.Matt Corallo
2011-08-09Unify copyright notices.Matt Corallo
2011-06-15CWallet classPieter Wuille
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-04-23directory re-organization (keeps the old build system)Jaromil