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-01-20
lib/curl/Handler: add API documentation
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
lib/curl/Form: new library
Max Kellermann
2018-01-11
lib/curl/Easy: add curl_easy_escape() wrapper
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/upnp: add "noexcept"
Max Kellermann
2017-11-12
lib/curl: add "noexcept"
Max Kellermann
2017-11-10
event/SocketMonitor: rename Get() to GetSocket()
Max Kellermann
2017-11-10
event/SocketMonitor: 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-08-29
lib/curl/Global: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-18
lib/curl/Init: share a CurlGlobal instance between input and storage
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-03-10
Merge tag 'v0.20.6'
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-26
lib/curl/Global: decouple from the IOThread library
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
[prev]