aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann36-105/+54
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann7-5/+113
2015-03-05output/recorder: convert path to UTF-8 for loggingMax Kellermann1-1/+2
2015-03-05fs/NarrowPath: new utility classMax Kellermann3-4/+55
2015-03-05output/winmm: convert device name to filesystem charsetMax Kellermann1-1/+7
2015-03-05output/winmm: eliminate "goto"Max Kellermann1-3/+7
2015-03-05fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()Max Kellermann1-1/+7
2015-03-05PlaylistStream: convert suffix to UTF-8Max Kellermann1-3/+8
2015-03-05TagFile: convert suffix to UTF-8Max Kellermann1-2/+4
2015-03-05fs/File{System,Info}: fix regular file checkMax Kellermann2-2/+4
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
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