History log of /curl/ (Results 8101 – 8125 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1066f5f029-Apr-2020 Kamil Dudka

tests: look for preprocessed tests in build directory

... which is not always the same directory as source directory

Closes #5310

b4799e9729-Apr-2020 Daniel Stenberg

RELEASE-NOTES: synced

... and bumped curlver.h to 7.70.1

53cdc2c929-Apr-2020 Daniel Stenberg

RELEASE-NOTES: 7.70.0

c5d8629529-Apr-2020 Daniel Stenberg

THANKS: synced with the 7.70.0 release

6370e43128-Apr-2020 Daniel Stenberg

headers: copyright range fix

fc0e29dd27-Apr-2020 Rikard Falkeborn

doh: Constify some input pointers

Closes #5306

cad15b9f27-Apr-2020 Daniel Stenberg

nss: check for PK11_CreateDigestContext() returning NULL

... to avoid crashes!

Reported-by: Hao Wu
Fixes #5302
Closes #5303

e2b1ccb927-Apr-2020 Daniel Stenberg

travis: bump the wolfssl CI build to use 4.4.0

Closes #5301

b7135f5826-Apr-2020 Daniel Stenberg

copyright updates: adjust year ranges

cca20cb026-Apr-2020 Marc Hoersken

CI: do not include */ci branches in PR builds

Align Azure Pipelines with GitHub Actions.

2fc1c9d725-Apr-2020 Daniel Stenberg

runtests: check for the disabled tests relative srcdir

To make it work correctly for out-of-tree builds.

Follow-up to 75e8feb6fb08b

Bug: https://github.com/curl/curl/pull/5

runtests: check for the disabled tests relative srcdir

To make it work correctly for out-of-tree builds.

Follow-up to 75e8feb6fb08b

Bug: https://github.com/curl/curl/pull/5288#issuecomment-619346389
Reported-by: Marcel Raad
Closes #5297

show more ...

2a33417e25-Apr-2020 Daniel Stenberg

runtests: revert commenting out a line I did for debugging

Follow-up to 11091cd4d. It was not meant to be pushed!

446fb05124-Apr-2020 Daniel Stenberg

smtp: set auth correctly

Regression since 7.69.0 and 68fb25fa3fcff.

The code wrongly assigned 'from' instead of 'auth' which probably was a
copy and paste mistake from other cod

smtp: set auth correctly

Regression since 7.69.0 and 68fb25fa3fcff.

The code wrongly assigned 'from' instead of 'auth' which probably was a
copy and paste mistake from other code, leading to that auth could
remain NULL and later cause an error to be returned.

Assisted-by: Eric Sauvageau
Fixes #5294
Closes #5295

show more ...

6ad062ae25-Apr-2020 Marcel Raad

lib: clean up whitespace

This fixes CodeFactor warnings.

7bc709f622-Apr-2020 Anderson Toshiyuki Sasaki

libssh: avoid options override by configuration files

Previously, options set explicitly through command line options could be
overridden by the configuration files parsed automatically

libssh: avoid options override by configuration files

Previously, options set explicitly through command line options could be
overridden by the configuration files parsed automatically when
ssh_connect() was called.

By calling ssh_options_parse_config() explicitly, the configuration
files are parsed before setting the options, avoiding the options
override. Once the configuration files are parsed, the automatic
configuration parsing is not executed.

Fixes #4972
Closes #5283
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>

show more ...

11091cd424-Apr-2020 Daniel Stenberg

runtests: when <killserver> mentions http, kill http/2 too

Since the http2 test server is a mere proxy that needs to know about the
dynamic port the HTTP server is using, it too needs to

runtests: when <killserver> mentions http, kill http/2 too

Since the http2 test server is a mere proxy that needs to know about the
dynamic port the HTTP server is using, it too needs to get restarted
when the http server is killed.

A regression caused by 80d6515.

Fixes #5289
Closes #5291

show more ...

4298b97024-Apr-2020 Yuri Slobodyanyuk

docs: fix two typos

Closes #5292

ba7b94b124-Apr-2020 Emil Engler

tests/git: ignore mqttd and port files

Closes #5290

75e8feb624-Apr-2020 Daniel Stenberg

tests: make runtests check that disabled tests exists

... and error out if so. Removed '536' from DISABLED as there is no such
test file.

Closes #5288

1ae5860024-Apr-2020 Daniel Stenberg

test1154: set a proper name

a96c752915-Apr-2020 Daniel Stenberg

select: make Curl_socket_check take timediff_t timeout

Coverity found CID 1461718:

Integer handling issues (CONSTANT_EXPRESSION_RESULT) "timeout_ms >
9223372036854775807L" is al

select: make Curl_socket_check take timediff_t timeout

Coverity found CID 1461718:

Integer handling issues (CONSTANT_EXPRESSION_RESULT) "timeout_ms >
9223372036854775807L" is always false regardless of the values of its
operands. This occurs as the logical second operand of "||".

Closes #5240

show more ...

b1b9692623-Apr-2020 i-ky

libcurl-multi.3: added missing full stop

Closes #5285

c0e139a616-Apr-2020 Jay Satiro

transfer: Switch PUT to GET/HEAD on 303 redirect

Prior to this change if there was a 303 reply to a PUT request then
the subsequent request to respond to that redirect would also be a PU

transfer: Switch PUT to GET/HEAD on 303 redirect

Prior to this change if there was a 303 reply to a PUT request then
the subsequent request to respond to that redirect would also be a PUT.
It was determined that was most likely incorrect based on the language
of the RFCs. Basically 303 means "see other" resource, which implies it
is most likely not the same resource, therefore we should not try to PUT
to that different resource.

Refer to the discussions in #5237 and #5248 for more information.

Fixes https://github.com/curl/curl/issues/5237
Closes https://github.com/curl/curl/pull/5248

show more ...

bffa116522-Apr-2020 Daniel Stenberg

lib/mk-ca-bundle: skip empty certs

Reviewed-by: Emil Engler
Reported-by: Ashwin Metpalli
Fixes #5278
Closes #5280

3fdc4bdb22-Apr-2020 Daniel Stenberg

version: skip idn2_check_version() check and add precaution

A gcc-10's -fanalyze complaint made me spot and do these improvements.

Closes #5281

1...<<321322323324325326327328329330>>...1351