History log of /curl/ (Results 3776 – 3800 of 33760)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e2b52b509-Mar-2023 Daniel Stenberg

curl_path: create the new path with dynbuf

Closes #10729

f384d40710-Mar-2023 Daniel Stenberg

url: remove dummy protocol handler

Just two added checks were needed saves a whole handler struct.

Closes #10727

dc141a3710-Mar-2023 Dan Fandrich

CI: retry a failed brew update too, not just brew install

Also, make sure an eventual failure ends up returning a failure code so
the job stops.

af369db410-Mar-2023 Daniel Stenberg

url: fix the SSH connection reuse check

Reported-by: Harry Sintonen
Closes #10735

fcee070c10-Mar-2023 Daniel Stenberg

CURLOPT_PROXY.3: curl+NSS does not handle HTTPS over unix domain socket

It results in error "NSS error -5985 (PR_ADDRESS_NOT_SUPPORTED_ERROR)"

Disabled test 1470 for NSS builds and

CURLOPT_PROXY.3: curl+NSS does not handle HTTPS over unix domain socket

It results in error "NSS error -5985 (PR_ADDRESS_NOT_SUPPORTED_ERROR)"

Disabled test 1470 for NSS builds and documented the restriction.

Reported-by: Dan Fandrich
Fixes #10723
Closes #10734

show more ...

dca4cdf009-Mar-2023 Daniel Stenberg

CURLSHOPT_SHARE.3: HSTS sharing is not thread-safe

Reported-by: Hiroki Kurosawa
Closes #10732

538b1e7906-Mar-2023 Daniel Stenberg

telnet: only accept option arguments in ascii

To avoid embedded telnet negotiation commands etc.

Reported-by: Harry Sintonen
Closes #10728

674a066208-Mar-2023 Daniel Stenberg

test1903: test use of COOKIEFILE - reset - COOKIEFILE

This also tests for the memory leak bug fixed by parent commit b559ef6f.

Ref: #10694

Closes https://github.com/curl/cu

test1903: test use of COOKIEFILE - reset - COOKIEFILE

This also tests for the memory leak bug fixed by parent commit b559ef6f.

Ref: #10694

Closes https://github.com/curl/curl/pull/10712

show more ...

b559ef6f08-Mar-2023 Jay Satiro

url: fix cookielist memleak when curl_easy_reset

- Free set.cookelist in Curl_freeset instead of Curl_close.

Prior to this change the cookielist linked list wasn't freed by
curl

url: fix cookielist memleak when curl_easy_reset

- Free set.cookelist in Curl_freeset instead of Curl_close.

Prior to this change the cookielist linked list wasn't freed by
curl_easy_reset which calls Curl_freeset to free all set.

Bug: https://github.com/curl/curl/issues/10694#issuecomment-1458619157
Reported-by: Sergey Ryabinin

Closes https://github.com/curl/curl/pull/10709

show more ...

297ad6ae10-Mar-2023 Dan Fandrich

tests: fix some keywords and unused sections

c10c0c0510-Mar-2023 Dan Fandrich

tests: fix test1301 to call the right binary

It was refactored in commit 480ac6e5 but this step was missed.

b5d955bc10-Mar-2023 Dan Fandrich

tests: add timeout, SLOWDOWN and DELAY keywords to tests

These are tests that are testing timing and end up being quite slow.

c4a89cb110-Mar-2023 Daniel Stenberg

RELEASE-NOTES: synced

940b678009-Mar-2023 Stefan Eissing

wolfSSL: ressurect the BIO `io_result`

In pytest'ing the situation occored that wolfSSL reported an
IO error when the underlying BIO operation was returning an
CURLE_AGAIN condition.

wolfSSL: ressurect the BIO `io_result`

In pytest'ing the situation occored that wolfSSL reported an
IO error when the underlying BIO operation was returning an
CURLE_AGAIN condition.

Readding the `io_result` filter context member to detect such
situations.

Also, making sure that the returned CURLcode is initialized
on all recv operations outcome.

Closes #10716

show more ...

adaec5d109-Mar-2023 Stefan Eissing

gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS ventura

Refs #9975 which first reported this.

Closes #10718

8b5f100d09-Mar-2023 Daniel Stenberg

libssh2: only set the memory callbacks when debugging

This makes us debug libssh2 less and libcurl more when for example
running torture tests that otherwise will spend a lot of time in

libssh2: only set the memory callbacks when debugging

This makes us debug libssh2 less and libcurl more when for example
running torture tests that otherwise will spend a lot of time in libssh2
functions.

We leave libssh2 to test libssh2.

Closes #10721

show more ...

56f306a509-Mar-2023 Daniel Stenberg

docs/SECURITY-PROCESS.md: updates

- allow Low+Medium issues to be managed through plain PRs
- update the bug-bounty part to reflect current reality

Closes #10719

37a3c63409-Mar-2023 Dan Fandrich

tests: fix tag markup issues in some tests

29a1936909-Mar-2023 Marcel Raad

tests: add `cookies` features

These tests don't work with `--disable-cookies`.

Closes https://github.com/curl/curl/pull/10713

387dbe5308-Mar-2023 Marcel Raad

test420: add cookies keyword

It fails with `--disable-cookies`.

Closes https://github.com/curl/curl/pull/10713

d194a19e09-Mar-2023 Dan Fandrich

CI: Add more labeler match patterns

Also, add the CI, tests or libcurl API tags in conjunction with any
others that might also apply.

ab456e4e28-Feb-2023 Andy Alt

GHA: minor improvements to spellcheck

Closes #10640

3bef98f608-Mar-2023 Daniel Stenberg

test1671: fix after fix

27a7600807-Mar-2023 Daniel Stenberg

test421: -w %{header_json} test with multiple same header names

To reproduce the issue in #10704

842be67207-Mar-2023 Daniel Stenberg

tool_writeout_json. fix the output for duplicate header names

Header entries with index != 0 are handled at the index 0 level so they
should then be skipped when iterated over.

tool_writeout_json. fix the output for duplicate header names

Header entries with index != 0 are handled at the index 0 level so they
should then be skipped when iterated over.

Reported-by: Boris Okunskiy
Fixes #10704
Closes #10707

show more ...

1...<<151152153154155156157158159160>>...1351