| Commit message (Expand) | Author | Files | Lines |
2013-01-15 | input/Curl: break loop when remaining length becomes 0 | Max Kellermann | 1 | -0/+6 |
2013-01-15 | input/Curl: move code to class MultiSocketMonitor | Max Kellermann | 1 | -116/+60 |
2013-01-15 | input/Curl: simpler GPollFD initialisation | Max Kellermann | 1 | -5/+2 |
2013-01-15 | input/Curl: don't remove/add modified GPollFD | Max Kellermann | 1 | -9/+2 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -1/+3 |
2013-01-10 | input/curl: use std::list instead of GQueue | Max Kellermann | 1 | -93/+80 |
2013-01-10 | icy_metadata: convert to C++ | Max Kellermann | 1 | -13/+11 |
2013-01-10 | input/Curl: add constructor to input_curl class | Max Kellermann | 1 | -32/+30 |
2013-01-10 | input/Curl: remove unused source/source_id attributes | Max Kellermann | 1 | -7/+0 |
2013-01-10 | input/Curl: remove redundant attribute "url" | Max Kellermann | 1 | -4/+2 |
2013-01-10 | input/Curl: use std::forward_list instead of GSList | Max Kellermann | 1 | -27/+21 |
2013-01-10 | input/Curl: remove unused attribute "fds" | Max Kellermann | 1 | -3/+1 |
2013-01-10 | input/Curl: require libcurl 7.18 | Max Kellermann | 1 | -24/+4 |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-10 | input/{curl,soup}: convert to C++ | Max Kellermann | 1 | -37/+47 |
2012-04-04 | input/curl: use g_source_get_time() | Max Kellermann | 1 | -12/+5 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -72/+36 |
2011-09-16 | input_plugin: add method check() | Max Kellermann | 1 | -0/+18 |
2011-09-16 | input/{soup,curl}: free unused postponed_error | Max Kellermann | 1 | -0/+5 |
2011-09-16 | input/curl: wait some more before resuming the stream | Max Kellermann | 1 | -1/+6 |
2011-09-16 | input/curl: clear the "paused" flag before resuming | Max Kellermann | 1 | -1/+1 |
2011-09-16 | input/curl: remove _schedule_update() | Max Kellermann | 1 | -48/+1 |
2011-09-16 | input/curl: unlock the mutex for io_thread_call() | Max Kellermann | 1 | -1/+4 |
2011-09-16 | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 1 | -1/+1 |
2011-09-15 | input/curl: per-request mutex/cond | Max Kellermann | 1 | -33/+35 |
2011-09-15 | input/curl: move all libCURL calls to the I/O thread | Max Kellermann | 1 | -29/+69 |
2011-09-15 | input/curl: don't set "ready" on _easy_free() | Max Kellermann | 1 | -3/+2 |
2011-09-15 | input/curl: add assertions on io_thread_inside() | Max Kellermann | 1 | -0/+9 |
2011-09-15 | input/curl: merge _request_abort() into _request_done() | Max Kellermann | 1 | -31/+19 |
2011-09-15 | input/curl: API documentation fix | Max Kellermann | 1 | -1/+1 |
2011-09-14 | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 1 | -0/+1 |
2011-08-26 | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 1 | -0/+3 |
2011-08-25 | input/curl: use the I/O thread | Max Kellermann | 1 | -222/+653 |
2011-08-25 | input/curl: eliminate attribute "eof" | Max Kellermann | 1 | -11/+4 |
2011-08-25 | input/curl: release "easy" CURL handle as early as possible | Max Kellermann | 1 | -9/+10 |
2011-08-25 | input/curl: move code to input_curl_flush_buffers() | Max Kellermann | 1 | -3/+9 |
2011-08-25 | input/curl: pass input_curl to fill_buffer() | Max Kellermann | 1 | -4/+3 |
2011-08-25 | input/curl: set GError when init() fails | Max Kellermann | 1 | -2/+3 |
2011-08-24 | input/curl: remove obsolete function input_curl_reinit() | Max Kellermann | 1 | -12/+0 |
2011-08-23 | input/curl: limit the receive buffer size | Max Kellermann | 1 | -0/+30 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-29 | input/curl: enable CURLOPT_NETRC | Ian Zimmerman | 1 | -0/+1 |
2010-09-07 | input/curl: fix version check for curl_multi_timeout() | Max Kellermann | 1 | -1/+1 |
2010-07-20 | input/curl: remove assertion after curl_multi_fdset() | Max Kellermann | 1 | -2/+0 |
2010-07-20 | input/curl: query timeout from CURL | Max Kellermann | 1 | -1/+18 |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 1 | -1/+1 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 1 | -0/+1 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -50/+47 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-30 | input/curl: removed the built-in rewinding code | Max Kellermann | 1 | -181/+10 |