aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/AsxPlaylistPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-186/+0
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-1/+0
* copyright year 2014Max Kellermann2014-01-131-1/+1
* playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XMLMax Kellermann2014-01-091-93/+21
* playlist/asx: make variables more localMax Kellermann2014-01-091-7/+6
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-32/+10
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
* playlist/asx: use class TagBuilderMax Kellermann2013-12-031-14/+11
* playlist/asx: rename "tag" to "tag_type"Max Kellermann2013-12-031-7/+7
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* *: use nullptr instead of NULLMax Kellermann2013-10-281-12/+12
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-2/+2
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-6/+7
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-5/+8
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-6/+5
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-3/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-4/+5
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-6/+6
* tag: convert to C++Max Kellermann2013-07-301-4/+4
* song: convert header to C++Max Kellermann2013-07-281-7/+7
* playlist/memory: use std::forward_list instead of GSListMax Kellermann2013-01-291-20/+5
* playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann2013-01-291-38/+6
* playlist/*: convert to C++Max Kellermann2013-01-271-0/+330