aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringCompare: add StringIsEmpty()Max Kellermann2015-11-061-1/+1
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
* Playlist*: use the BufferedOutputStream API instead of FILE*Max Kellermann2015-03-241-20/+19
* PlaylistFile: export spl_map_to_fs() and TranslatePlaylistError()Max Kellermann2015-03-241-2/+2
* PlaylistFile: eliminate redundant spl_map() callsMax Kellermann2015-03-241-15/+0
* fs/Traits: enable _UNICODE on WindowsMax Kellermann2015-03-051-0/+10
* fs/Traits: add macro PATH_LITERAL()Max Kellermann2015-03-051-1/+2
* PlaylistFile: use Path::ToUTF8() instead of PathToUTF8()Max Kellermann2015-03-051-1/+1
* PlaylistFile: don't insert "file://" before absolute pathsMax Kellermann2015-03-051-2/+0
* util/StringUtil: add FindStringSuffix()Max Kellermann2015-03-031-8/+4
* PlaylistFile: limit variable scopeMax Kellermann2015-03-021-2/+2
* PlaylistFile: move memchr() call to class PathMax Kellermann2015-03-021-2/+4
* PlaylistFile: use PathTraitsFS typedefsMax Kellermann2015-03-021-5/+6
* Mapper: use class PathMax Kellermann2015-02-281-3/+5
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-281-3/+4
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-3/+4
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* PlaylistFile: don't allow empty playlist nameMax Kellermann2014-10-311-0/+4
* fs/io/BufferedReader: new class to replace class TextFileMax Kellermann2014-08-071-2/+25
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-1/+1
* util/StringUtil: add StringEndsWith()Max Kellermann2014-02-181-3/+2
* PlaylistFile: use class SongLoaderMax Kellermann2014-02-031-17/+10
* PlaylistFile: switch spl_append_uri() argumentsMax Kellermann2014-02-031-1/+1
* PlaylistFile: narrow LoadPlaylistFileInfo() API to accept PathMax Kellermann2014-01-301-2/+2
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-0/+8
* Playlist{Info,Vector}: move to db/Max Kellermann2014-01-271-2/+2
* Database*: move to db/Max Kellermann2014-01-241-1/+1
* Config*: move to config/Max Kellermann2014-01-241-3/+3
* DatabaseSong: new library merging duplicate codeMax Kellermann2014-01-171-12/+6
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-11/+10
* TextFile: move to fs subsystemDenis Krjuchkov2013-12-081-1/+1
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-1/+1
* PlaylistFile: use std::string for temporary string allocationMax Kellermann2013-12-041-4/+3
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-9/+9
* *: use references instead of pointersMax Kellermann2013-10-191-3/+3
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-18/+19
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-1/+2
* fs/Path: move configuration code to Config.cxxMax Kellermann2013-10-171-3/+4
* fs/Limits: convert macro to "constexpr"Max Kellermann2013-10-171-1/+1
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-0/+1
* fs/Path: add method IsAbsolute()Max Kellermann2013-10-141-1/+1
* PlaylistFile: always check for absolute paths within music_directoryMax Kellermann2013-10-141-9/+11
* PlaylistFile: fix memory leakMax Kellermann2013-10-141-12/+10
* Mapper: map_fs_to_utf8() returns std::stringMax Kellermann2013-10-141-5/+3
* Merge tag 'release-0.17.6'Max Kellermann2013-10-141-3/+14
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-10/+10
* Listen, ...: add missing includesMax Kellermann2013-10-021-0/+2