cee7639b | 06-Aug-2019 |
Daniel Stenberg |
quiche:h3_stream_recv return 0 at end of stream ... and remove some verbose messages we don't need. Made transfers from facebook.com work better. |
92dc514c | 05-Aug-2019 |
Daniel Stenberg |
altsvc: make quiche use h3-22 now |
e9bbc812 | 05-Aug-2019 |
Daniel Stenberg |
quiche: show the actual version number |
dc35631e | 05-Aug-2019 |
Daniel Stenberg |
quiche: first working HTTP/3 request - enable debug log - fix use of quiche API - use download buffer - separate header/body Closes #4193 |
a42b0957 | 05-Aug-2019 |
Daniel Stenberg |
http09: disable HTTP/0.9 by default in both tool and library As the plan has been laid out in DEPRECATED. Update docs accordingly and verify in test 1174. Now requires the option to be s
http09: disable HTTP/0.9 by default in both tool and library As the plan has been laid out in DEPRECATED. Update docs accordingly and verify in test 1174. Now requires the option to be set to allow HTTP/0.9 responses. Closes #4191
show more ...
|
4173868f | 05-Aug-2019 |
Daniel Stenberg |
quiche: initial h3 request send/receive |
47645f45 | 05-Aug-2019 |
Daniel Stenberg |
lib/Makefile.am: make checksrc run in vquic too |
182c2721 | 05-Aug-2019 |
Daniel Stenberg |
altsvc: fix removal of expired cache entry Closes #4192 |
2f4e14e4 | 04-Aug-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
850a295b | 14-Apr-2019 |
Steve Holme |
md4: Use our own MD4 implementation when no crypto libraries are available Closes #3780 |
72e5fd83 | 14-Apr-2019 |
Steve Holme |
md4: No need to include Curl_md4.h for each TLS library |
3d9685ee | 14-Apr-2019 |
Steve Holme |
md4: No need for the NTLM code to call Curl_md4it() for each TLS library As the NTLM code no longer calls any of TLS libraries' specific MD4 functions, there is no need to call this func
md4: No need for the NTLM code to call Curl_md4it() for each TLS library As the NTLM code no longer calls any of TLS libraries' specific MD4 functions, there is no need to call this function for each #ifdef.
show more ...
|
2ff216f1 | 14-Apr-2019 |
Steve Holme |
md4: Move the mbed TLS MD4 implementation out of the NTLM code |
c5eb2fd6 | 14-Apr-2019 |
Steve Holme |
md4: Move the WinCrypt implementation out of the NTLM code |
11c50f76 | 14-Apr-2019 |
Steve Holme |
md4: Move the SecureTransport implementation out of the NTLM code |
24c298fb | 14-Apr-2019 |
Steve Holme |
md4: Use the Curl_md4it() function for OpenSSL based NTLM |
c8936592 | 14-Apr-2019 |
Steve Holme |
md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code |
78e26367 | 14-Apr-2019 |
Steve Holme |
md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code |
9a24f977 | 02-Aug-2019 |
Jay Satiro |
OS400: Add CURLOPT_H3 symbols Follow-up to 3af0e76 which added experimental H3 support. Closes https://github.com/curl/curl/pull/4185 |
cc28a502 | 02-Aug-2019 |
Daniel Stenberg |
url: make use of new HTTP version if alt-svc has one |
a9a2b268 | 02-Aug-2019 |
Daniel Stenberg |
url: set conn->transport to default TCP at init time |
0711153b | 02-Aug-2019 |
Daniel Stenberg |
altsvc: with quiche, use the quiche h3 alpn string Closes #4183 |
1132f430 | 02-Aug-2019 |
Daniel Stenberg |
alt-svc: more liberal ALPN name parsing Allow pretty much anything to be part of the ALPN identifier. In particular minus, which is used for "h3-20" (in-progress HTTP/3 versions) etc
alt-svc: more liberal ALPN name parsing Allow pretty much anything to be part of the ALPN identifier. In particular minus, which is used for "h3-20" (in-progress HTTP/3 versions) etc. Updated test 356. Closes #4182
show more ...
|
decefd57 | 02-Aug-2019 |
Daniel Stenberg |
quiche: use the proper HTTP/3 ALPN |
fc5b61ba | 02-Aug-2019 |
Daniel Stenberg |
quiche: add failf() calls for two error cases To aid debugging Closes #4181 |