summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* alt-svc: enable by defaultbagder/enable-altsvcDaniel Stenberg2020-10-241-2/+0
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+6
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-271-38/+49
* sftp: add the option CURLKHSTAT_FINE_REPLACEMichael Musset2020-08-241-0/+1
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-1/+45
* curl.h: update CURLINFO_LASTONEJay Satiro2020-07-231-1/+1
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-4/+1
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+2
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-2/+8
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-3/+3
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-231-0/+4
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+8
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-6/+8
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+4
* 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
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+5
* 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
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-091-335/+323
* curl.h: remove WIN32 defineDaniel Stenberg2020-01-091-10/+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
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-3/+2
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+3
* ESNI: initial build/setupNiall2019-10-021-0/+2
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-231-3/+3
* 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-061-0/+3
* 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
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-171-2/+1
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-201-12/+14
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-11/+14
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-3/+0
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-0/+3
* CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg2019-05-031-1/+1