summaryrefslogtreecommitdiff
path: root/src/playlist
AgeCommit message (Expand)Author
2017-02-08SongLoader: return instance, not pointerMax Kellermann
2017-02-08tag/Tag: move tag_name_parse() to ParseName.cxxMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-20playlist/SoundCloud: eliminate unnecessary casted variableMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03input/curl, ...: use strncmp() instead of memcmp() to avoid crashMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-10-27queue/PlaylistUpdate: include cleanupMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26playlist/cue/CueParser: update API documentationMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09playlist/SoundCloud: use AtScopeExit()Max Kellermann
2016-09-09playlist/SoundCloud: use std::stringMax Kellermann
2016-09-09playlist/SoundCloud: implicit SoundCloudJsonData initializationMax Kellermann
2016-09-09playlist/SoundCloud: rename struct parse_data to SoundCloudJsonDataMax Kellermann
2016-09-09playlist/SoundCloud: make parse_callbacks constexprMax Kellermann
2016-09-09playlist/SoundCloud: use ScopeLockMax Kellermann
2016-06-10TagStream, decoder/Thread, ...: ignore MIME type parameters for matching pluginsMax Kellermann
2016-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-04-21fs/AllocatedPath: add method FromUTF8Throw()Max Kellermann
2016-04-13playlist/Any: fix documentation typoMax Kellermann
2016-04-12playlist/Song: catch SongLoader exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-28queue/PlaylistEdit: throw PlaylistError on errorMax Kellermann
2016-02-28playlist/queue: use std::unique_ptrMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-22SongUpdate: move tag_scan_fallback() to tag/Generic.cxxMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2016-02-22playlist/Stream, db/upnp: add missing includesMax Kellermann
2016-02-21playlist/Plugin: pass InputStreamPtr&& to open_stream()Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2016-02-07playlist/PlaylistStream: catch and log C++ exceptionsMax Kellermann
2016-02-07playlist/SongEnumerator: wrap song in std::unique_ptrMax Kellermann
2016-02-07playlist/cue/CueParser: Get() returns std::unique_ptrMax Kellermann
2016-02-07playlist/cue/CueParser: use std::unique_ptrMax Kellermann
2016-02-07playlist/cue/CueParser: use C++11 initializersMax Kellermann
2015-11-06playlist/soundcloud: make key_str "static const"Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-26playlist/flac: re-add the pluginMax Kellermann
2015-09-30util/StringView: new utility classMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17CueParser.cxx: Append pregap to previous trackWill Tiffany
2015-08-23CueParser.cxx: ignore INDEX after first per trackWill Tiffany
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-05playlist/embcue: fix last trackxent
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05PlaylistStream: convert suffix to UTF-8Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann