Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -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 pointers | Max Kellermann | 2013-01-28 | 1 | -18/+18 |
| | |||||
* | InputStream: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -6/+2 |
| | | | | Eliminate input_stream_init() and input_stream_deinit(). | ||||
* | input/Soup: move code into the class | Max Kellermann | 2013-01-28 | 1 | -92/+109 |
| | |||||
* | input/soup: rename the class | Max Kellermann | 2013-01-28 | 1 | -15/+15 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -20/+19 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | input_internal.h: add extern "C" | Max Kellermann | 2013-01-21 | 1 | -4/+0 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -1/+2 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | input/{curl,soup}: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -0/+482 |