aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/io/FileOutputStream: move code to new class BaseFileOutputStreamMax Kellermann2015-03-232-49/+101
* fs/io/FileOutputStream: make "path" constMax Kellermann2015-03-231-1/+1
* fs/io/BufferedOutputStream: add code commentsMax Kellermann2015-03-232-0/+23
* *: doxygen fixupsMax Kellermann2015-03-171-1/+0
* fs/Traits: enable _UNICODE on WindowsMax Kellermann2015-03-054-2/+68
* fs/NarrowPath: new utility classMax Kellermann2015-03-051-0/+49
* fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()Max Kellermann2015-03-051-1/+7
* fs/File{System,Info}: fix regular file checkMax Kellermann2015-03-052-2/+4
* fs/Path: use the "const_pointer" typedefMax Kellermann2015-03-052-2/+2
* fs/Traits: use TCHAR on WindowsMax Kellermann2015-03-052-0/+21
* fs/Traits: add macro PATH_LITERAL()Max Kellermann2015-03-052-3/+5
* fs/Traits: use string.h API wrappersMax Kellermann2015-03-051-16/+6
* fs/io/FileOutputStream: use class FileDescriptorMax Kellermann2015-03-032-19/+20
* input/file: use class FileReaderMax Kellermann2015-03-031-0/+6
* fs/io/FileReader: add method GetFileInfo()Max Kellermann2015-03-033-1/+26
* fs/io/FileReader: add move constructorMax Kellermann2015-03-031-0/+14
* system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann2015-03-032-15/+12
* fs/io/FileReader: add method Seek()Max Kellermann2015-03-032-0/+28
* fs/Traits: add Find()Max Kellermann2015-03-032-1/+21
* fs/Traits: use std::char_traitsMax Kellermann2015-03-031-4/+6
* PlaylistFile: move memchr() call to class PathMax Kellermann2015-03-021-0/+10
* fs/Path: add method GetSuffix()Max Kellermann2015-03-012-0/+10
* fs/Path: pass Path to Relative()Max Kellermann2015-02-282-4/+4
* fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann2015-02-282-23/+3
* fs/Path: rename RelativeFS() to Relative()Max Kellermann2015-02-283-3/+3
* fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann2015-02-281-1/+1
* fs/CheckFile: convert path to UTF-8 for error messageMax Kellermann2015-02-281-6/+11
* fs/FileInfo: use GetFileAttributesEx() on WIN32Max Kellermann2015-02-281-1/+49
* fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann2015-02-281-5/+4
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-282-8/+114
* fs/Path: make IsAbsolute() constMax Kellermann2015-02-282-2/+2
* fs/FileSystem: use GetFileAttributes() on WIN32 if possibleMax Kellermann2015-02-271-2/+20
* fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann2015-02-271-16/+6
* fs/DirectoryReader: use FindFirstFile(), FindNextFile() on WIN32Max Kellermann2015-02-261-0/+85
* fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann2015-02-253-2/+7
* fs/AllocatedPath: add nullptr_t constructorMax Kellermann2015-02-251-1/+3
* fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann2015-02-256-21/+19
* fs/FileSystem: remove unused FOpenModesMax Kellermann2015-02-251-20/+0
* fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error messageMax Kellermann2015-02-252-7/+18
* fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTINGMax Kellermann2015-02-101-1/+1
* fs/Charset: convert #ifdef to regular "if"Max Kellermann2015-02-091-3/+5
* fs/Charset: change FixSeparators() API to use std::string&&Max Kellermann2015-02-081-11/+6
* Merge tag 'v0.19.9'Max Kellermann2015-02-061-0/+2
|\
| * fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann2015-02-061-0/+2
* | fs/io/BufferedReader: count line numbersMax Kellermann2015-01-212-2/+12
* | config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
* | fs/io/FileOutputStream: add static method Create()Max Kellermann2015-01-142-0/+13
* | fs/AllocatedPath: add operator==Max Kellermann2015-01-131-0/+10
* | fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann2015-01-062-7/+67
* | fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann2015-01-052-8/+7