summaryrefslogtreecommitdiff
path: root/src/PlaylistFile.cxx
AgeCommit message (Expand)Author
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-28PlaylistFile: convert more APIs from Error to std::exceptionMax Kellermann
2015-12-28PlaylistFile: throw exception on spl_map_to_fs() failureMax Kellermann
2015-12-28PlaylistFile: remove obsolete function TranslatePlaylistError()Max Kellermann
2015-12-28PlaylistFile: convert system_error::ENOENT to PlaylistResult::NO_SUCH_LISTMax Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16fs/io/OutputStream: use C++ exceptions in Write()Max Kellermann
2015-12-16fs/io/FileOutputStream: use C++ exceptions in Commit()Max Kellermann
2015-12-16fs/io/FileOutputStream: use C++ exceptions in constructorMax Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-03-24Playlist*: use the BufferedOutputStream API instead of FILE*Max Kellermann
2015-03-24PlaylistFile: export spl_map_to_fs() and TranslatePlaylistError()Max Kellermann
2015-03-24PlaylistFile: eliminate redundant spl_map() callsMax Kellermann
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-03-05PlaylistFile: use Path::ToUTF8() instead of PathToUTF8()Max Kellermann
2015-03-05PlaylistFile: don't insert "file://" before absolute pathsMax Kellermann
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann
2015-03-02PlaylistFile: limit variable scopeMax Kellermann
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