summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-24system/FileDescriptor: add method Tell()Max Kellermann
2015-03-23fs/io/FileOutputStream: add class AppendFileOutputStreamMax Kellermann
2015-03-23fs/io/FileOutputStream: move code to new class BaseFileOutputStreamMax Kellermann
2015-03-23fs/io/FileOutputStream: make "path" constMax Kellermann
2015-03-23fs/io/BufferedOutputStream: add code commentsMax Kellermann
2015-03-21Main: notify systemd when MPD is readyMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann
2015-03-05output/recorder: convert path to UTF-8 for loggingMax Kellermann
2015-03-05fs/NarrowPath: new utility classMax Kellermann
2015-03-05output/winmm: convert device name to filesystem charsetMax Kellermann
2015-03-05output/winmm: eliminate "goto"Max Kellermann
2015-03-05fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()Max Kellermann
2015-03-05PlaylistStream: convert suffix to UTF-8Max Kellermann
2015-03-05TagFile: convert suffix to UTF-8Max Kellermann
2015-03-05fs/File{System,Info}: fix regular file checkMax Kellermann
2015-03-05fs/Path: use the "const_pointer" typedefMax Kellermann
2015-03-05event/ServerSocket: #ifdef out local socket support on WindowsMax Kellermann
2015-03-05util/StringUtil: add wchar_t overloadsMax Kellermann
2015-03-05util/StringAPI: add wchar_t overloadsMax Kellermann
2015-03-05fs/Traits: use TCHAR on WindowsMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
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