Age | Commit message (Expand) | Author |
2019-08-07 | docs/ALTSVC: remove what works and the experimental explanation | Daniel Stenberg |
2019-08-07 | docs/EXPERIMENTAL: explain what it means and what's experimental now | Daniel Stenberg |
2019-08-07 | curl: make use of CURLINFO_RETRY_AFTER when retrying | Daniel Stenberg |
2019-08-07 | curl: use CURLINFO_PROTOCOL to check for HTTP(s) | Daniel Stenberg |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-08-07 | docs/ALTSVC.md: first basic file format description | Daniel Stenberg |
2019-08-07 | curl: have -w's 'http_version' show '3' for HTTP/3 | Daniel Stenberg |
2019-08-07 | curl.h: add CURL_HTTP_VERSION_3 to the version enum | Daniel Stenberg |
2019-08-07 | quiche: make use of the connection timeout API properly | Daniel Stenberg |
2019-08-07 | quiche: make POSTFIELDS posts work | Daniel Stenberg |
2019-08-07 | quiche: improved error handling and memory cleanups | Daniel Stenberg |
2019-08-07 | quiche: flush egress in h3_stream_recv() too | Daniel Stenberg |
2019-08-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-06 | os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid(). | Patrick Monnerat |
2019-08-06 | tests: Fix the line endings for the SASL alt-auth tests | Jay Satiro |
2019-08-06 | examples: Added SASL PLAIN authorisation identity (authzid) examples | Steve Holme |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-08-06 | docs/HTTP3: refreshed as it is now in master and HTTP/3 can be tested | Daniel Stenberg |
2019-08-06 | mesalink: implement client authentication | Yiming Jing |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-08-06 | quiche:h3_stream_recv return 0 at end of stream | Daniel Stenberg |
2019-08-06 | altsvc: make quiche use h3-22 now | Daniel Stenberg |
2019-08-06 | quiche: show the actual version number | Daniel Stenberg |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg |
2019-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-08-05 | quiche: initial h3 request send/receive | Daniel Stenberg |
2019-08-05 | lib/Makefile.am: make checksrc run in vquic too | Daniel Stenberg |
2019-08-05 | altsvc: fix removal of expired cache entry | Daniel Stenberg |
2019-08-04 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-04 | md4: Use our own MD4 implementation when no crypto libraries are available | Steve Holme |
2019-08-04 | md4: No need to include Curl_md4.h for each TLS library | Steve Holme |
2019-08-04 | md4: No need for the NTLM code to call Curl_md4it() for each TLS library | Steve Holme |
2019-08-04 | md4: Move the mbed TLS MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the WinCrypt implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the SecureTransport implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Use the Curl_md4it() function for OpenSSL based NTLM | Steve Holme |
2019-08-04 | md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | OS400: Add CURLOPT_H3 symbols | Jay Satiro |
2019-08-03 | url: make use of new HTTP version if alt-svc has one | Daniel Stenberg |
2019-08-03 | url: set conn->transport to default TCP at init time | Daniel Stenberg |
2019-08-03 | altsvc: with quiche, use the quiche h3 alpn string | Daniel Stenberg |
2019-08-03 | alt-svc: more liberal ALPN name parsing | Daniel Stenberg |
2019-08-02 | quiche: use the proper HTTP/3 ALPN | Daniel Stenberg |
2019-08-02 | quiche: add failf() calls for two error cases | Daniel Stenberg |
2019-08-02 | mailmap: added Kyohei Kadota | Daniel Stenberg |
2019-08-01 | http_negotiate: improve handling of gss_init_sec_context() failures | Kamil Dudka |
2019-08-01 | mailmap: added 4 more names | Daniel Stenberg |
2019-08-01 | mailmap: add Giorgos Oikonomou | Daniel Stenberg |