aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/PlsPlaylistPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-09playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann1-163/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-10/+7
2014-01-08playlist/pls: don't free stack bufferMax Kellermann1-1/+0
2014-01-08playlist/pls: make variables more localMax Kellermann1-17/+9
2014-01-08playlist/pls: convert "while" loop to "for" loopMax Kellermann1-2/+1
2014-01-08playlist/pls: simplify error handlerMax Kellermann1-11/+4
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2013-12-03playlist/pls: use class TagBuilderMax Kellermann1-11/+12
2013-11-05playlist/pls: fix reversed song orderMax Kellermann1-1/+0
2013-10-28*: use nullptr instead of NULLMax Kellermann1-15/+15
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-2/+2
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann1-7/+5
2013-10-02Log: new logging library APIMax Kellermann1-5/+12
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-5/+4
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-3/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-4/+5
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-08-06playlist/pls: use std::string instead of GStringMax Kellermann1-9/+8
2013-07-30tag: convert to C++Max Kellermann1-4/+4
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-04-08uri: convert to C++Max Kellermann1-1/+0
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann1-11/+7
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann1-46/+7
2013-01-27playlist/*: convert to C++Max Kellermann1-18/+22
2011-09-16input_stream: non-blocking I/OMax Kellermann1-1/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+11
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-06playlist/{m3u,pls}: removed URI checksMax Kellermann1-6/+0
2009-10-15Add PLS ParserQball Cow1-0/+215