summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-231-0/+4
* typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *'Daniel Stenberg2020-05-211-2/+3
* typecheck-gcc.h: fix the OFF_T checkDaniel Stenberg2020-05-201-2/+2
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-152-1/+20
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-6/+8
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-081-4/+4
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+4
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-291-3/+3
* curl.h: update comment typoBrian Bergeron2020-04-221-1/+1
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+1
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-2/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-271-1/+9
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+21
* RELEASE-NOTES: syncedDaniel Stenberg2020-03-181-4/+4
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2020-03-111-3/+3
* RELEASE-NOTES: syncedDaniel Stenberg2020-03-051-3/+3
* 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