aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/SoupInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/soup: plugin removedMax Kellermann2013-04-171-492/+0
| | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
* InputStream: store references instead of pointersMax Kellermann2013-01-281-18/+18
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-6/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* input/Soup: move code into the classMax Kellermann2013-01-281-92/+109
|
* input/soup: rename the classMax Kellermann2013-01-281-15/+15
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-20/+19
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* input_internal.h: add extern "C"Max Kellermann2013-01-211-4/+0
|
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-141-1/+2
|
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
|
* input/{curl,soup}: convert to C++Max Kellermann2013-01-101-0/+482