Age | Commit message (Expand) | Author |
2021-07-12 | init: remove straggling boost thread_group code | fanquake |
2021-06-10 | Make SetupServerArgs callable without NodeContext | Russell Yanofsky |
2021-04-07 | Drop JSONRPCRequest constructors after #21366 | Russell Yanofsky |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-04 | bitcoind: Add -daemonwait option to wait for initialization | Wladimir J. van der Laan |
2020-12-06 | Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t... | practicalswift |
2020-08-27 | refactor: Create interfaces earlier during initialization | Russell Yanofsky |
2020-08-24 | init: Pass reference to ArgsManager around instead of relying on global | MarcoFalke |
2020-08-12 | Optionally populate BlockAndHeaderTipInfo during AppInitMain | Jonas Schnelli |
2020-05-13 | refactor: Pass NodeContext to RPC and REST methods through util::Ref | Russell Yanofsky |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-15 | node: Add args alias for gArgs global | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-28 | Pass NodeContext, ConnMan, BanMan references more places | Russell Yanofsky |
2019-10-28 | MOVEONLY: Move NodeContext struct to node/context.h | Russell Yanofsky |
2019-10-28 | scripted-diff: Rename InitInterfaces to NodeContext | Russell Yanofsky |
2018-11-06 | Pass chain and client variables where needed | Russell Yanofsky |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-10 | [build] remove ENABLE_WALLET ifdef from httprpc.cpp | John Newbery |
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 |