aboutsummaryrefslogtreecommitdiff
path: root/include/curl/curl.h
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-05-23setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-04-22curl.h: update comment typoBrian Bergeron
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-03-29curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg
2020-03-27version: add 'cainfo' and 'capath' to version info structDaniel Stenberg
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-01-27curl.h: define CURL_WIN32 on windowsDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-11ngtcp2: Add an error code for QUIC connection errorsEmil Engler
2020-01-09include: remove non-curl prefixed definesDaniel Stenberg
2020-01-09curl.h: remove WIN32 defineDaniel Stenberg
2019-12-19curl.h: add two defines for the "pre ISO C" caseDaniel Stenberg
2019-12-03openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg
2019-11-26XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder
2019-11-26TLS: add BearSSL vtls implementationMichael Forney
2019-11-21include: make CURLE_HTTP3 use a new error codeDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-10-02ESNI: initial build/setupNiall
2019-08-23defines: avoid underscore-prefixed definesDaniel Stenberg
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-08-13curl_version_info: make the quic_version a constDaniel Stenberg
2019-08-12curl_version_info: offer quic (and h3) library infoDaniel Stenberg
2019-08-09CURLOPT_H3: removedDaniel Stenberg
2019-08-08alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-07curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg
2019-08-06sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-07-30curl.h: fix outdated commentJustin
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-07-20curl_version_info: provide nghttp2 detailsDaniel Stenberg
2019-07-17libcurl: Restrict redirect schemes (follow-up)Jay Satiro
2019-06-20typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg
2019-06-04ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-03CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg
2019-04-21CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-27curl.h: use __has_declspec_attribute for shared buildsDon J Olmstead
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-11-19curle: move deprecated error code to ifndef blockHan Han
2018-11-09setopt: add CURLOPT_CURLUJim Fuller