Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -0/+2 |
| | | | | Decouple some more from GLib. | ||||
* | PlaylistRegistry: use std::string for temporary allocation | Max Kellermann | 2013-10-15 | 1 | -4/+2 |
| | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -2/+6 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+2 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -52/+52 |
| | |||||
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -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 header | Max Kellermann | 2013-09-05 | 1 | -3/+3 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -25/+17 |
| | | | | Replaces struct playlist_provider. | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+2 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -10/+8 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -9/+9 |
| | | | | Replaces GLib's GError. | ||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | PlaylistPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -5/+7 |
| | |||||
* | string_util: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -2/+1 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -4/+4 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -8/+8 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -8/+9 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -0/+352 |