History log of /curl/ (Results 9201 – 9225 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cee7639b06-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.

92dc514c05-Aug-2019 Daniel Stenberg

altsvc: make quiche use h3-22 now

e9bbc81205-Aug-2019 Daniel Stenberg

quiche: show the actual version number

dc35631e05-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

a42b095705-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 ...

4173868f05-Aug-2019 Daniel Stenberg

quiche: initial h3 request send/receive

47645f4505-Aug-2019 Daniel Stenberg

lib/Makefile.am: make checksrc run in vquic too

182c272105-Aug-2019 Daniel Stenberg

altsvc: fix removal of expired cache entry

Closes #4192

2f4e14e404-Aug-2019 Daniel Stenberg

RELEASE-NOTES: synced

850a295b14-Apr-2019 Steve Holme

md4: Use our own MD4 implementation when no crypto libraries are available

Closes #3780

72e5fd8314-Apr-2019 Steve Holme

md4: No need to include Curl_md4.h for each TLS library

3d9685ee14-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 ...

2ff216f114-Apr-2019 Steve Holme

md4: Move the mbed TLS MD4 implementation out of the NTLM code

c5eb2fd614-Apr-2019 Steve Holme

md4: Move the WinCrypt implementation out of the NTLM code

11c50f7614-Apr-2019 Steve Holme

md4: Move the SecureTransport implementation out of the NTLM code

24c298fb14-Apr-2019 Steve Holme

md4: Use the Curl_md4it() function for OpenSSL based NTLM

c893659214-Apr-2019 Steve Holme

md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code

78e2636714-Apr-2019 Steve Holme

md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code

9a24f97702-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

cc28a50202-Aug-2019 Daniel Stenberg

url: make use of new HTTP version if alt-svc has one

a9a2b26802-Aug-2019 Daniel Stenberg

url: set conn->transport to default TCP at init time

0711153b02-Aug-2019 Daniel Stenberg

altsvc: with quiche, use the quiche h3 alpn string

Closes #4183

1132f43002-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 ...

decefd5702-Aug-2019 Daniel Stenberg

quiche: use the proper HTTP/3 ALPN

fc5b61ba02-Aug-2019 Daniel Stenberg

quiche: add failf() calls for two error cases

To aid debugging

Closes #4181

1...<<361362363364365366367368369370>>...1351