summaryrefslogtreecommitdiff
path: root/src/lib/curl
AgeCommit message (Expand)Author
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-24Revert "lib/curl/Global: remove lower bound on timeouts"Max Kellermann
2019-12-23lib/curl/Global: remove InvalidateSockets() call from Remove()Max Kellermann
2019-12-23lib/curl/Global: remove lower bound on timeoutsMax Kellermann
2019-12-23lib/curl: drop support for CURL versions older than 7.32.0Max Kellermann
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-16pcm/Convert, ...: add missing include for std::runtime_errorMax Kellermann
2019-12-04util/PrintException, ...: update copyrightMax Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-15lib/curl/Escape: add CurlUnescape()Max Kellermann
2019-10-15storage/curl: move code to EscapeUriPath()Max Kellermann
2019-10-15lib/curl/String: OO wrapper for allocated strings returned from CURLMax Kellermann
2019-09-25curl/Easy: add SetReadFunction()Max Kellermann
2019-09-25curl/Easy: add Perform()Max Kellermann
2019-09-25curl/Easy: add SetTimeout()Max Kellermann
2019-08-26lib/curl: require CURL 7.33, remove bug workaroundMax Kellermann
2019-08-26lib/curl/Global: add missing includeMax Kellermann
2019-08-19lib/curl/Global: use `auto`Max Kellermann
2019-08-19lib/curl/Global: document ToRequest()Max Kellermann
2019-08-19lib/curl/Global: remove CURL* parameter from Add() and Remove()Max Kellermann
2019-08-19lib/curl/Easy: add constructor with URL parameterMax 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-19lib/curl/Global: make ReadInfo() privateMax Kellermann
2019-08-19lib/curl/Global: remove redundant API docsMax Kellermann
2019-08-19lib/curl: fix coding styleMax Kellermann
2019-08-19util/PrintException, ...: update copyrightMax Kellermann
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-07thread/Mutex: use `using` instead of making it a derived classMax Kellermann
2019-04-04event/*, ...: make GetEventLoop() constMax Kellermann
2019-04-04lib/curl/Init: add `const` overloadsMax Kellermann
2019-04-04lib/curl/Init: add `noexcept`Max Kellermann
2019-01-21python/build/libs.py: upgrade CURL to 7.63.0Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06input/curl: use new class HttpStatusErrorMax 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-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09lib/curl: remove .netrc support on AndroidMax Kellermann
2018-02-09python/build/libs.py: convert CURL edit to quilt patchMax Kellermann
2018-01-29lib/curl/Request: merge two "try" blocksMax Kellermann
2018-01-23lib/curl/Delegate: helper class for response body parsersMax Kellermann