summaryrefslogtreecommitdiff
path: root/src/fs/Path.hxx
AgeCommit message (Expand)Author
2013-10-02filesystem/Path: use std::stringMax Kellermann
2013-09-12Path: add FromUTF8() overload that returns an ErrorMax Kellermann
2013-09-12ConfigPath: move path_domain to system/Path.cxxMax Kellermann
2013-02-02Path.hxx: add GetDirectoryName() methodDenis Krjuchkov
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov
2013-01-28Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov
2013-01-28Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov
2013-01-26Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov
2013-01-26Path: ToUTF() returns std::stringDenis Krjuchkov
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov