History log of /curl/ (Results 7401 – 7425 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6da7a7e501-Nov-2020 Daniel Stenberg

tool_operate: --retry for HTTP 408 responses too

This was inadvertently dropped from the code when the parallel support
was added.

Regression since b88940850 (7.66.0)

R

tool_operate: --retry for HTTP 408 responses too

This was inadvertently dropped from the code when the parallel support
was added.

Regression since b88940850 (7.66.0)

Reviewed-by: Jay Satiro
Closes #6155

show more ...

584ccb5e30-Oct-2020 Daniel Stenberg

http: pass correct header size to debug callback for chunked post

... when the chunked framing was added, the size of the "body part" of
the data was calculated wrongly so the debug call

http: pass correct header size to debug callback for chunked post

... when the chunked framing was added, the size of the "body part" of
the data was calculated wrongly so the debug callback would get told a
header chunk a few bytes too big that would also contain the first few
bytes of the request body.

Reported-by: Dirk Wetter
Ref: #6144
Closes #6147

show more ...

1144886f30-Oct-2020 Daniel Stenberg

header.d: mention the "Transfer-Encoding: chunked" handling

Ref: #6144
Closes #6148

c131148b29-Oct-2020 Daniel Stenberg

acinclude: detect manually set minimum macos/ipod version

... even if set in the CC or IPHONEOS/MACOSX_DEPLOYMENT_TARGET
variables.

Reported-by: hamstergene on github
Fixes

acinclude: detect manually set minimum macos/ipod version

... even if set in the CC or IPHONEOS/MACOSX_DEPLOYMENT_TARGET
variables.

Reported-by: hamstergene on github
Fixes #6138
Closes #6140

show more ...

e4d3801429-Oct-2020 Jay Satiro

tests: fix some http/2 tests for older versions of nghttpx

- Add regex that strips http/2 server header name to those http/2 tests
that don't already have it.

- Improve that r

tests: fix some http/2 tests for older versions of nghttpx

- Add regex that strips http/2 server header name to those http/2 tests
that don't already have it.

- Improve that regex in all http/2 tests.

Tests 358 and 359 were failing for me before this change on a system
that uses an older version of nghttpx which includes its version number
in the server header.

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

show more ...

c80d510a29-Oct-2020 Daniel Stenberg

RELEASE-NOTES: synced

6f3369bb29-Oct-2020 Cristian Morales Vega

configure: use pkgconfig to find openSSL when cross-compiling

This reverts 736a40fec (November 2004), which doesn't explain why it was
done.

Closes #6145

ce8ac2db28-Oct-2020 Daniel Stenberg

tool_operate: bail out proper on errors for parallel setup

... otherwise for example trying to upload a missing file just causes a
loop.

Reported-by: BrumBrum on hackerone
C

tool_operate: bail out proper on errors for parallel setup

... otherwise for example trying to upload a missing file just causes a
loop.

Reported-by: BrumBrum on hackerone
Closes #6141

show more ...

3a1e798013-Oct-2020 Sergei Nikulov

CMake: make BUILD_TESTING dependent option

CMake will now handle BUILD_TESTING depending on PERL_FOUND and
CURL_DISABLE_TESTING

Ref: #6036
Closes #6072

9a84462526-Oct-2020 Daniel Stenberg

libssh2: fix transport over HTTPS proxy

The fix in #6021 was not enough. This fix makes sure SCP/SFTP content
can also be transfered over a HTTPS proxy.

Fixes #6113
Closes #

libssh2: fix transport over HTTPS proxy

The fix in #6021 was not enough. This fix makes sure SCP/SFTP content
can also be transfered over a HTTPS proxy.

Fixes #6113
Closes #6128

show more ...

5106f1dc26-Oct-2020 Daniel Stenberg

curl.1: add an "OUTPUT" section at the top of the manpage

Explain the basic concepts behind curl output.

Inspired by #6124

Closes #6134

4c615eac28-Oct-2020 Daniel Stenberg

mailmap: set Viktor Szakats's email

61630a1526-Oct-2020 Daniel Stenberg

runtests: show keywords when no tests ran

To help out future debugging, runtests now outputs the list of keywords
when it fails because no tests ran.

Ref: #6120
Closes #6126

9f4c1c0c26-Oct-2020 Jay Satiro

CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo

Reported-by: Rui LIU

Closes https://github.com/curl/curl/issues/6131

b1ff279926-Oct-2020 Jay Satiro

range.d: fix typo

Follow-up to 15ae039 from earlier today.

4cbb17a226-Oct-2020 Daniel Stenberg

CI/github: work-around for brew breakage on macOS

... and make it use OpenSSL 1.1 properly

Fixes #6130
Closes #6129

15ae039826-Oct-2020 José Joaquín Atria

range.d: clarify that curl will not parse multipart responses

Closes #6127
Fixes #6124

bdbf82a926-Oct-2020 Daniel Stenberg

RELEASE-NOTES: synced

ddcc110b26-Oct-2020 Baruch Siach

libssh2: fix build with disabled proxy support

Build breaks because the http_proxy field is missing:

vssh/libssh2.c:3119:10: error: 'struct connectdata' has no member named 'http_pr

libssh2: fix build with disabled proxy support

Build breaks because the http_proxy field is missing:

vssh/libssh2.c:3119:10: error: 'struct connectdata' has no member named 'http_proxy'

Regression from #6021, shipped in curl 7.73.0

Closes #6125

show more ...

96450a1a25-Oct-2020 Daniel Stenberg

alt-svc: enable by default

Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported.

alt-svc support in curl is no longer considered experimental

Closes #5868

e2bcdf5525-Oct-2020 Daniel Stenberg

CI/appveyor: remove (unused) runtests.pl -b option

499b3b6f22-Oct-2020 Emil Engler

tool_help: make "output" description less confusing

Currently the description of "output" is misleading when comparing it
"verbose".

Closes #6118

6f88718422-Oct-2020 Daniel Stenberg

CI/appveyor: disable test 571 in two cmake builds

... they're simply too flaky there.

Closes #6119

67dede8422-Oct-2020 Daniel Stenberg

cmake: set the unicode feature in curl-config on Windows

... if built that way. To make it match curl -V output.

Reviewed-by: Marcel Raad
Closes #6117

4bfca0a822-Oct-2020 Daniel Stenberg

libssh2: require version 1.0 or later

... and simplify the code accordingly. libssh2 version 1.0 was released
in April 2009.

Closes #6116

1...<<291292293294295296297298299300>>...1351