summaryrefslogtreecommitdiff
path: root/src/lib/curl/Request.cxx
AgeCommit message (Expand)Author
2020-06-10Merge tag 'v0.21.24'Max Kellermann
2020-06-10lib/curl/Request: don't enable CURLOPT_NETRC on WindowsMax Kellermann
2020-05-05meson.build: move VERSION and others to Version.hMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-03-26lib/curl/Request: fix Exception "error" on AndroidThomas Guillem
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26lib/curl/Easy: add method Unpause()Max Kellermann
2020-03-26lib/curl/Easy: add setter functionsMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-23lib/curl: drop support for CURL versions older than 7.32.0Max Kellermann
2019-12-04util/PrintException, ...: update copyrightMax Kellermann
2019-08-19lib/curl/Global: remove CURL* parameter from Add() and Remove()Max Kellermann
2019-08-19lib/curl/Easy: add getter functionsMax Kellermann
2019-08-19lib/curl/Easy: add method Unpause()Max Kellermann
2019-08-19lib/curl/Easy: add setter functionsMax Kellermann
2019-08-19util/PrintException, ...: update copyrightMax Kellermann
2018-02-24Merge tag 'v0.20.18'Max Kellermann
2018-02-24Fix curl storage plugin failure if the authentication method is different tha...tpoeiras
2018-01-29lib/curl/Request: merge two "try" blocksMax Kellermann
2018-01-15lib/curl/Request: add constructor without "url" parameterMax Kellermann
2018-01-11lib/curl/Request: add methods StartIndirect(), StopIndirect()Max Kellermann
2018-01-11input/curl: use StringView::StartsWith()Max Kellermann
2017-11-14lib/{curl,upnp}: add more exception handlersMax Kellermann
2017-11-12lib/curl: add "noexcept"Max Kellermann
2017-09-21lib/curl/{Global,Request}: migrate from DeferredMonitor to DeferEventMax Kellermann
2017-09-12Util/CharUtil: add wchar_t overloadsMax Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax 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-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-07lib/curl/Request: require the caller to explicitly register the requestMax Kellermann
2017-01-03input/curl: move code to class CurlRequestMax Kellermann