summaryrefslogtreecommitdiff
path: root/docs/libcurl/symbols-in-versions
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_FOLLOWLOCATION: add a CURLFOLLOW_NO_CUSTOMMETHOD bitbagder/ignore-custom-request-on-redirDaniel Stenberg2022-01-171-0/+2
* ldap: return CURLE_URL_MALFORMAT for bad URLDaniel Stenberg2022-01-101-1/+1
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-0/+1
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-251-0/+12
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+2
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-061-0/+1
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-271-0/+4
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-0/+1
* symbols-in-versions: fix CURLSSLBACKEND_QSOSSL last used versionJay Satiro2021-08-231-2/+2
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-151-0/+1
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-021-0/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+2
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-031-0/+1
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-221-0/+1
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-0/+1
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-0/+1
* doh: add options to disable ssl verificationJay Satiro2021-02-141-0/+3
* gsasl: provide CURL_VERSION_GSASL if built-inDaniel Stenberg2021-02-111-0/+1
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-0/+1
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-0/+1
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-211-0/+2
* version: include hyper versionDaniel Stenberg2020-12-181-0/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-0/+7
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+5
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+0
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+1
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-271-8/+19
* sftp: add the option CURLKHSTAT_FINE_REPLACEMichael Musset2020-08-241-0/+1
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-0/+36
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-161-0/+1
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-0/+1
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+1
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-0/+2
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-231-0/+2
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+6
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+1
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+1
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-271-0/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+1
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-1/+1
* curl.h: define CURL_WIN32 on windowsDaniel Stenberg2020-01-271-1/+2
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+1
* 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-0/+1
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-091-5/+6
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-0/+1
* XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder2019-11-261-0/+1
* TLS: add BearSSL vtls implementationMichael Forney2019-11-261-0/+1
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-251-0/+1