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
/
test
/
settings_tests.cpp
Age
Commit message (
Expand
)
Author
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-09
util: fix argsman dupe key error
willcl-ark
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-05-24
scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-07-11
util: Add ReadSettings and WriteSettings functions
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2019-12-20
Merge #17473: refactor: Settings code cleanups
MarcoFalke
2019-11-25
[test] move string helper functions into test library
Martin Zumsande
2019-11-13
refactor: Remove null setting check in GetSetting()
Russell Yanofsky
2019-11-07
Add settings_tests
Russell Yanofsky