Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | input/Curl: simpler GPollFD initialisation | Max Kellermann | 2013-01-15 | 1 | -5/+2 | |
| | | | | Using initializer list. | |||||
* | input/Curl: don't remove/add modified GPollFD | Max Kellermann | 2013-01-15 | 1 | -9/+2 | |
| | | | | Not necessary, GLib will pick up the updated GPollFD automatically. | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -1/+3 | |
| | ||||||
* | input/curl: use std::list instead of GQueue | Max Kellermann | 2013-01-10 | 1 | -93/+80 | |
| | ||||||
* | icy_metadata: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -13/+11 | |
| | ||||||
* | input/Curl: add constructor to input_curl class | Max Kellermann | 2013-01-10 | 1 | -32/+30 | |
| | ||||||
* | input/Curl: remove unused source/source_id attributes | Max Kellermann | 2013-01-10 | 1 | -7/+0 | |
| | ||||||
* | input/Curl: remove redundant attribute "url" | Max Kellermann | 2013-01-10 | 1 | -4/+2 | |
| | | | | Use the "url" attribute from the base class instead. | |||||
* | input/Curl: use std::forward_list instead of GSList | Max Kellermann | 2013-01-10 | 1 | -27/+21 | |
| | ||||||
* | input/Curl: remove unused attribute "fds" | Max Kellermann | 2013-01-10 | 1 | -3/+1 | |
| | ||||||
* | input/Curl: require libcurl 7.18 | Max Kellermann | 2013-01-10 | 1 | -24/+4 | |
| | ||||||
* | 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/+1311 | |