aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-05fs/Path: use the "const_pointer" typedefMax Kellermann2-2/+2
2015-03-05event/ServerSocket: #ifdef out local socket support on WindowsMax Kellermann1-0/+8
2015-03-05util/StringUtil: add wchar_t overloadsMax Kellermann3-0/+105
2015-03-05util/StringAPI: add wchar_t overloadsMax Kellermann2-0/+138
2015-03-05fs/Traits: use TCHAR on WindowsMax Kellermann2-0/+21
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann9-14/+18
2015-03-05fs/Traits: use string.h API wrappersMax Kellermann2-16/+137
2015-03-05input/Open: convert UTF-8 to filesystem charset for OpenLocalInputStream()Max Kellermann1-3/+8
2015-03-05input/Open: use PathTraitsUTF8 to check UTF-8 pathMax Kellermann1-1/+1
2015-03-05db/Configured: convert path to UTF-8 before injecting into configurationMax Kellermann1-1/+4
2015-03-05PlaylistFile: use Path::ToUTF8() instead of PathToUTF8()Max Kellermann1-1/+1
2015-03-05PlaylistFile: don't insert "file://" before absolute pathsMax Kellermann1-2/+0
This prefix is deprecated.
2015-03-05unix/PidFile: use the UTF-8 path for error messageMax Kellermann1-1/+1
2015-03-04util/StringUtil: reorder functionsMax Kellermann2-73/+73
2015-03-04util/ASCII: strip include guardMax Kellermann1-2/+2
2015-03-04output/winmm: use StringStartsWith() instead of strstr()Max Kellermann1-1/+2
2015-03-03fs/io/FileOutputStream: use class FileDescriptorMax Kellermann2-19/+20
2015-03-03system/FileDescriptor: Close() returns boolMax Kellermann1-2/+2
2015-03-03system/FileDescriptor: add "mode" parameter to Open()Max Kellermann2-3/+3
2015-03-03system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()Max Kellermann1-3/+3
2015-03-03input/file: use class FileReaderMax Kellermann2-30/+23
2015-03-03system/FileDescriptor: remove bogus assertionsMax Kellermann1-4/+0
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-03input/file: pass UTF-8 URI to InputStream ctorMax Kellermann1-1/+3
2015-03-03input/file: add missing fcntl.h include for posix_fadvise()Max Kellermann1-1/+1
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann28-53/+74
2015-03-03system/FileDescriptor: fix WIN32 checksMax Kellermann2-5/+5
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann13-123/+441
2015-03-03system/fd_util: remove unused functionsMax Kellermann2-154/+0
2015-03-03fs/io/FileReader: add method Seek()Max Kellermann2-0/+28
2015-03-03db/update/Container: convert vtrack name to FS charsetMax Kellermann1-1/+4
2015-03-03storage/local: convert mangled URI to FS charsetMax Kellermann1-1/+5
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann1-1/+1
2015-03-03fs/Traits: add Find()Max Kellermann2-1/+21
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann1-3/+3
2015-03-03fs/Traits: use std::char_traitsMax Kellermann1-4/+6
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann3-8/+27
2015-03-02Util/StringUtil: use std::copy_n()Max Kellermann1-1/+1
2015-03-02PlaylistFile: limit variable scopeMax Kellermann1-2/+2
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann2-2/+14
2015-03-02PlaylistFile: use PathTraitsFS typedefsMax Kellermann1-5/+6
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann1-1/+1
2015-03-01fs/Path: add method GetSuffix()Max Kellermann4-2/+12
Type-safe wrapper for uri_get_suffix().
2015-03-01SongUpdate: use OpenArchiveInputStream() to open archive fileMax Kellermann3-1/+89
Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8 string.
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann2-2/+14
Reduce some unnecessary overhead.
2015-02-28Mapper: use Path::IsAbsolute()Max Kellermann1-7/+7
2015-02-28fs/Path: pass Path to Relative()Max Kellermann3-5/+5
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann2-23/+3
Eliminate duplicate code.
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann4-4/+4