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
/
Request.cxx
Age
Commit message (
Expand
)
Author
2019-12-23
lib/curl: drop support for CURL versions older than 7.32.0
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2018-02-24
Merge tag 'v0.20.18'
Max Kellermann
2018-02-24
Fix curl storage plugin failure if the authentication method is different tha...
tpoeiras
2018-01-29
lib/curl/Request: merge two "try" blocks
Max Kellermann
2018-01-15
lib/curl/Request: add constructor without "url" parameter
Max Kellermann
2018-01-11
lib/curl/Request: add methods StartIndirect(), StopIndirect()
Max Kellermann
2018-01-11
input/curl: use StringView::StartsWith()
Max Kellermann
2017-11-14
lib/{curl,upnp}: add more exception handlers
Max Kellermann
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-09-21
lib/curl/{Global,Request}: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-09-12
Util/CharUtil: add wchar_t overloads
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
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
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-07
lib/curl/Request: require the caller to explicitly register the request
Max Kellermann
2017-01-03
input/curl: move code to class CurlRequest
Max Kellermann