summaryrefslogtreecommitdiff
path: root/src/fs/FileSystem.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-04-03fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)Max Kellermann
2020-03-12change errno.h to cerrnoRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-08-10fs/FileSystem: use UniqueFileDescriptor in TruncateFile()Max Kellermann
2017-08-10fs/FileSystem: OpenFile() returns UniqueFileDescriptorMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-04fs/FileSystem: RenameFile() throws exception on errorMax Kellermann
2016-08-15fs/FileSystem: RemoveFile() throws exception on errorMax Kellermann
2016-08-15fs/FileSystem: add TruncateFile()Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-01-22FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov