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
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-08-04
logging: clarify -debug and -debugexclude descriptions
Anthony Towns
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-05-21
build: remove --enable-threadlocal
fanquake
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-01-11
doc: add unconditional info loglevel following merge of PR 28318
Jon Atack
2023-12-15
logging: add -loglevelalways=1 option
Anthony Towns
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