summaryrefslogtreecommitdiff
path: root/src/fs/FileSystem.hxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-05-05system/FileDescriptor: move to io/Max Kellermann
2020-05-05fs/FileSystem: remove unused function FOpen()Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max 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: 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: remove unused FOpenModesMax Kellermann
2016-08-15fs/FileSystem: add TruncateFile()Max Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-05fs/File{System,Info}: fix regular file checkMax Kellermann
2015-03-05fs/Traits: use TCHAR on WindowsMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-02-28fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann
2015-02-27fs/FileSystem: use GetFileAttributes() on WIN32 if possibleMax Kellermann
2015-02-27fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann
2015-02-25fs/FileSystem: remove unused FOpenModesMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-05fs/FileSystem.hxx: don't define CheckAccess() with mode on WindowsDenis Krjuchkov
2013-12-05fs/FileSystem.hxx: add CheckAccess without mode parameterDenis Krjuchkov
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-08-07os/FileSystem: disable mkfifo() wrapper on WIN32Max Kellermann
2013-08-07ConfigPath: return a Path objectMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-02-02FileSystem.hxx: add FOpen modes for appending filesDenis Krjuchkov
2013-01-22FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov