index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-03-24
system/FileDescriptor: add method Tell()
Max Kellermann
2015-03-23
fs/io/FileOutputStream: add class AppendFileOutputStream
Max Kellermann
2015-03-23
fs/io/FileOutputStream: move code to new class BaseFileOutputStream
Max Kellermann
2015-03-23
fs/io/FileOutputStream: make "path" const
Max Kellermann
2015-03-23
fs/io/BufferedOutputStream: add code comments
Max Kellermann
2015-03-21
Main: notify systemd when MPD is ready
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-03-05
fs/Traits: enable _UNICODE on Windows
Max Kellermann
2015-03-05
output/recorder: convert path to UTF-8 for logging
Max Kellermann
2015-03-05
fs/NarrowPath: new utility class
Max Kellermann
2015-03-05
output/winmm: convert device name to filesystem charset
Max Kellermann
2015-03-05
output/winmm: eliminate "goto"
Max Kellermann
2015-03-05
fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()
Max Kellermann
2015-03-05
PlaylistStream: convert suffix to UTF-8
Max Kellermann
2015-03-05
TagFile: convert suffix to UTF-8
Max Kellermann
2015-03-05
fs/File{System,Info}: fix regular file check
Max Kellermann
2015-03-05
fs/Path: use the "const_pointer" typedef
Max Kellermann
2015-03-05
event/ServerSocket: #ifdef out local socket support on Windows
Max Kellermann
2015-03-05
util/StringUtil: add wchar_t overloads
Max Kellermann
2015-03-05
util/StringAPI: add wchar_t overloads
Max Kellermann
2015-03-05
fs/Traits: use TCHAR on Windows
Max Kellermann
2015-03-05
fs/Traits: add macro PATH_LITERAL()
Max Kellermann
2015-03-05
fs/Traits: use string.h API wrappers
Max Kellermann
2015-03-05
input/Open: convert UTF-8 to filesystem charset for OpenLocalInputStream()
Max Kellermann
2015-03-05
input/Open: use PathTraitsUTF8 to check UTF-8 path
Max Kellermann
2015-03-05
db/Configured: convert path to UTF-8 before injecting into configuration
Max Kellermann
2015-03-05
PlaylistFile: use Path::ToUTF8() instead of PathToUTF8()
Max Kellermann
2015-03-05
PlaylistFile: don't insert "file://" before absolute paths
Max Kellermann
2015-03-05
unix/PidFile: use the UTF-8 path for error message
Max Kellermann
2015-03-04
util/StringUtil: reorder functions
Max Kellermann
2015-03-04
util/ASCII: strip include guard
Max Kellermann
2015-03-04
output/winmm: use StringStartsWith() instead of strstr()
Max Kellermann
2015-03-03
fs/io/FileOutputStream: use class FileDescriptor
Max Kellermann
2015-03-03
system/FileDescriptor: Close() returns bool
Max Kellermann
2015-03-03
system/FileDescriptor: add "mode" parameter to Open()
Max Kellermann
2015-03-03
system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()
Max Kellermann
2015-03-03
input/file: use class FileReader
Max Kellermann
2015-03-03
system/FileDescriptor: remove bogus assertions
Max Kellermann
2015-03-03
fs/io/FileReader: add method GetFileInfo()
Max Kellermann
2015-03-03
fs/io/FileReader: add move constructor
Max Kellermann
2015-03-03
input/file: pass UTF-8 URI to InputStream ctor
Max Kellermann
2015-03-03
input/file: add missing fcntl.h include for posix_fadvise()
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-03-03
system/FileDescriptor: fix WIN32 checks
Max Kellermann
2015-03-03
system/FileDescriptor: new wrapper class for a file descriptor
Max Kellermann
2015-03-03
system/fd_util: remove unused functions
Max Kellermann
2015-03-03
fs/io/FileReader: add method Seek()
Max Kellermann
2015-03-03
db/update/Container: convert vtrack name to FS charset
Max Kellermann
2015-03-03
storage/local: convert mangled URI to FS charset
Max Kellermann
2015-03-03
storage/local: use PathTraitsFS typedefs
Max Kellermann
[next]