Age | Commit message (Expand) | Author |
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 |
2020-01-09 | curl.h: remove WIN32 define | Daniel Stenberg |
2020-01-09 | bump: work towards 7.69.0 is started | Daniel Stenberg |
2020-01-06 | multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public header | Daniel Stenberg |
2019-12-19 | curl.h: add two defines for the "pre ISO C" case | 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-21 | include: make CURLE_HTTP3 use a new error code | Daniel Stenberg |
2019-11-21 | bump: next release will be 7.68.0 | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-09 | system.h: fix for MCST lcc compiler | r-a-sattarov |
2019-11-08 | curlver: bump to 7.67.1 | 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-09-19 | version: next release will be 7.67.0 | Daniel Stenberg |
2019-09-12 | curlver: bump to 7.66.1 | Daniel Stenberg |
2019-08-23 | defines: avoid underscore-prefixed defines | Daniel Stenberg |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-13 | curl_version_info: make the quic_version a const | Daniel Stenberg |
2019-08-12 | curl_version_info: offer quic (and h3) library info | Daniel Stenberg |
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-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-07-30 | curl.h: fix outdated comment | Justin |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | curl_version_info: provide nghttp2 details | Daniel Stenberg |
2019-07-19 | bump: start working on 7.66.0 | Daniel Stenberg |
2019-07-19 | version: bump to 7.65.3 | Daniel Stenberg |
2019-07-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-06-22 | typecheck: add 3 missing strings and a callback data pointer | Daniel Stenberg |
2019-06-20 | typecheck: CURLOPT_CONNECT_TO takes an slist too | Daniel Stenberg |
2019-06-08 | bump: start working on 7.65.2 | Daniel Stenberg |
2019-06-04 | ssl: Update outdated "openssl-only" comments for supported backends | Frank Gevaerts |
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-22 | bump: start on the next release | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-05-03 | CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value | Daniel Stenberg |