aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/LastFMPlaylistPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann1-281/+0
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-29/+13
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-13/+13
2013-09-04util/Error: new error passing libraryMax Kellermann1-19/+16
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-08-05playlist/lastfm: convert to classMax Kellermann1-11/+15
2013-08-05playlist/lastfm: allocate the lastfm_playlist object at the endMax Kellermann1-15/+14
2013-08-04PlaylistPlugin: pass config_param referenceMax Kellermann1-3/+3
2013-07-28song: convert header to C++Max Kellermann1-2/+2
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-7/+7
2013-01-27playlist/*: convert to C++Max Kellermann1-2/+1
2013-01-26input_stream: forward-declare the structMax Kellermann1-2/+1
2013-01-26playlist/*: convert to C++Max Kellermann1-10/+13
2012-08-14input_stream, main: remove obsolete GLib version checksMax Kellermann1-2/+0
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2011-09-16input_stream: non-blocking I/OMax Kellermann1-29/+16
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-23/+21
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-7/+29
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10moved GLib compatibility code to glib_compat.hMax Kellermann1-10/+1
2009-10-13playlist: added plugin for last.fm radioMax Kellermann1-0/+300