summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+6
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-061-1/+6
* misc: fix a few issues on MidnightBSDLucas Holt2021-10-051-2/+3
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-271-0/+21
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-0/+3
* mailing lists: move from cool.haxx.se to lists.haxx.seDaniel Stenberg2021-08-301-3/+0
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-3/+3
* curl.h: include sys/select.h for NuttX RTOSXiang Xiao2021-06-221-1/+1
* curl.h: remove the execution bitBin Meng2021-06-221-0/+0
* curl.h: <sys/select.h> is supported by VxWorks7Bin Lan2021-06-221-1/+2
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-021-1/+4
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-201-5/+5
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+8
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-031-0/+1
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-221-1/+5
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-0/+4
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-1/+2
* doh: add options to disable ssl verificationJay Satiro2021-02-141-0/+9
* gsasl: provide CURL_VERSION_GSASL if built-inDaniel Stenberg2021-02-111-0/+1
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-1/+2
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-2/+2
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-0/+1
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-211-0/+4
* version: include hyper versionDaniel Stenberg2020-12-181-1/+4
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-201-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-0/+35
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+10
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-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