aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/FileSystem.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05fs/File{System,Info}: fix regular file checkMax Kellermann1-1/+2
2015-03-05fs/Traits: use TCHAR on WindowsMax Kellermann1-0/+16
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann1-2/+2
2015-02-28fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann1-5/+4
2015-02-27fs/FileSystem: use GetFileAttributes() on WIN32 if possibleMax Kellermann1-2/+20
2015-02-27fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann1-16/+6
2015-02-25fs/FileSystem: remove unused FOpenModesMax Kellermann1-20/+0
2015-01-01Copyright year 2015Max Kellermann1-1/+1
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