index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init
/
common.cpp
Age
Commit message (
Expand
)
Author
2023-06-15
init: remove config option names from translated -loglevel strings
Jon Atack
2023-06-14
init: raise on invalid loglevel config option
Jon Atack
2023-06-14
init: raise on invalid debug/debugexclude config options
Jon Atack
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-23
Merge bitcoin/bitcoin#26957: bench: update logging benchmarks
Andrew Chow
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-07
doc: improve -debuglogfile help to be a bit clearer
jonatack
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-27
refactor: Use new GetConfigFilePath function
Ryan Ofsky
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-20
Update -debug and -debugexclude help docs for severity level logging
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-28
compat: remove glibcxx sanity checks
fanquake
2022-04-21
util, refactor: Use GetPathArg to read "-conf" value
Hennadii Stepanov
2022-04-20
refactor: fix includes in src/init
fanquake
2022-03-02
Use GetPathArg where possible
Pavol Rusnak
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-04-19
Move common package version code to init/common
Russell Yanofsky
2021-04-19
Move common logging start code to init/common
Russell Yanofsky
2021-04-19
Move common logging GetArgs code to init/common
Russell Yanofsky
2021-04-19
Move common logging AddArg code to init/common
Russell Yanofsky
2021-04-19
Move common sanity check code to init/common
Russell Yanofsky
2021-04-19
Move common global init code to init/common
Russell Yanofsky