Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Replace deprecated Boost Filesystem function | Hennadii Stepanov | |
Boost Filesystem basename() function is deprecated since v1.36.0. Also, defining BOOST_FILESYSTEM_NO_DEPRECATED before including filesystem headers is strongly recommended. This prevents inadvertent use of old features, particularly legacy function names, that have been replaced and are going to go away in the future. | |||
2018-12-29 | Update copyright headers to 2018 | DrahtBot | |
2018-11-20 | revert removal of fstream.hpp header in fs.h | Karl-Johan Alm | |
This is required for some architectures. | |||
2018-11-16 | Remove unreferenced boost headers | Murray Nesbitt | |
2018-09-26 | utils: Add fsbridge fstream function wrapper | Chun Kuan Lee | |
2018-09-23 | Make fs::path::string() always return utf-8 string | Chun Kuan Lee | |
2018-09-11 | utils: Convert fs error messages from multibyte to utf-8 | Chun Kuan Lee | |
2018-08-29 | Remove unused fsbridge::freopen | practicalswift | |
2018-08-28 | add unicode compatible file_lock for Windows | Chun Kuan Lee | |
boost::interprocess::file_lock cannot open the files that contain characters which cannot be parsed by the user's code page on Windows. This commit add a new class to handle those specific file for Windows. | |||
2017-05-19 | [Trivial] Add BITCOIN_FS_H endif footer in fs.h | Ahmad Kazi | |
2017-04-03 | Add fs.cpp/h | Wladimir J. van der Laan | |