aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistRegistry.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UriUtil: add function uri_get_scheme()Max Kellermann2013-12-151-7/+3
| | | | Replaces g_uri_parse_scheme().
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-14/+13
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-3/+2
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-0/+2
| | | | Decouple some more from GLib.
* PlaylistRegistry: use std::string for temporary allocationMax Kellermann2013-10-151-4/+2
|
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-2/+6
|
* Log: new logging library APIMax Kellermann2013-10-021-1/+2
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-52/+52
|
* playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-4/+0
| | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-3/+3
| | | | Migrate the remaining callers to FatalError().
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-25/+17
| | | | Replaces struct playlist_provider.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+2
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-10/+8
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-9/+9
| | | | Replaces GLib's GError.
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* PlaylistPlugin: pass config_param referenceMax Kellermann2013-08-041-5/+7
|
* string_util: convert to C++Max Kellermann2013-04-091-2/+1
|
* uri: convert to C++Max Kellermann2013-04-081-4/+1
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-4/+4
|
* playlist/*: convert to C++Max Kellermann2013-01-271-8/+8
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-8/+9
| | | | Hide the definition from C code, to prepare the transition to C++.
* playlist/*: convert to C++Max Kellermann2013-01-261-0/+352