summaryrefslogtreecommitdiff
path: root/src/playlist/SoundCloudPlaylistPlugin.cxx
AgeCommit message (Expand)Author
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-07playlist/soundcloud: parse URI without copying itMax Kellermann
2014-01-07playlist/soundcloud: change scheme check to assertionMax Kellermann
2014-01-07playlist/soundcloud: eliminate nullptr checks before g_free()Max Kellermann
2014-01-04Added application key for soundcloud pluginJames McGlashan (DarkFox)
2014-01-04Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)
2014-01-02http -> https for SoundCloud pluginJames McGlashan (DarkFox)
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-14playlist/soundcloud: fix coding styleMax Kellermann
2013-12-14playlist/soundcloud: make variables more localMax Kellermann
2013-12-03playlist/soundcloud: use class TagBuilderMax Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-15playlist/soundcloud: use std::stringMax Kellermann
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-04PlaylistPlugin: pass config_param referenceMax Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26playlist/*: convert to C++Max Kellermann