Age | Commit message (Expand) | Author |
2020-03-18 | schannel: add "best effort" revocation check option | Johannes Schindelin |
2020-03-07 | ares: store dns parameters for duphandle | Ernst Sjöstrand |
2020-02-21 | cleanup: comment typos | Daniel Stenberg |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2019-12-05 | lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN | Jay Satiro |
2019-12-05 | setopt: Fix ALPN / NPN user option when built without HTTP2 | Jay Satiro |
2019-12-03 | openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains | Daniel Stenberg |
2019-10-03 | cookies: change argument type for Curl_flush_cookies | Daniel Stenberg |
2019-09-27 | setopt: handle ALTSVC set to NULL | Daniel Stenberg |
2019-09-20 | setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly | Daniel Stenberg |
2019-09-12 | setopt: make it easier to add new enum values | Zenju |
2019-08-20 | CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2 | Daniel Stenberg |
2019-08-09 | CURLOPT_H3: removed | Daniel Stenberg |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | 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-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-06-16 | os400: make vsetopt() non-static as Curl_vsetopt() for os400 support. | Patrick Monnerat |
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-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-17 | hostip: CURL_DISABLE_SHUFFLE_DNS | Daniel Stenberg |
2019-05-13 | proxy: acknowledge DISABLE_PROXY more | Daniel Stenberg |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-04-13 | CURLOPT_ADDRESS_SCOPE: fix range check and more | tmilburn |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-01-24 | setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh | Felix Hädicke |
2019-01-11 | urldata: rename easy_conn to just conn | 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-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
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 | CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated | Daniel Stenberg |
2018-09-05 | url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled | Daniel Stenberg |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
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 |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-16 | urldata: make service names unconditional | Marcel Raad |