aboutsummaryrefslogtreecommitdiff
path: root/src/fs.cpp
AgeCommit message (Expand)Author
2021-08-27Fix build with Boost 1.77.0Rafael Sadowski
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