aboutsummaryrefslogtreecommitdiff
path: root/src/init
AgeCommit message (Expand)Author
2022-08-20Update -debug and -debugexclude help docs for severity level loggingJon Atack
2022-08-20Create -loglevel configuration optionklementtan
2022-08-04Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widelyfanquake
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong
2022-06-02init: Initialize globals with kernel::Context's lifeCarl Dong
2022-05-28compat: remove glibcxx sanity checksfanquake
2022-04-21util, refactor: Use GetPathArg to read "-conf" valueHennadii Stepanov
2022-04-20refactor: fix includes in src/initfanquake
2022-03-02Use GetPathArg where possiblePavol Rusnak
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-12-14refactor: remove unneeded calls to strprintf()fanquake
2021-10-26Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...MarcoFalke
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-09-16multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa...Russell Yanofsky
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-06-10Make SetupServerArgs callable without NodeContextRussell Yanofsky
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-04-23multiprocess: Add echoipc RPC method and testRussell Yanofsky
2021-04-23multiprocess: Add bitcoin-node process spawning supportRussell Yanofsky
2021-04-19Move common package version code to init/commonRussell Yanofsky
2021-04-19Move common logging start code to init/commonRussell Yanofsky
2021-04-19Move common logging GetArgs code to init/commonRussell Yanofsky
2021-04-19Move common logging AddArg code to init/commonRussell Yanofsky
2021-04-19Move common sanity check code to init/commonRussell Yanofsky
2021-04-19Move common global init code to init/commonRussell Yanofsky