aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc.h: rename to Compiler.hMax Kellermann2013-10-152-2/+2
* *: use WIN32 instead of G_OS_WIN32Max Kellermann2013-10-151-3/+3
* fs/Path: add method IsAbsolute()Max Kellermann2013-10-141-0/+31
* fs/Path: add separator constants/functionsMax Kellermann2013-10-142-2/+48
* fs/Path: add method RelativeFS()Max Kellermann2013-10-142-0/+31
* fs/Path: add method data()Max Kellermann2013-10-141-0/+9
* Log: new logging library APIMax Kellermann2013-10-021-5/+5
* filesystem/Path: use std::stringMax Kellermann2013-10-022-78/+43
* Path: add FromUTF8() overload that returns an ErrorMax Kellermann2013-09-122-0/+18
* ConfigPath: move path_domain to system/Path.cxxMax Kellermann2013-09-122-0/+5
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+2
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
* os/FileSystem: disable mkfifo() wrapper on WIN32Max Kellermann2013-08-071-0/+4
* ConfigPath: return a Path objectMax Kellermann2013-08-071-0/+6
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov2013-05-051-4/+4
* Path.hxx: add GetDirectoryName() methodDenis Krjuchkov2013-02-021-0/+9
* FileSystem.hxx: add FOpen modes for appending filesDenis Krjuchkov2013-02-021-0/+10
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-282-7/+1
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-282-22/+20
* Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov2013-01-282-13/+4
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-282-22/+31
* Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov2013-01-281-0/+10
* Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov2013-01-261-1/+3
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-262-8/+17
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-222-0/+395
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-223-0/+283