summaryrefslogtreecommitdiff
path: root/src/lib/curl
AgeCommit message (Expand)Author
2018-08-17lib/curl/Easy: add curl_easy_escape() wrapperMax Kellermann
2018-07-06input/curl: use new class HttpStatusErrorMax Kellermann
2018-02-24Fix curl storage plugin failure if the authentication method is different tha...tpoeiras
2018-02-09lib/curl: remove .netrc support on AndroidMax Kellermann
2018-02-09python/build/libs.py: convert CURL edit to quilt patchMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-03-10lib/curl/Request: "ICY 200 OK" is a response boundary headerMax Kellermann
2017-03-10lib/curl/Request: move code to IsResponseBoundaryHeader()Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-08lib/curl/Request: move exception handling out of the WRITEFUNCTIONMax Kellermann
2017-01-08lib/curl/Request: move catch clause out of FinishHeadersMax Kellermann
2017-01-08lib/curl/Request: postpone the curl_easy_cleanup() callMax Kellermann
2017-01-08lib/curl/Request: allow Stop() to be called twiceMax Kellermann
2017-01-08lib/curl/Global: defer the ReadInfo() callMax Kellermann
2017-01-08lib/curl/Multi: fix typoMax Kellermann
2017-01-08lib/curl/Global: move code to UpdateTimeout()Max Kellermann
2017-01-08lib/curl/Global: drop redundant ">=0" checkMax Kellermann
2017-01-08lib/curl/Global: drop redundant "virtual"Max Kellermann
2017-01-07lib/curl/Request: require the caller to explicitly register the requestMax Kellermann
2017-01-06lib/curl/Slist: new wrapper for curl_slistMax Kellermann
2017-01-03input/curl: move code to class CurlRequestMax Kellermann
2017-01-03input/curl: move class CurlGlobal to separate source fileMax Kellermann
2016-12-19input/curl: wrap CURLM* in new class CurlMultiMax Kellermann
2016-12-19input/curl: wrap CURL* in new class CurlEasyMax Kellermann