Age | Commit message (Expand) | Author |
2019-09-21 | urldata: use 'bool' for the bit type on MSVC compilers | Daniel Stenberg |
2019-09-19 | url: only reuse TLS connections with matching pinning | Daniel Stenberg |
2019-09-03 | urldata: avoid 'generic', use dedicated pointers | Daniel Stenberg |
2019-08-16 | http: fix use of credentials from URL when using HTTP proxy | Daniel Stenberg |
2019-08-14 | ngtcp2: do QUIC connections happy-eyeballs friendly | 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 | quiche: make use of the connection timeout API properly | Daniel Stenberg |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-06-10 | multi: make sure 'data' can present in several sockhash entries | Daniel Stenberg |
2019-06-04 | ssl: Update outdated "openssl-only" comments for supported backends | Frank Gevaerts |
2019-06-02 | http: don't parse body-related headers bodyless responses | Michael Kaufmann |
2019-05-28 | multi: track users of a socket better | 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-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-15 | url: Move the negotiate state type into a dedicated enum | Steve Holme |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-13 | http: CURL_DISABLE_HTTP_AUTH | Daniel Stenberg |
2019-05-13 | doh: CURL_DISABLE_DOH | Daniel Stenberg |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | 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-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-27 | resolve: apply Happy Eyeballs philosophy to parallel c-ares queries | Brad Spencer |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-28 | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-02-12 | pretransfer: don't strlen() POSTFIELDS set for GET requests | Daniel Stenberg |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-10 | multi: multiplexing improvements | Daniel Stenberg |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-17 | pingpong: change default response timeout to 120 seconds | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |