Age | Commit message (Expand) | Author |
2018-01-24 | util/StringFormat: new utility library | Max Kellermann |
2018-01-17 | fs/AllocatedPath: make the nullptr_t constructor public | Max Kellermann |
2018-01-17 | fs/Path: replace method Null() with nullptr_t constructor | Max Kellermann |
2017-12-27 | fs/AllocatedPath: drop obsolete GCC check | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-12-16 | Merge branch 'v0.20.x' | Max Kellermann |
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-08-10 | fs/FileSystem: use UniqueFileDescriptor in TruncateFile() | Max Kellermann |
2017-08-10 | fs/FileSystem: OpenFile() returns UniqueFileDescriptor | Max Kellermann |
2017-07-05 | util/StringUtil: move strip functions to StringStrip.cxx | Max Kellermann |
2017-06-04 | Merge tag 'v0.20.9' | Max Kellermann |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-05-15 | Merge tag 'v0.20.7' | Max Kellermann |
2017-05-08 | *: remove "pure" and "const" attributes from throwing functions | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-02-24 | fs/Traits: allow base to end with a slash in Relative() | Max Kellermann |
2017-02-10 | fs/FileInfo: use std::chrono::system_clock | Max Kellermann |
2017-01-04 | fs/io/*: make constructors "explicit" | Max Kellermann |
2017-01-04 | fs/io/GunzipReader: use C++11 initializer | Max Kellermann |
2017-01-04 | fs/io/{GunzipReader,GzipOutputStream: remove deprepcated dynamic exception sp... | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-12-04 | fs/FileSystem: RenameFile() throws exception on error | Max Kellermann |
2016-12-04 | fs/CheckFile: use IsAccessDenied() | Max Kellermann |
2016-11-10 | util/Error: remove obsolete class | Max Kellermann |
2016-11-10 | fs/AllocatedPath: remove the obsolete class Error overload | Max Kellermann |
2016-11-10 | fs/FileInfo: remove the obsolete class Error overloads | Max Kellermann |
2016-11-10 | fs/CheckFile: use FileInfo(Path) instead of GetFileInfo() | Max Kellermann |
2016-11-07 | SongLoader, ...: include cleanup | Max Kellermann |
2016-10-26 | fs/StandardDirectory: no /etc/passwd lookups on Android | Max Kellermann |
2016-10-26 | fs/io/FileOutputStream: work around -Wunused | Max Kellermann |
2016-09-04 | fs/io/FileOutputStream: add mode CREATE_VISIBLE | Max Kellermann |
2016-09-04 | fs/io/FileOutputStream: add mode APPEND_OR_CREATE | Max Kellermann |
2016-09-04 | fs/io/FileOutputStream: merge all classes into one, add enum Mode | Max Kellermann |
2016-09-04 | fs/io/BufferedOutputStream: add wchar_t overloads | Max Kellermann |
2016-09-04 | fs/io/BufferedOutputStream: add Write(char) | Max Kellermann |
2016-08-27 | fs/io/FileReader: add methods GetSize(), GetPosition() | Max Kellermann |
2016-08-27 | fs/io/BufferedReader: add method Reset() | Max Kellermann |
2016-08-27 | fs/io/FileReader: add method Rewind() | Max Kellermann |
2016-08-16 | fs/io/BufferedReader: add ReadFull(size_t) | Max Kellermann |
2016-08-16 | fs/io/BufferedReader: add missing Consume() call | Max Kellermann |
2016-08-16 | fs/io/BufferedReader: add method ReadFull() | Max Kellermann |
2016-08-16 | fs/io/FileReader: add missing include | Max Kellermann |
2016-08-16 | fs/io/FileOutputStream: change #if to #ifdef | Max Kellermann |
2016-08-16 | fs/io/FileOutputStream: add missing include | Max Kellermann |
2016-08-15 | fs/io/FileOutputStream: decouple from the FileSystem library | Max Kellermann |
2016-08-15 | fs/io/FileOutputStream: use C++11 initializers | Max Kellermann |
2016-08-15 | fs/FileSystem: RemoveFile() throws exception on error | Max Kellermann |
2016-08-15 | fs/FileSystem: remove unused FOpenModes | Max Kellermann |
2016-08-15 | fs/FileSystem: add TruncateFile() | Max Kellermann |