| Commit message (Expand) | Author | Files | Lines |
2015-03-05 | fs/File{System,Info}: fix regular file check | Max Kellermann | 1 | -1/+2 |
2015-03-05 | fs/Traits: use TCHAR on Windows | Max Kellermann | 1 | -0/+16 |
2015-03-05 | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 1 | -2/+2 |
2015-02-28 | fs/FileSystem: remove unused WIN32 port of StatFile() | Max Kellermann | 1 | -5/+4 |
2015-02-27 | fs/FileSystem: use GetFileAttributes() on WIN32 if possible | Max Kellermann | 1 | -2/+20 |
2015-02-27 | fs/FileSystem: merge CheckAccess() into PathExists() | Max Kellermann | 1 | -16/+6 |
2015-02-25 | fs/FileSystem: remove unused FOpenModes | Max Kellermann | 1 | -20/+0 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-05 | fs/FileSystem.hxx: don't define CheckAccess() with mode on Windows | Denis Krjuchkov | 1 | -8/+2 |
2013-12-05 | fs/FileSystem.hxx: add CheckAccess without mode parameter | Denis Krjuchkov | 1 | -0/+14 |
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -7/+7 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -15/+22 |
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -30/+32 |
2013-08-07 | os/FileSystem: disable mkfifo() wrapper on WIN32 | Max Kellermann | 1 | -0/+4 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -0/+6 |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 |
2013-02-02 | FileSystem.hxx: add FOpen modes for appending files | Denis Krjuchkov | 1 | -0/+10 |
2013-01-22 | FileSystem: extract DirectoryReader, improve the rest | Denis Krjuchkov | 1 | -82/+32 |
2013-01-20 | FileSystem: new library for Path-friendly file system routines | Denis Krjuchkov | 1 | -0/+203 |