aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-03input/file: use class FileReaderMax Kellermann1-0/+6
2015-03-03fs/io/FileReader: add method GetFileInfo()Max Kellermann3-1/+26
2015-03-03fs/io/FileReader: add move constructorMax Kellermann1-0/+14
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann2-15/+12
2015-03-03fs/io/FileReader: add method Seek()Max Kellermann2-0/+28
2015-03-03fs/Traits: add Find()Max Kellermann2-1/+21
2015-03-03fs/Traits: use std::char_traitsMax Kellermann1-4/+6
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann1-0/+10
2015-03-01fs/Path: add method GetSuffix()Max Kellermann2-0/+10
2015-02-28fs/Path: pass Path to Relative()Max Kellermann2-4/+4
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann2-23/+3
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann3-3/+3
2015-02-28fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann1-1/+1
2015-02-28fs/CheckFile: convert path to UTF-8 for error messageMax Kellermann1-6/+11
2015-02-28fs/FileInfo: use GetFileAttributesEx() on WIN32Max Kellermann1-1/+49
2015-02-28fs/FileSystem: remove unused WIN32 port of StatFile()Max Kellermann1-5/+4
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann2-8/+114
2015-02-28fs/Path: make IsAbsolute() constMax Kellermann2-2/+2
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-26fs/DirectoryReader: use FindFirstFile(), FindNextFile() on WIN32Max Kellermann1-0/+85
2015-02-25fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann3-2/+7
2015-02-25fs/AllocatedPath: add nullptr_t constructorMax Kellermann1-1/+3
2015-02-25fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann6-21/+19
2015-02-25fs/FileSystem: remove unused FOpenModesMax Kellermann1-20/+0
2015-02-25fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error messageMax Kellermann2-7/+18
2015-02-10fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTINGMax Kellermann1-1/+1
2015-02-09fs/Charset: convert #ifdef to regular "if"Max Kellermann1-3/+5
2015-02-08fs/Charset: change FixSeparators() API to use std::string&&Max Kellermann1-11/+6
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann1-0/+2
2015-01-21fs/io/BufferedReader: count line numbersMax Kellermann2-2/+12
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-1/+1
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann2-0/+13
2015-01-13fs/AllocatedPath: add operator==Max Kellermann1-0/+10
2015-01-06fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann2-7/+67
2015-01-05fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann2-8/+7
2015-01-01Copyright year 2015Max Kellermann42-42/+42
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+16
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann2-0/+12
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann2-0/+46
2014-12-01lib/icu/Converter: add ICU-based backendMax Kellermann1-1/+1
2014-11-30fs/Config: add HAVE_GLIB checkMax Kellermann1-1/+1
2014-11-30fs/Config: swap #if/#elseMax Kellermann1-7/+7
2014-11-30fs/Charset: move code to wrapper class IcuConverterMax Kellermann1-64/+13
2014-11-30fs/Charset: return std::string from PathFromUTF8()Max Kellermann4-31/+9
2014-11-30fs/Charset: use macro HAVE_FS_CHARSET internallyMax Kellermann1-4/+4
2014-11-29fs/Charset: add DeinitFSCharset()Max Kellermann4-0/+19
2014-11-29fs/Charset: add macro HAVE_FS_CHARSETMax Kellermann4-3/+7
2014-11-29fs/Charset: return Error on SetFSCharset() failureMax Kellermann4-16/+33
2014-11-29fs/Config: remove bogus WIN32 checkMax Kellermann1-1/+1