| Commit message (Expand) | Author | Age | Files | Lines |
* | input_stream: non-blocking I/O | Max Kellermann | 2011-09-16 | 1 | -72/+36 |
* | input_plugin: add method check() | Max Kellermann | 2011-09-16 | 1 | -0/+18 |
* | input/{soup,curl}: free unused postponed_error | Max Kellermann | 2011-09-16 | 1 | -0/+5 |
* | input/curl: wait some more before resuming the stream | Max Kellermann | 2011-09-16 | 1 | -1/+6 |
* | input/curl: clear the "paused" flag before resuming | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
* | input/curl: remove _schedule_update() | Max Kellermann | 2011-09-16 | 1 | -48/+1 |
* | input/curl: unlock the mutex for io_thread_call() | Max Kellermann | 2011-09-16 | 1 | -1/+4 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
|\ |
|
| * | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
* | | input/curl: per-request mutex/cond | Max Kellermann | 2011-09-15 | 1 | -33/+35 |
* | | input/curl: move all libCURL calls to the I/O thread | Max Kellermann | 2011-09-15 | 1 | -29/+69 |
* | | input/curl: don't set "ready" on _easy_free() | Max Kellermann | 2011-09-15 | 1 | -3/+2 |
* | | input/curl: add assertions on io_thread_inside() | Max Kellermann | 2011-09-15 | 1 | -0/+9 |
* | | input/curl: merge _request_abort() into _request_done() | Max Kellermann | 2011-09-15 | 1 | -31/+19 |
* | | input/curl: API documentation fix | Max Kellermann | 2011-09-15 | 1 | -1/+1 |
* | | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 2011-09-14 | 1 | -0/+1 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-01 | 1 | -0/+3 |
|\| |
|
| * | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 2011-08-26 | 1 | -0/+3 |
* | | input/curl: use the I/O thread | Max Kellermann | 2011-08-25 | 1 | -222/+653 |
* | | input/curl: eliminate attribute "eof" | Max Kellermann | 2011-08-25 | 1 | -11/+4 |
* | | input/curl: release "easy" CURL handle as early as possible | Max Kellermann | 2011-08-25 | 1 | -9/+10 |
* | | input/curl: move code to input_curl_flush_buffers() | Max Kellermann | 2011-08-25 | 1 | -3/+9 |
* | | input/curl: pass input_curl to fill_buffer() | Max Kellermann | 2011-08-25 | 1 | -4/+3 |
* | | input/curl: set GError when init() fails | Max Kellermann | 2011-08-25 | 1 | -2/+3 |
* | | input/curl: remove obsolete function input_curl_reinit() | Max Kellermann | 2011-08-24 | 1 | -12/+0 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-08-24 | 1 | -0/+30 |
|\| |
|
| * | input/curl: limit the receive buffer size | Max Kellermann | 2011-08-23 | 1 | -0/+30 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | | input/curl: enable CURLOPT_NETRC | Ian Zimmerman | 2011-01-29 | 1 | -0/+1 |
|/ |
|
* | Merge release 0.15.13 from branch 'v0.15.x' | Max Kellermann | 2010-10-11 | 1 | -1/+1 |
|\ |
|
| * | input/curl: fix version check for curl_multi_timeout() | Max Kellermann | 2010-09-07 | 1 | -1/+1 |
* | | Merge release 0.15.12 from branch 'v0.15.x' | Max Kellermann | 2010-07-20 | 1 | -2/+17 |
|\| |
|
| * | input/curl: remove assertion after curl_multi_fdset() | Max Kellermann | 2010-07-20 | 1 | -2/+0 |
| * | input/curl: query timeout from CURL | Max Kellermann | 2010-07-20 | 1 | -1/+18 |
* | | input_stream: added attribute "uri" | Max Kellermann | 2010-01-18 | 1 | -1/+1 |
* | | input_stream: added function input_stream_deinit() | Max Kellermann | 2010-01-18 | 1 | -0/+1 |
* | | input_stream: return allocated input_stream objects | Max Kellermann | 2010-01-01 | 1 | -50/+47 |
* | | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | | Merge vorbis+icy fixes from branch 'v0.15.x' | Max Kellermann | 2009-12-30 | 1 | -181/+22 |
|\| |
|
| * | input/curl: removed the built-in rewinding code | Max Kellermann | 2009-12-30 | 1 | -181/+10 |
| * | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 2009-12-29 | 1 | -0/+12 |
* | | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -36/+61 |
* | | input_plugin: method init() returns errors with GError | Max Kellermann | 2009-12-14 | 1 | -1/+2 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -0/+1 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
|\| |
|
| * | input/curl: fixed endless loop during buffering | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
* | | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 1 | -3/+3 |
* | | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 1 | -5/+0 |
* | | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 2009-10-11 | 1 | -8/+8 |
|/ |
|