summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-0/+2
* version: next release will be 7.67.0Daniel Stenberg2019-09-191-4/+4
* curlver: bump to 7.66.1Daniel Stenberg2019-09-121-3/+3
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-239-310/+310
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-0/+2
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-131-1/+1
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-1/+2
* CURLOPT_H3: removedDaniel Stenberg2019-08-091-6/+1
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-1/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-5/+2
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+2
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-1/+3
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-062-0/+4
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-1/+15
* curl.h: fix outdated commentJustin2019-07-301-4/+1
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+8
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-2/+7
* bump: start working on 7.66.0Daniel Stenberg2019-07-191-4/+4
* version: bump to 7.65.3Daniel Stenberg2019-07-191-3/+3
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-171-2/+1
* typecheck: add 3 missing strings and a callback data pointerDaniel Stenberg2019-06-221-2/+5
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-202-12/+15
* bump: start working on 7.65.2Daniel Stenberg2019-06-081-3/+3
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-11/+14
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-252-4/+0
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-222-0/+4
* bump: start on the next releaseDaniel Stenberg2019-05-221-3/+3
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-8/+2
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-1/+2
* CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg2019-05-031-1/+1
* curlver.h: use parenthesis in CURL_VERSION_BITS macroTseng Jun2019-04-281-1/+1
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-211-0/+3
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-04-081-4/+4
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-032-1/+17
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-2/+5
* curl.h: use __has_declspec_attribute for shared buildsDon J Olmstead2019-02-271-1/+8
* curlver: bump to 7.64.1-devDaniel Stenberg2019-02-111-5/+5
* curl/urlapi.h: include "curl.h" firstDaniel Stenberg2019-01-071-1/+3
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+3
* curlver: bump to 7.64.0 for next releaseDaniel Stenberg2018-12-201-3/+3
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+16
* curle: move deprecated error code to ifndef blockHan Han2018-11-191-3/+3
* setopt: add CURLOPT_CURLUJim Fuller2018-11-092-0/+4
* version: bump for next cycleDaniel Stenberg2018-11-011-3/+3
* axtls: removedDaniel Stenberg2018-11-011-1/+1
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-301-1/+2
* system.h: use proper setting with Sun C++ as wellrandomswdev2018-10-271-1/+1
* whitespace fixesViktor Szakats2018-09-231-2/+2