index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_curl.c
Age
Commit message (
Expand
)
Author
2009-01-15
input_curl: don't call input_curl_select() when already at EOF
Max Kellermann
2009-01-15
input_curl: set "ready" flag on EOF
Max Kellermann
2009-01-15
input_curl: call curl_multi_info_read() in constructor
Max Kellermann
2009-01-13
input_curl: honour http_proxy_* config directives
Joe Milbourn
2009-01-13
input_curl: use select() to eliminate busy loop during connect
Max Kellermann
2008-11-30
input_curl: follow HTTP redirects
Max Kellermann
2008-11-30
input_curl: send a User-Agent header
Max Kellermann
2008-11-25
input_curl: disable Icy-Metadata
Max Kellermann
2008-11-24
input_curl.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-21
input_curl: try to seek by fast-forwarding the buffer
Max Kellermann
2008-11-21
input_curl: moved code to consume_buffer()
Max Kellermann
2008-11-21
input_curl: don't do temporary calculations with input_stream.offset
Max Kellermann
2008-11-20
input_curl: don't fail when seek to EOF is requested
Max Kellermann
2008-11-20
curl: don't check running_handles for EOF
Max Kellermann
2008-11-20
input_curl: always set eof=true on CURLMSG_DONE
Max Kellermann
2008-11-16
input_stream: size==-1 means unknown size
Max Kellermann
2008-11-06
input_curl: retrieve error message from ERRORBUFFER
Max Kellermann
2008-11-06
input_curl: return 0 on error from read()
Max Kellermann
2008-11-06
input_curl: enable FAILONERROR
Max Kellermann
2008-11-03
input_curl: use curl_multi_info_read()
Max Kellermann
2008-11-02
input_curl: buffered rewinding
Max Kellermann
2008-10-28
input_stream: convert offset and size to the off_t data type
Max Kellermann
2008-10-27
input_file, input_curl: check URL type before attempting to open
Max Kellermann
2008-10-26
curl: read stream name from HTTP response headers
Max Kellermann
2008-10-26
input_curl: set input_stream.mime from Content-Type response header
Max Kellermann
2008-10-26
input_curl: added local variable "value"
Max Kellermann
2008-10-26
input_stream: use "bool" instead of "int"
Max Kellermann
2008-10-26
input_stream: input_stream_close() returns void
Max Kellermann
2008-10-26
input_stream: added struct input_plugin
Max Kellermann
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann
2008-10-26
http: use libcurl
Max Kellermann