History log of /curl/ (Results 5201 – 5225 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8cb6c6109-May-2022 Daniel Stenberg

test977: reproduce ability to set cookie on TLD

When PSL is not enabled

447873dd09-May-2022 Daniel Stenberg

scripts/contributors.sh: correct the copyright range

22c4ecee09-May-2022 Daniel Stenberg

docs/RELEASE-PROCEDURE.md: refreshed and adjsuted the release dates

43cec1d409-May-2022 Daniel Stenberg

test379: verify --remove-on-error with --no-clobber

8c7ee90809-May-2022 Daniel Stenberg

post_per_transfer: remove the updated file name

When --remove-on-error is used with --no-clobber, it might have an
updated file name to remove.

Bug: https://curl.se/docs/CVE-202

post_per_transfer: remove the updated file name

When --remove-on-error is used with --no-clobber, it might have an
updated file name to remove.

Bug: https://curl.se/docs/CVE-2022-27778.html

CVE-2022-27778

Reported-by: Harry Sintonen

Closes #8824

show more ...

fae6fea209-May-2022 Daniel Stenberg

hsts: ignore trailing dots when comparing hosts names

CVE-2022-30115

Reported-by: Axel Chong
Bug: https://curl.se/docs/CVE-2022-30115.html
Closes #8821

ff3ee51009-May-2022 Daniel Stenberg

test440/441: verify HSTS with trailing dots

cfa4797409-May-2022 Daniel Stenberg

libtest/lib1560: verify the host name percent decode fix

914aaab909-May-2022 Daniel Stenberg

urlapi: reject percent-decoding host name into separator bytes

CVE-2022-27780

Reported-by: Axel Chong
Bug: https://curl.se/docs/CVE-2022-27780.html
Closes #8826

5c7da89d09-May-2022 Daniel Stenberg

nss: return error if seemingly stuck in a cert loop

CVE-2022-27781

Reported-by: Florian Kohnhäuser
Bug: https://curl.se/docs/CVE-2022-27781.html
Closes #8822

46d45ea309-May-2022 Daniel Stenberg

test412/413: verify alt-svc with trailing dots

a1d23f2809-May-2022 Daniel Stenberg

altsvc: fix host name matching for trailing dots

Closes #8819

652fd3fa07-May-2022 Garrett Squire

hyper: fix test 357

This change fixes the hyper API such that PUT requests that receive a
417 response can retry without the Expect header.

Closes #8811

4fc35c8206-May-2022 Harry Sintonen

sectransp: bail out if SSLSetPeerDomainName fails

Before the code would just warn about SSLSetPeerDomainName() errors.

Closes #8798

a8a1dd8e06-May-2022 Daniel Stenberg

http_proxy/hyper: handle closed connections

Enable test 1021 for hyper builds.

Patched-by: Prithvi MK
Fixes #8700
Closes #8806

a15fa1c306-May-2022 Daniel Stenberg

KNOWN_BUGS: timeout when reusing a http3 connection

Closes #8764

06fd973606-May-2022 Daniel Stenberg

KNOWN_BUGS: configure --with-ca-fallback is not supported by h3

Closes #8696

a04f0b9605-May-2022 Ryan Schmidt

Makefile: fix "make ca-firefox"

Closes #8804

5d3c57bf05-May-2022 Daniel Gustafsson

tests: fix markdown formatting in README

The asterisk in the abbreviation *NIX (for UNIX/Linux) needs to be
escaped to not mean start of italic formatting. This is consistent
with do

tests: fix markdown formatting in README

The asterisk in the abbreviation *NIX (for UNIX/Linux) needs to be
escaped to not mean start of italic formatting. This is consistent
with docs/RELEASE-PROCEDURE.md.

Closes: #8802
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

1b0cab6905-May-2022 Daniel Stenberg

TODO: expand on "Expose tried IP addresses that failed"

Ref: #8794

4f0bc19b05-May-2022 Fabian Keil

tests/server: declare variable 'reqlogfile' static

Silences the warning:

CC socksd-socksd.o
socksd.c:143:13: warning: no previous extern declaration for
no

tests/server: declare variable 'reqlogfile' static

Silences the warning:

CC socksd-socksd.o
socksd.c:143:13: warning: no previous extern declaration for
non-static variable 'reqlogfile' [-Wmissing-variable-declarations]
const char *reqlogfile = DEFAULT_REQFILE;
^
socksd.c:143:7: note: declare 'static' if the variable is not
intended to be used outside of this translation unit
const char *reqlogfile = DEFAULT_REQFILE;
^
1 warning generated.

... when compiling with clang 13.

Closes: #8799
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

show more ...

8e8413ab05-May-2022 Daniel Gustafsson

HTTP-COOKIES: add missing CURLOPT_COOKIESESSION

Commit 980a47b42 added support for ignoring session cookies, but it
was never added to the documentation.

Closes: #8795
Revie

HTTP-COOKIES: add missing CURLOPT_COOKIESESSION

Commit 980a47b42 added support for ignoring session cookies, but it
was never added to the documentation.

Closes: #8795
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

7fc0123105-May-2022 Daniel Stenberg

docs/THANKS: remove name duplicate

613bf27705-May-2022 Philip H <47042125+pheiduck@users.noreply.github.com>

.mailmap: update

Closes #8800

6285957f05-May-2022 Jay Satiro

mbedtls: fix some error messages

Prior to this change some of the error messages misidentified the
function that failed.

1...<<201202203204205206207208209210>>...1351