| Commit message (Expand) | Author | Files | Lines |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -0/+2 |
2013-10-15 | PlaylistRegistry: use std::string for temporary allocation | Max Kellermann | 1 | -4/+2 |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -2/+6 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -1/+2 |
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | 1 | -52/+52 |
2013-09-28 | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 1 | -4/+0 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 1 | -25/+17 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -10/+8 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+9 |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 1 | -1/+1 |
2013-08-04 | PlaylistPlugin: pass config_param reference | Max Kellermann | 1 | -5/+7 |
2013-04-09 | string_util: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -4/+4 |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | 1 | -8/+8 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -8/+9 |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -5/+9 |
2013-01-21 | input,playlist/despotify: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-07-10 | require GLib 2.16 | Max Kellermann | 1 | -1/+0 |
2012-06-12 | playlist_list: add _for_each() macros | Max Kellermann | 1 | -18/+13 |
2012-03-01 | A soundcloud playlist plugin. | Robert Vollmert | 1 | -0/+4 |
2012-02-12 | playlist/flac: delete this obsolete plugin | Max Kellermann | 1 | -4/+0 |
2012-02-12 | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 1 | -0/+2 |
2012-02-10 | cue_parser: new line based CUE sheet parser | Max Kellermann | 1 | -2/+0 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -28/+17 |
2011-03-29 | playlist: Add despotify playlist plugin | Simon Kagstrom | 1 | -0/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-23 | utils: move string_array_contains() to string_util.c | Max Kellermann | 1 | -1/+1 |
2010-10-11 | playlist/rss: new playlist plugin for RSS feeds | Max Kellermann | 1 | -0/+2 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -1/+2 |
2010-06-25 | playlist_list: probe plugin without MIME attributes | Max Kellermann | 1 | -3/+23 |
2010-06-25 | playlist_list: moved input_stream.ready loop to calling function | Max Kellermann | 1 | -22/+11 |
2010-06-25 | playlist_list: wait for input stream to become ready | Aaron Griffith | 1 | -0/+22 |
2010-06-01 | playlist_list: export playlist_suffix_supported() | Max Kellermann | 1 | -1/+1 |
2010-06-01 | playlist_list: playlist_list_open_path() returns input_stream | Max Kellermann | 1 | -2/+4 |
2010-06-01 | playlist_list: move fallback g_uri_parse_scheme() to glib_compat.h | Max Kellermann | 1 | -14/+1 |
2010-01-06 | playlist: added a FLAC playlist plugin | Max Kellermann | 1 | -0/+4 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -2/+4 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-27 | playlist_list: wait for the input stream to become ready | Max Kellermann | 1 | -0/+10 |
2009-12-26 | playlist_list: use uri_get_suffix() | Max Kellermann | 1 | -4/+2 |
2009-12-16 | playlist: added CUE playlist plugin | Max Kellermann | 1 | -0/+4 |
2009-12-16 | playlist_list: support URI suffix match | Max Kellermann | 1 | -2/+54 |
2009-12-16 | playlist_list: check if open method is present | Max Kellermann | 1 | -2/+6 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -4/+13 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+12 |
2009-11-06 | utils: renamed stringFoundInStringArray() | Max Kellermann | 1 | -7/+8 |