History log of /curl/ (Results 6551 – 6575 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a43e1da128-May-2021 Daniel Stenberg

HYPER: remove mentions of deprecated development branch

f2619b1728-May-2021 Daniel Stenberg

c-hyper: handle NULL from hyper_buf_copy()

Closes #7143

68975fba28-May-2021 Daniel Stenberg

HSTS: not experimental anymore

ed38ac8627-May-2021 Douglas R. Reno

INSTALL: use correct extension for CURL-DISABLE.md

In INSTALL.MD, it's currently set to CURL-DISABLE-md instead of
CURL-DISABLE.md. This generates a 404 on the cURL website as well as

INSTALL: use correct extension for CURL-DISABLE.md

In INSTALL.MD, it's currently set to CURL-DISABLE-md instead of
CURL-DISABLE.md. This generates a 404 on the cURL website as well as
when viewing the docs through Github.

Closes #7142

show more ...

629463f627-May-2021 Daniel Stenberg

travis: run tests 1 - 153 with hyper

1179623127-May-2021 Daniel Stenberg

c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOL

Makes test 129 work (HTTP/1.2 response).

Closes #7141

d3e0f20f27-May-2021 Daniel Stenberg

http_proxy: deal with non-200 CONNECT response with Hyper

Makes test 94 and 95 work

Closes #7141

23b99fc927-May-2021 Daniel Stenberg

c-hyper: clear NTLM auth buffer when request is issued

To prevent previous ones to get reused on subsequent requests. Matches
how the built-in HTTP code works. Makes test 90 to 93 work.

c-hyper: clear NTLM auth buffer when request is issued

To prevent previous ones to get reused on subsequent requests. Matches
how the built-in HTTP code works. Makes test 90 to 93 work.

Add test 90 to 93 in travis.

Closes #7139

show more ...

ee97f17627-May-2021 Joel Depooter

schannel: set ALPN length correctly for HTTP/2

In a3268eca792f1 this code was changed to use the ALPN_H2 constant
instead of the NGHTTP2_PROTO_ALPN constant. However, these constants are

schannel: set ALPN length correctly for HTTP/2

In a3268eca792f1 this code was changed to use the ALPN_H2 constant
instead of the NGHTTP2_PROTO_ALPN constant. However, these constants are
not the same. The nghttp2 constant included the length of the string,
like this: "\x2h2". The ALPN_H2 constant is just "h2". Therefore we need
to re-add the length of the string to the ALPN buffer.

Closes #7138

show more ...

5f7fef7026-May-2021 Daniel Stenberg

travis: run tests 1-89 in the hyper build

Closes #7137

2ee761c126-May-2021 Daniel Stenberg

Revert "c-hyper: handle body on HYPER_TASK_EMPTY"

This reverts commit c3eefa95c31f55657f0af422e8268d738f689066.

Reported-by: Kevin Burke
Fixes #7122
Closes #7136

9655474526-May-2021 jonrumsey

ccsidcurl: fix the compile errors

Looks like the declaration of cpp shoule be const char ** and return
null if convert_version_info_string fails.

Fixes #7134
Closes #7135

3976dd6726-May-2021 Viktor Szakats

docs: use --max-redirs instead of --max-redir

For consistency.

Closes #7130

6043edf326-May-2021 Daniel Stenberg

RELEASE-NOTES: synced

... and bump to 7.77.1

a2fe2f0426-May-2021 Michael Forney

travis: add bearssl build

Closes #7133

7f9c5af826-May-2021 Michael Forney

bearssl: explicitly initialize all fields of Curl_ssl

Also, add comments like the other vtls backends.

Closes #7133

a03ea62226-May-2021 Michael Forney

bearssl: remove incorrect const on variable that is modified

hostname may be set to NULL later on in this function if it is an
IP address.

Closes #7133

6b951a6924-May-2021 Daniel Stenberg

RELEASE-NOTES: synced

83a3163524-May-2021 Daniel Stenberg

THANKS: added contributors from 7.77.0 cycle

82d3340020-May-2021 Daniel Stenberg

copyright: update copyright year ranges to 2021

1a5e41d925-May-2021 Radek Zajic

hostip: fix broken macOS/CMake/GCC builds

Follow-up to 31f631a142d855f06

Fixes #7128
Closes #7129

54e5c24525-May-2021 Daniel Stenberg

TODO: netrc caching and sharing

URL: https://curl.se/mail/archive-2021-05/0018.html

2864b00b24-May-2021 Orgad Shaneh

setopt: streamline ssl option code

Make it use the same style as the code next to it

Closes #7123

31f631a124-May-2021 Radek Zajic

lib/hostip6.c: make NAT64 address synthesis on macOS work

Closes #7121

a63dae5d25-May-2021 ejanchivdorj

sectransp: fix EXC_BAD_ACCESS caused by uninitialized buffer

When the SecCertificateCopyCommonName function fails, it leaves
common_name in a invalid state so CFStringCompare uses the in

sectransp: fix EXC_BAD_ACCESS caused by uninitialized buffer

When the SecCertificateCopyCommonName function fails, it leaves
common_name in a invalid state so CFStringCompare uses the invalid
result, causing EXC_BAD_ACCESS.

The fix is to check the return value of the function before using the
name.

Closes #7126

show more ...

1...<<261262263264265266267268269270>>...1351