| Commit message (Expand) | Author | Files | Lines |
2009-03-01 | use GLIB_CHECK_VERSION() | Max Kellermann | 1 | -1/+1 |
2009-02-17 | input_file, input_curl, icy_metadata: added GLib log domains | Max Kellermann | 1 | -0/+3 |
2009-01-30 | input_stream: let the implementation assign is->plugin | Max Kellermann | 1 | -0/+1 |
2009-01-25 | use config_get_string() instead of config_get_param() | Max Kellermann | 1 | -11/+12 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -8/+8 |
2009-01-15 | input_curl: don't call input_curl_select() when already at EOF | Max Kellermann | 1 | -1/+3 |
2009-01-15 | input_curl: set "ready" flag on EOF | Max Kellermann | 1 | -0/+5 |
2009-01-15 | input_curl: call curl_multi_info_read() in constructor | Max Kellermann | 1 | -0/+6 |
2009-01-15 | input_curl: added fallback for g_queue_clear() | Max Kellermann | 1 | -0/+5 |
2009-01-13 | input_curl: honour http_proxy_* config directives | Joe Milbourn | 1 | -0/+30 |
2009-01-13 | input_curl: use select() to eliminate busy loop during connect | Max Kellermann | 1 | -0/+6 |
2009-01-07 | curl: use GQueue instead of dlist.h for buffer list | Max Kellermann | 1 | -69/+138 |
2009-01-07 | input_curl: disable "seekable" when icy-metadata is enabled | Max Kellermann | 1 | -1/+1 |
2009-01-03 | input_curl: enabled Icy-Metadata support | Max Kellermann | 1 | -10/+93 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 1 | -2/+33 |
2008-11-30 | input_curl: follow HTTP redirects | Max Kellermann | 1 | -0/+2 |
2008-11-30 | input_curl: send a User-Agent header | Max Kellermann | 1 | -0/+3 |
2008-11-25 | input_curl: disable Icy-Metadata | Max Kellermann | 1 | -0/+2 |
2008-11-24 | input_curl.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -2/+1 |
2008-11-21 | input_curl: try to seek by fast-forwarding the buffer | Max Kellermann | 1 | -0/+26 |
2008-11-21 | input_curl: moved code to consume_buffer() | Max Kellermann | 1 | -12/+26 |
2008-11-21 | input_curl: don't do temporary calculations with input_stream.offset | Max Kellermann | 1 | -4/+4 |
2008-11-20 | input_curl: don't fail when seek to EOF is requested | Max Kellermann | 1 | -0/+8 |
2008-11-20 | curl: don't check running_handles for EOF | Max Kellermann | 1 | -7/+1 |
2008-11-20 | input_curl: always set eof=true on CURLMSG_DONE | Max Kellermann | 1 | -5/+7 |
2008-11-16 | input_stream: size==-1 means unknown size | Max Kellermann | 1 | -0/+4 |
2008-11-06 | input_curl: retrieve error message from ERRORBUFFER | Max Kellermann | 1 | -2/+5 |
2008-11-06 | input_curl: return 0 on error from read() | Max Kellermann | 1 | -1/+2 |
2008-11-06 | input_curl: enable FAILONERROR | Max Kellermann | 1 | -0/+1 |
2008-11-03 | input_curl: use curl_multi_info_read() | Max Kellermann | 1 | -1/+32 |
2008-11-02 | input_curl: buffered rewinding | Max Kellermann | 1 | -3/+115 |
2008-10-28 | input_stream: convert offset and size to the off_t data type | Max Kellermann | 1 | -6/+5 |
2008-10-27 | input_file, input_curl: check URL type before attempting to open | Max Kellermann | 1 | -0/+3 |
2008-10-26 | curl: read stream name from HTTP response headers | Max Kellermann | 1 | -0/+5 |
2008-10-26 | input_curl: set input_stream.mime from Content-Type response header | Max Kellermann | 1 | -0/+3 |
2008-10-26 | input_curl: added local variable "value" | Max Kellermann | 1 | -14/+22 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -8/+8 |
2008-10-26 | input_stream: input_stream_close() returns void | Max Kellermann | 1 | -2/+1 |
2008-10-26 | input_stream: added struct input_plugin | Max Kellermann | 1 | -7/+11 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-26 | http: use libcurl | Max Kellermann | 1 | -0/+493 |