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
/
plugins
/
CurlInputPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-19
input/curl: trigger the condition variable in RequestDone()
Max Kellermann
1
-0
/
+2
2014-11-10
input/curl: ignore ResponseBoundary() while seeking
Max Kellermann
1
-0
/
+4
2014-11-02
input/curl: forget Content-Length (and more) after redirect
Max Kellermann
1
-0
/
+26
2014-11-01
input/curl: fix curl_easy_setopt() parameter types
Max Kellermann
1
-3
/
+3
2014-09-16
CurlInputPlugin: fix crash after second init call
Thomas Guillem
1
-0
/
+1
2014-08-07
util/StringUtil: add StripRight() overload with "end" argument
Max Kellermann
1
-6
/
+3
2014-07-11
input/curl: options "verify_peer" and "verify_host"
Max Kellermann
1
-0
/
+8
2014-06-17
input/curl: hold mutex while writing to postponed_error
Max Kellermann
1
-3
/
+4
2014-05-24
input/curl: move code to AsyncInputStream
Max Kellermann
1
-211
/
+48
2014-05-24
input/curl: call SetReady() only if not yet ready
Max Kellermann
1
-1
/
+2
2014-05-24
input/curl: include cleanup
Max Kellermann
1
-7
/
+0
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
1
-24
/
+3
2014-05-21
input/curl: relock mutex in error paths
Max Kellermann
1
-2
/
+7
2014-05-21
input/curl: pass remaining size to CircularBuffer::Append()
Max Kellermann
1
-1
/
+1
2014-05-21
input/curl: move code to IcyInputStream
Max Kellermann
1
-86
/
+16
2014-05-11
InputStream: remove attribute "plugin"
Max Kellermann
1
-1
/
+1
2014-05-11
InputStream: make various methods abstract
Max Kellermann
1
-71
/
+19
2014-05-11
InputStream: add virtual destructor
Max Kellermann
1
-9
/
+0
2014-05-11
input/plugins: make InputStream the base class
Max Kellermann
1
-51
/
+49
2014-05-11
InputStream: convert to class
Max Kellermann
1
-7
/
+4
2014-03-16
input/curl: use CircularBuffer
Max Kellermann
1
-133
/
+75
2014-03-15
input/curl: add method CurlInputStream::Open()
Max Kellermann
1
-12
/
+17
2014-03-15
input/curl: move _seek() into the CurlInputStream class
Max Kellermann
1
-38
/
+44
2014-03-15
input/curl: move _easy_init() into the CurlInputStream class
Max Kellermann
1
-30
/
+30
2014-03-15
input/curl: pass std::string&& to HeaderReceived()
Max Kellermann
1
-25
/
+8
2014-03-15
input/curl: move code to CurlInputStream methods
Max Kellermann
1
-178
/
+231
2014-03-15
input/curl: rename "error" to "error_buffer"
Max Kellermann
1
-3
/
+3
2014-03-15
input/curl: rename struct input_curl to CurlInputStream
Max Kellermann
1
-32
/
+32
2014-03-02
InputPlugin: allow init() to soft-fail
Max Kellermann
1
-4
/
+6
2014-02-22
input/curl: include cleanup
Max Kellermann
1
-1
/
+0
2014-01-24
Input*: move to input/
Max Kellermann
1
-2
/
+2
2014-01-24
Config*: move to config/
Max Kellermann
1
-2
/
+2
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2014-01-08
tag/TagBuilder: overload Commit() returning a Tag object
Max Kellermann
1
-1
/
+1
2014-01-08
tag/TagBuilder: rename Commit() to CommitNew()
Max Kellermann
1
-1
/
+1
2014-01-06
event/SocketMonitor: don't close the socket automatically
Max Kellermann
1
-2
/
+0
2013-12-03
input/curl: use class TagBuilder
Max Kellermann
1
-4
/
+10
2013-11-23
input/curl: work around stream resume bug (fixed in libcurl 7.32.0)
Max Kellermann
1
-0
/
+17
2013-11-23
input/curl: add global variable "curl_version"
Max Kellermann
1
-0
/
+7
2013-11-23
input/curl: dump version number
Max Kellermann
1
-0
/
+8
2013-11-07
input/curl: unregister removed sockets from epoll
Max Kellermann
1
-1
/
+9
2013-11-06
input/curl: fix bug with redirected streams
Max Kellermann
1
-110
/
+138
2013-11-06
input/curl: move code into class CurlMulti
Max Kellermann
1
-43
/
+66
2013-11-06
input/curl: remove the global list of requests
Max Kellermann
1
-13
/
+0
2013-11-06
input/curl: don't abort all requests on curl_multi_perform() error
Max Kellermann
1
-40
/
+7
2013-11-06
input/curl: use CURLOPT_PRIVATE
Max Kellermann
1
-5
/
+7
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
1
-10
/
+10
2013-10-23
InputInternal: remove obsolete library
Max Kellermann
1
-1
/
+0
2013-10-21
input/curl: don't use GLib's typedef "gushort"
Max Kellermann
1
-1
/
+2
2013-10-21
util/NumberParser: utilities for parsing numbers from ASCII strings
Max Kellermann
1
-3
/
+3
[next]