aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/FileSystem.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-05fs/FileSystem.hxx: don't define CheckAccess() with mode on WindowsDenis Krjuchkov1-8/+2
2013-12-05fs/FileSystem.hxx: add CheckAccess without mode parameterDenis Krjuchkov1-0/+14
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-7/+7
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-15/+22
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann1-30/+32
2013-08-07os/FileSystem: disable mkfifo() wrapper on WIN32Max Kellermann1-0/+4
2013-08-07ConfigPath: return a Path objectMax Kellermann1-0/+6
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-02-02FileSystem.hxx: add FOpen modes for appending filesDenis Krjuchkov1-0/+10
2013-01-22FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov1-82/+32
2013-01-20FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov1-0/+203