Age | Commit message (Expand) | Author |
2020-03-29 | curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented | Daniel Stenberg |
2020-03-27 | version: add 'cainfo' and 'capath' to version info struct | Daniel Stenberg |
2020-03-18 | schannel: add "best effort" revocation check option | Johannes Schindelin |
2020-03-05 | polarssl: remove more references and mentions | Daniel Stenberg |
2020-01-27 | curl.h: define CURL_WIN32 on windows | Daniel Stenberg |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2020-01-11 | multi: Change curl_multi_wait/poll to error on negative timeout | Jay Satiro |
2020-01-09 | include: remove non-curl prefixed defines | Daniel Stenberg |
2019-12-03 | openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains | Daniel Stenberg |
2019-11-26 | XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUE | John Schroeder |
2019-11-26 | TLS: add BearSSL vtls implementation | Michael Forney |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-22 | test1175: verify symbols-in-versions and libcurl-errors.3 in sync | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-10-02 | ESNI: initial build/setup | Niall |
2019-10-02 | CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt | Kunal Ekawde |
2019-09-19 | urlapi: CURLU_NO_AUTHORITY allows empty authority/host part | Jens Finkhaeuser |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-09 | CURLOPT_H3: removed | Daniel Stenberg |
2019-08-08 | alt-svc: send Alt-Used: in redirected requests | Daniel Stenberg |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-08-07 | curl.h: add CURL_HTTP_VERSION_3 to the version enum | Daniel Stenberg |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | curl_version_info: provide nghttp2 details | Daniel Stenberg |
2019-06-20 | typecheck: CURLOPT_CONNECT_TO takes an slist too | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-04 | symbols-in-versions: add missing CURLU_ symbols | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |