aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-062-1/+2
* fs/Traits: use StringAfterPrefix() in Relative()Max Kellermann2015-10-191-3/+3
* lib/icu/Converter: remove GLib implementationMax Kellermann2015-06-261-1/+1
* lib/icu/Converter: add iconv() implementationMax Kellermann2015-06-261-1/+1
* config/Global: allow calling config_get_string() with one argumentMax Kellermann2015-06-261-3/+1
* fs/Glob: remove GLib implementationMax Kellermann2015-06-261-19/+0
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-2/+10
* fs/NarrowPath: use the WideCharToMultiByte() wrapperMax Kellermann2015-06-231-14/+16
* lib/icu/Win32: wrappers for WideCharToMultiByte(), MultiByteToWideChar()Max Kellermann2015-06-231-28/+8
* fs/Path: include cleanupMax Kellermann2015-06-231-1/+0
* fs/Path: use base class StringPointerMax Kellermann2015-06-232-12/+10
* fs/Path: use method c_str() internallyMax Kellermann2015-06-231-5/+5
* fs/Config: remove charset auto-detection via GLibMax Kellermann2015-06-221-14/+0
* fs/Charset: hard-code Windows to ACPMax Kellermann2015-06-223-15/+5
* fs/Glob: use PathMatchSpec() on WindowsMax Kellermann2015-06-221-2/+8
* fs/Glob: use fnmatch() if availableMax Kellermann2015-06-221-1/+21
* fs/Glob: make constructor "explicit"Max Kellermann2015-06-221-1/+1
* db/update/ExcludeList: move class Pattern to fs/Glob.hxxMax Kellermann2015-06-221-0/+61
* fs/io/FileOutputStream: fix wrong #ifdef WIN32Max Kellermann2015-03-251-23/+3
* Mapper: don't use C-style prototypesMax Kellermann2015-03-241-1/+2
* fs/io/FileOutputStream: add method Tell()Max Kellermann2015-03-242-0/+20
* fs/io/FileOutputStream: seek end-of-file in AppendFileOutputStream ctorMax Kellermann2015-03-242-0/+12
* fs/io/FileOutputStream: add class AppendFileOutputStreamMax Kellermann2015-03-232-0/+67
* 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