summaryrefslogtreecommitdiff
path: root/src/fs
AgeCommit message (Expand)Author
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
2016-04-21fs/AllocatedPath: add method FromUTF8Throw()Max Kellermann
2016-04-21fs/Charset: throw exception on errorMax Kellermann
2016-04-21fs/AllocatedPath: add FromFS() with pointer rangeMax Kellermann
2016-04-21fs/AllocatedPath: make constructor "explicit"Max Kellermann
2016-04-21lib/icu/Converter: throw exception on errorMax Kellermann
2016-04-21lib/icu/Win32: throw exception on errorMax Kellermann
2016-04-13lib/icu/Converter: Create() throws exception on errorMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-19fs/io/FileReader: add method Skip()Max Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-29fs/DirectoryReader: use C++11 initializerMax Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16fs/io/OutputStream: use C++ exceptions in Write()Max Kellermann
2015-12-16fs/io/GzipOutputStream: use C++ exceptions in constructorMax Kellermann