summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* curl.h: define CURL_WIN32 on windowsDaniel Stenberg2020-01-271-5/+14
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+3
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-111-0/+1
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-111-1/+2
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-092-364/+339
* curl.h: remove WIN32 defineDaniel Stenberg2020-01-091-10/+1
* bump: work towards 7.69.0 is startedDaniel Stenberg2020-01-091-5/+5
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-061-4/+1
* curl.h: add two defines for the "pre ISO C" caseDaniel Stenberg2019-12-191-0/+2
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-0/+4
* XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder2019-11-261-0/+5
* TLS: add BearSSL vtls implementationMichael Forney2019-11-261-1/+2
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-251-0/+10
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-3/+2
* bump: next release will be 7.68.0Daniel Stenberg2019-11-211-4/+4
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+3
* system.h: fix for MCST lcc compilerr-a-sattarov2019-11-091-8/+19
* curlver: bump to 7.67.1Daniel Stenberg2019-11-081-3/+3
* ESNI: initial build/setupNiall2019-10-021-0/+2
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-021-0/+6
* 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