aboutsummaryrefslogtreecommitdiff
path: root/src/fs.cpp
AgeCommit message (Expand)Author
2022-09-14fs: fully initialize _OVERLAPPED for win32Cory Fields
2022-06-20build: globally define NOMINMAXfanquake
2022-04-28util: Replace non-threadsafe strerrorlaanwj
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-26fs: add missing <cassert> includefanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-22refactor: include a missing <limits> header in fs.cppJoan Karadimov
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-08-27Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werrorW. J. van der Laan
2021-08-24Fix build with Boost 1.77.0Rafael Sadowski
2021-04-13Fix Windows build with --enable-werror on Ubuntu FocalHennadii Stepanov
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-06-16Add missing includes to fix compile errorsMarcoFalke
2020-04-26Fix WSL file locking by using flock instead of fcntlSamuel Dobson
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2019-10-28Fix occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-04-10Avoid redefine warningPeter Bushnell
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2018-10-19utils: Fix broken Windows filelockChun Kuan Lee
2018-09-26utils: Add fsbridge fstream function wrapperChun Kuan Lee
2018-09-13Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...Wladimir J. van der Laan
2018-09-11utils: Convert fs error messages from multibyte to utf-8Chun Kuan Lee
2018-08-31utils: Use _wfopen and _wreopen on WindowsChun Kuan Lee
2018-08-29Remove unused fsbridge::freopenpracticalswift
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-09Remove unused Boost includespracticalswift
2017-04-03Add fs.cpp/hWladimir J. van der Laan