aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
AgeCommit message (Expand)Author
2022-08-19fs: work around u8path deprecated-declaration warnings with libc++fanquake
2022-07-15Move FopenFn to fsbridge namespaceCarl Dong
2022-04-21Disallow more unsafe string->path conversions allowed by path append operatorsRyan Ofsky
2022-03-24Make fs.h C++20 compliantMarcoFalke
2022-02-17util: Work around libstdc++ create_directories issuelaanwj
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-19fs: Make compatible with boost 1.78Andrew Chow
2022-01-10refactor: Block unsafe std::string fs::path conversion copy_file callsHennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-15Improve fs::PathToString documentationRussell Yanofsky
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-05refactor: Add fs::PathToString, fs::PathFromString, u8string, u8path functionsRussell Yanofsky
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-11wallet: unbreak with boost 1.72Jan Beich
2019-04-30Replace deprecated Boost Filesystem functionHennadii Stepanov
2018-12-29Update copyright headers to 2018DrahtBot
2018-11-20revert removal of fstream.hpp header in fs.hKarl-Johan Alm
2018-11-16Remove unreferenced boost headersMurray Nesbitt
2018-09-26utils: Add fsbridge fstream function wrapperChun Kuan Lee
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-11utils: Convert fs error messages from multibyte to utf-8Chun Kuan Lee
2018-08-29Remove unused fsbridge::freopenpracticalswift
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2017-05-19[Trivial] Add BITCOIN_FS_H endif footer in fs.hAhmad Kazi
2017-04-03Add fs.cpp/hWladimir J. van der Laan