summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-05fs/Traits: use string.h API wrappersMax Kellermann
2015-03-05input/Open: convert UTF-8 to filesystem charset for OpenLocalInputStream()Max Kellermann
2015-03-05input/Open: use PathTraitsUTF8 to check UTF-8 pathMax Kellermann
2015-03-05db/Configured: convert path to UTF-8 before injecting into configurationMax Kellermann
2015-03-05PlaylistFile: use Path::ToUTF8() instead of PathToUTF8()Max Kellermann
2015-03-05PlaylistFile: don't insert "file://" before absolute pathsMax Kellermann
2015-03-05unix/PidFile: use the UTF-8 path for error messageMax Kellermann
2015-03-04util/StringUtil: reorder functionsMax Kellermann
2015-03-04util/ASCII: strip include guardMax Kellermann
2015-03-04output/winmm: use StringStartsWith() instead of strstr()Max Kellermann
2015-03-03fs/io/FileOutputStream: use class FileDescriptorMax Kellermann
2015-03-03system/FileDescriptor: Close() returns boolMax Kellermann
2015-03-03system/FileDescriptor: add "mode" parameter to Open()Max Kellermann
2015-03-03system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()Max Kellermann
2015-03-03input/file: use class FileReaderMax Kellermann
2015-03-03system/FileDescriptor: remove bogus assertionsMax Kellermann
2015-03-03fs/io/FileReader: add method GetFileInfo()Max Kellermann
2015-03-03fs/io/FileReader: add move constructorMax Kellermann
2015-03-03input/file: pass UTF-8 URI to InputStream ctorMax Kellermann
2015-03-03input/file: add missing fcntl.h include for posix_fadvise()Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03system/FileDescriptor: fix WIN32 checksMax Kellermann
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann
2015-03-03system/fd_util: remove unused functionsMax Kellermann
2015-03-03fs/io/FileReader: add method Seek()Max Kellermann
2015-03-03db/update/Container: convert vtrack name to FS charsetMax Kellermann
2015-03-03storage/local: convert mangled URI to FS charsetMax Kellermann
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann
2015-03-03fs/Traits: add Find()Max Kellermann
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann
2015-03-03fs/Traits: use std::char_traitsMax Kellermann
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann
2015-03-02Util/StringUtil: use std::copy_n()Max Kellermann
2015-03-02PlaylistFile: limit variable scopeMax Kellermann
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann
2015-03-02PlaylistFile: use PathTraitsFS typedefsMax Kellermann
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann
2015-03-01fs/Path: add method GetSuffix()Max Kellermann
2015-03-01SongUpdate: use OpenArchiveInputStream() to open archive fileMax Kellermann
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann
2015-02-28Mapper: use Path::IsAbsolute()Max Kellermann
2015-02-28fs/Path: pass Path to Relative()Max Kellermann
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann
2015-02-28fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann
2015-02-28Win32Main: use TCHAR where appropriateMax Kellermann
2015-02-28Mapper: use class PathMax Kellermann
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/CheckFile: convert path to UTF-8 for error messageMax Kellermann
2015-02-28fs/FileInfo: use GetFileAttributesEx() on WIN32Max Kellermann