index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
input_curl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_stream: let the implementation assign is->plugin
Max Kellermann
2009-01-30
1
-0
/
+1
*
use config_get_string() instead of config_get_param()
Max Kellermann
2009-01-25
1
-11
/
+12
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-8
/
+8
*
input_curl: don't call input_curl_select() when already at EOF
Max Kellermann
2009-01-15
1
-1
/
+3
*
input_curl: set "ready" flag on EOF
Max Kellermann
2009-01-15
1
-0
/
+5
*
input_curl: call curl_multi_info_read() in constructor
Max Kellermann
2009-01-15
1
-0
/
+6
*
input_curl: added fallback for g_queue_clear()
Max Kellermann
2009-01-15
1
-0
/
+5
*
input_curl: honour http_proxy_* config directives
Joe Milbourn
2009-01-13
1
-0
/
+30
*
input_curl: use select() to eliminate busy loop during connect
Max Kellermann
2009-01-13
1
-0
/
+6
*
curl: use GQueue instead of dlist.h for buffer list
Max Kellermann
2009-01-07
1
-69
/
+138
*
input_curl: disable "seekable" when icy-metadata is enabled
Max Kellermann
2009-01-07
1
-1
/
+1
*
input_curl: enabled Icy-Metadata support
Max Kellermann
2009-01-03
1
-10
/
+93
*
input_stream: added tag() method
Max Kellermann
2009-01-03
1
-2
/
+33
*
input_curl: follow HTTP redirects
Max Kellermann
2008-11-30
1
-0
/
+2
*
input_curl: send a User-Agent header
Max Kellermann
2008-11-30
1
-0
/
+3
*
input_curl: disable Icy-Metadata
Max Kellermann
2008-11-25
1
-0
/
+2
*
input_curl.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-2
/
+1
*
input_curl: try to seek by fast-forwarding the buffer
Max Kellermann
2008-11-21
1
-0
/
+26
*
input_curl: moved code to consume_buffer()
Max Kellermann
2008-11-21
1
-12
/
+26
*
input_curl: don't do temporary calculations with input_stream.offset
Max Kellermann
2008-11-21
1
-4
/
+4
*
input_curl: don't fail when seek to EOF is requested
Max Kellermann
2008-11-20
1
-0
/
+8
*
curl: don't check running_handles for EOF
Max Kellermann
2008-11-20
1
-7
/
+1
*
input_curl: always set eof=true on CURLMSG_DONE
Max Kellermann
2008-11-20
1
-5
/
+7
*
input_stream: size==-1 means unknown size
Max Kellermann
2008-11-16
1
-0
/
+4
*
input_curl: retrieve error message from ERRORBUFFER
Max Kellermann
2008-11-06
1
-2
/
+5
*
input_curl: return 0 on error from read()
Max Kellermann
2008-11-06
1
-1
/
+2
*
input_curl: enable FAILONERROR
Max Kellermann
2008-11-06
1
-0
/
+1
*
input_curl: use curl_multi_info_read()
Max Kellermann
2008-11-03
1
-1
/
+32
*
input_curl: buffered rewinding
Max Kellermann
2008-11-02
1
-3
/
+115
*
input_stream: convert offset and size to the off_t data type
Max Kellermann
2008-10-28
1
-6
/
+5
*
input_file, input_curl: check URL type before attempting to open
Max Kellermann
2008-10-27
1
-0
/
+3
*
curl: read stream name from HTTP response headers
Max Kellermann
2008-10-26
1
-0
/
+5
*
input_curl: set input_stream.mime from Content-Type response header
Max Kellermann
2008-10-26
1
-0
/
+3
*
input_curl: added local variable "value"
Max Kellermann
2008-10-26
1
-14
/
+22
*
input_stream: use "bool" instead of "int"
Max Kellermann
2008-10-26
1
-8
/
+8
*
input_stream: input_stream_close() returns void
Max Kellermann
2008-10-26
1
-2
/
+1
*
input_stream: added struct input_plugin
Max Kellermann
2008-10-26
1
-7
/
+11
*
input_stream: renamed sources, no CamelCase
Max Kellermann
2008-10-26
1
-1
/
+1
*
http: use libcurl
Max Kellermann
2008-10-26
1
-0
/
+493