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
/
lib
/
curl
Age
Commit message (
Expand
)
Author
2018-08-17
lib/curl/Easy: add curl_easy_escape() wrapper
Max Kellermann
2018-07-06
input/curl: use new class HttpStatusError
Max Kellermann
2018-02-24
Fix curl storage plugin failure if the authentication method is different tha...
tpoeiras
2018-02-09
lib/curl: remove .netrc support on Android
Max Kellermann
2018-02-09
python/build/libs.py: convert CURL edit to quilt patch
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-03-10
lib/curl/Request: "ICY 200 OK" is a response boundary header
Max Kellermann
2017-03-10
lib/curl/Request: move code to IsResponseBoundaryHeader()
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-08
storage/http: new storage plugin
Max Kellermann
2017-01-08
lib/curl/Request: move exception handling out of the WRITEFUNCTION
Max Kellermann
2017-01-08
lib/curl/Request: move catch clause out of FinishHeaders
Max Kellermann
2017-01-08
lib/curl/Request: postpone the curl_easy_cleanup() call
Max Kellermann
2017-01-08
lib/curl/Request: allow Stop() to be called twice
Max Kellermann
2017-01-08
lib/curl/Global: defer the ReadInfo() call
Max Kellermann
2017-01-08
lib/curl/Multi: fix typo
Max Kellermann
2017-01-08
lib/curl/Global: move code to UpdateTimeout()
Max Kellermann
2017-01-08
lib/curl/Global: drop redundant ">=0" check
Max Kellermann
2017-01-08
lib/curl/Global: drop redundant "virtual"
Max Kellermann
2017-01-07
lib/curl/Request: require the caller to explicitly register the request
Max Kellermann
2017-01-06
lib/curl/Slist: new wrapper for curl_slist
Max Kellermann
2017-01-03
input/curl: move code to class CurlRequest
Max Kellermann
2017-01-03
input/curl: move class CurlGlobal to separate source file
Max Kellermann
2016-12-19
input/curl: wrap CURLM* in new class CurlMulti
Max Kellermann
2016-12-19
input/curl: wrap CURL* in new class CurlEasy
Max Kellermann