aboutsummaryrefslogtreecommitdiff
path: root/src/util/fs_helpers.cpp
AgeCommit message (Expand)Author
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-03-14Remove unused g++-10 workaroundMarcoFalke
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2023-12-13Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePathfanquake
2023-10-26Remove DirIsWritable, GetUniquePathMarcoFalke
2023-10-26Return LockResult::ErrorWrite in LockDirectoryMarcoFalke
2023-10-26refactor: Return enum in LockDirectoryMarcoFalke
2023-09-14refactor: Replace <filesystem> with <util/fs.h>MarcoFalke
2023-06-30Show descriptive error messages when FileCommit failsJohn Moffett
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley