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_input_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
input/{curl,soup}: convert to C++
Max Kellermann
1
-1301
/
+0
2012-04-04
input/curl: use g_source_get_time()
Max Kellermann
1
-12
/
+5
2011-09-16
input_stream: non-blocking I/O
Max Kellermann
1
-72
/
+36
2011-09-16
input_plugin: add method check()
Max Kellermann
1
-0
/
+18
2011-09-16
input/{soup,curl}: free unused postponed_error
Max Kellermann
1
-0
/
+5
2011-09-16
input/curl: wait some more before resuming the stream
Max Kellermann
1
-1
/
+6
2011-09-16
input/curl: clear the "paused" flag before resuming
Max Kellermann
1
-1
/
+1
2011-09-16
input/curl: remove _schedule_update()
Max Kellermann
1
-48
/
+1
2011-09-16
input/curl: unlock the mutex for io_thread_call()
Max Kellermann
1
-1
/
+4
2011-09-16
input/curl, output/pulse: fix "unused local variable" warnings
Max Kellermann
1
-1
/
+1
2011-09-15
input/curl: per-request mutex/cond
Max Kellermann
1
-33
/
+35
2011-09-15
input/curl: move all libCURL calls to the I/O thread
Max Kellermann
1
-29
/
+69
2011-09-15
input/curl: don't set "ready" on _easy_free()
Max Kellermann
1
-3
/
+2
2011-09-15
input/curl: add assertions on io_thread_inside()
Max Kellermann
1
-0
/
+9
2011-09-15
input/curl: merge _request_abort() into _request_done()
Max Kellermann
1
-31
/
+19
2011-09-15
input/curl: API documentation fix
Max Kellermann
1
-1
/
+1
2011-09-14
input_stream: move input_stream_init(), _deinit() to _internal.c
Max Kellermann
1
-0
/
+1
2011-08-26
input/curl: implement a hard-coded timeout of 10 seconds
Max Kellermann
1
-0
/
+3
2011-08-25
input/curl: use the I/O thread
Max Kellermann
1
-222
/
+653
2011-08-25
input/curl: eliminate attribute "eof"
Max Kellermann
1
-11
/
+4
2011-08-25
input/curl: release "easy" CURL handle as early as possible
Max Kellermann
1
-9
/
+10
2011-08-25
input/curl: move code to input_curl_flush_buffers()
Max Kellermann
1
-3
/
+9
2011-08-25
input/curl: pass input_curl to fill_buffer()
Max Kellermann
1
-4
/
+3
2011-08-25
input/curl: set GError when init() fails
Max Kellermann
1
-2
/
+3
2011-08-24
input/curl: remove obsolete function input_curl_reinit()
Max Kellermann
1
-12
/
+0
2011-08-23
input/curl: limit the receive buffer size
Max Kellermann
1
-0
/
+30
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2011-01-29
input/curl: enable CURLOPT_NETRC
Ian Zimmerman
1
-0
/
+1
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
[next]