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
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