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
/
util
/
settings.cpp
Age
Commit message (
Expand
)
Author
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-09
util: fix argsman dupe key error
willcl-ark
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-18
util: Fix mis-swapped `prettyIndent` and `indentLevel` arguments
Hennadii Stepanov
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-07-31
error if settings.json exists, but is unreadable
Tyler Chambers
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-11
util: Add ReadSettings and WriteSettings functions
Russell Yanofsky
2019-11-13
refactor: Remove null setting check in GetSetting()
Russell Yanofsky
2019-11-13
refactor: Clean up long lines in settings code
Russell Yanofsky
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky