| Commit message (Expand) | Author | Files | Lines |
2011-09-16 | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 1 | -1/+1 |
2011-08-26 | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 1 | -0/+3 |
2011-08-23 | input/curl: limit the receive buffer size | Max Kellermann | 1 | -0/+30 |
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 |
2009-12-29 | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 1 | -0/+12 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -36/+61 |
2009-12-14 | input_plugin: method init() returns errors with GError | Max Kellermann | 1 | -1/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+1 |
2009-10-13 | input/curl: fixed endless loop during buffering | Max Kellermann | 1 | -1/+1 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -3/+3 |
2009-10-13 | configure.ac: require GLib 2.16 | Max Kellermann | 1 | -5/+0 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -8/+8 |
2009-10-11 | input/curl: don't abort if a packet has only metadata | Max Kellermann | 1 | -20/+22 |
2009-10-11 | input/curl: moved code to fill_buffer() | Max Kellermann | 1 | -27/+40 |
2009-04-28 | input_curl: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -7/+7 |
2009-04-25 | curl: moved proxy settings to "input" block | Max Kellermann | 1 | -24/+26 |
2009-03-27 | Add winsock2 headers for curl's use of select() on sockets | Sean McNamara | 1 | -1/+7 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-06 | curl: reverse GLIB_CHECK_VERSION() | Max Kellermann | 1 | -1/+1 |
2009-03-02 | input: pass config_param to input_plugin.init() | Max Kellermann | 1 | -1/+2 |
2009-03-02 | input_plugin: added methods init(), finish() | Max Kellermann | 1 | -3/+12 |
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 1 | -1/+1 |
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -1/+1 |
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 |