aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/SoundCloudPlaylistPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-401/+0
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-1/+0
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-5/+3
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
* playlist/soundcloud: parse URI without copying itMax Kellermann2014-01-071-19/+11
* playlist/soundcloud: change scheme check to assertionMax Kellermann2014-01-071-18/+2
* playlist/soundcloud: eliminate nullptr checks before g_free()Max Kellermann2014-01-071-8/+4
* Added application key for soundcloud pluginJames McGlashan (DarkFox)2014-01-041-1/+2
* Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)2014-01-041-0/+8
* http -> https for SoundCloud pluginJames McGlashan (DarkFox)2014-01-021-6/+6
* InputStream: add static method OpenReady()Max Kellermann2013-12-291-3/+2
* playlist/soundcloud: fix coding styleMax Kellermann2013-12-141-15/+21
* playlist/soundcloud: make variables more localMax Kellermann2013-12-141-21/+17
* playlist/soundcloud: use class TagBuilderMax Kellermann2013-12-031-5/+5
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-2/+3
* *: use nullptr instead of NULLMax Kellermann2013-10-281-25/+25
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-2/+2
* playlist/soundcloud: use std::stringMax Kellermann2013-10-151-14/+14
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-7/+14
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-5/+4
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-9/+8
* util/Error: new error passing libraryMax Kellermann2013-09-041-13/+12
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
* PlaylistPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+2
* tag: convert to C++Max Kellermann2013-07-301-4/+4
* song: convert header to C++Max Kellermann2013-07-281-3/+3
* playlist/memory: use std::forward_list instead of GSListMax Kellermann2013-01-291-4/+5
* playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann2013-01-291-39/+4
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-5/+6
* playlist/*: convert to C++Max Kellermann2013-01-271-1/+1
* playlist/*: convert to C++Max Kellermann2013-01-261-0/+451