aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use WIN32 instead of G_OS_WIN32Max Kellermann2013-10-151-3/+3
* fs/Path: add separator constants/functionsMax Kellermann2013-10-141-2/+19
* fs/Path: add method RelativeFS()Max Kellermann2013-10-141-0/+22
* Log: new logging library APIMax Kellermann2013-10-021-5/+5
* filesystem/Path: use std::stringMax Kellermann2013-10-021-0/+20
* Path: add FromUTF8() overload that returns an ErrorMax Kellermann2013-09-121-0/+13
* ConfigPath: move path_domain to system/Path.cxxMax Kellermann2013-09-121-0/+3
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+2
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-281-3/+0
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-281-16/+10
* Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov2013-01-281-3/+2
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-281-14/+21
* Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov2013-01-281-0/+10
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-261-0/+12
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-0/+131