aboutsummaryrefslogtreecommitdiff
path: root/src/init/common.cpp
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
2021-12-14refactor: remove unneeded calls to strprintf()fanquake
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
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