summaryrefslogtreecommitdiff
path: root/src/PlaylistFile.cxx
AgeCommit message (Expand)Author
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann
2015-03-02PlaylistFile: use PathTraitsFS typedefsMax Kellermann
2015-02-28Mapper: use class PathMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-31PlaylistFile: don't allow empty playlist nameMax Kellermann
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-02-18util/StringUtil: add StringEndsWith()Max Kellermann
2014-02-03PlaylistFile: use class SongLoaderMax Kellermann
2014-02-03PlaylistFile: switch spl_append_uri() argumentsMax Kellermann
2014-01-30PlaylistFile: narrow LoadPlaylistFileInfo() API to accept PathMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-27Playlist{Info,Vector}: move to db/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-17DatabaseSong: new library merging duplicate codeMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-12-04PlaylistFile: use std::string for temporary string allocationMax Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-20PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann
2013-10-14PlaylistFile: always check for absolute paths within music_directoryMax Kellermann
2013-10-14PlaylistFile: fix memory leakMax Kellermann
2013-10-14Mapper: map_fs_to_utf8() returns std::stringMax Kellermann
2013-10-14Merge tag 'release-0.17.6'Max Kellermann
2013-10-02Playlist*: use nullptr instead of NULLMax Kellermann
2013-10-02Listen, ...: add missing includesMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05conf.h: move constants to ConfigDefaults.hxxMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-05-06PlaylistFile: use DirectoryReader and file system APIDenis Krjuchkov
2013-04-08uri: convert to C++Max Kellermann
2013-02-02PlaylistFile.cxx: use file system APIDenis Krjuchkov
2013-01-29require GLib 2.24Max Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov
2013-01-26Mapper: improve usage of Path classDenis Krjuchkov