aboutsummaryrefslogtreecommitdiff
path: root/src/fs.cpp
AgeCommit message (Expand)Author
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