summaryrefslogtreecommitdiff
path: root/src/fs
AgeCommit message (Expand)Author
2018-01-24util/StringFormat: new utility libraryMax Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2018-01-17fs/Path: replace method Null() with nullptr_t constructorMax Kellermann
2017-12-27fs/AllocatedPath: drop obsolete GCC checkMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-08-10fs/FileSystem: use UniqueFileDescriptor in TruncateFile()Max Kellermann
2017-08-10fs/FileSystem: OpenFile() returns UniqueFileDescriptorMax Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-24fs/Traits: allow base to end with a slash in Relative()Max Kellermann
2017-02-10fs/FileInfo: use std::chrono::system_clockMax Kellermann
2017-01-04fs/io/*: make constructors "explicit"Max Kellermann
2017-01-04fs/io/GunzipReader: use C++11 initializerMax Kellermann
2017-01-04fs/io/{GunzipReader,GzipOutputStream: remove deprepcated dynamic exception sp...Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-04fs/FileSystem: RenameFile() throws exception on errorMax Kellermann
2016-12-04fs/CheckFile: use IsAccessDenied()Max Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-10fs/AllocatedPath: remove the obsolete class Error overloadMax Kellermann
2016-11-10fs/FileInfo: remove the obsolete class Error overloadsMax Kellermann
2016-11-10fs/CheckFile: use FileInfo(Path) instead of GetFileInfo()Max Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-10-26fs/StandardDirectory: no /etc/passwd lookups on AndroidMax Kellermann
2016-10-26fs/io/FileOutputStream: work around -WunusedMax Kellermann
2016-09-04fs/io/FileOutputStream: add mode CREATE_VISIBLEMax Kellermann
2016-09-04fs/io/FileOutputStream: add mode APPEND_OR_CREATEMax Kellermann
2016-09-04fs/io/FileOutputStream: merge all classes into one, add enum ModeMax Kellermann
2016-09-04fs/io/BufferedOutputStream: add wchar_t overloadsMax Kellermann
2016-09-04fs/io/BufferedOutputStream: add Write(char)Max Kellermann
2016-08-27fs/io/FileReader: add methods GetSize(), GetPosition()Max Kellermann
2016-08-27fs/io/BufferedReader: add method Reset()Max Kellermann
2016-08-27fs/io/FileReader: add method Rewind()Max Kellermann
2016-08-16fs/io/BufferedReader: add ReadFull(size_t)Max Kellermann
2016-08-16fs/io/BufferedReader: add missing Consume() callMax Kellermann
2016-08-16fs/io/BufferedReader: add method ReadFull()Max Kellermann
2016-08-16fs/io/FileReader: add missing includeMax Kellermann
2016-08-16fs/io/FileOutputStream: change #if to #ifdefMax Kellermann
2016-08-16fs/io/FileOutputStream: add missing includeMax Kellermann
2016-08-15fs/io/FileOutputStream: decouple from the FileSystem libraryMax Kellermann
2016-08-15fs/io/FileOutputStream: use C++11 initializersMax Kellermann
2016-08-15fs/FileSystem: RemoveFile() throws exception on errorMax Kellermann
2016-08-15fs/FileSystem: remove unused FOpenModesMax Kellermann
2016-08-15fs/FileSystem: add TruncateFile()Max Kellermann