History log of /curl/ (Results 7426 – 7450 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
57501c8620-Oct-2020 Daniel Stenberg

CMake: call the feature unixsockets without dash

... so that curl-config gets correct and makes test 1014 happy!

Ref: #6074
Closes #6108

18dd7cc919-Oct-2020 Daniel Stenberg

CI/travis: add brotli and zstd to the libssh2 build

... to make sure such tests are run with valgrind. Suppress the zstd
valgrind warnings we get with version 1.3.3 on Ubuntu 18.04 (for

CI/travis: add brotli and zstd to the libssh2 build

... to make sure such tests are run with valgrind. Suppress the zstd
valgrind warnings we get with version 1.3.3 on Ubuntu 18.04 (for debug
and non-debug builds).

Closes #6105

show more ...

4282d5f919-Oct-2020 Daniel Stenberg

runtests: revert the mistaken edit of $CURL

Regression from c4693adc62

eb97e2c719-Oct-2020 Daniel Stenberg

RELEASE-NOTES: synced

65fb4d1618-Oct-2020 Daniel Stenberg

curl_url_set.3: fix typo in the RETURN VALUE section

Reported-by: Basuke Suzuki
Fixes #6102

f3b7d72c15-Oct-2020 Daniel Stenberg

packages/OS400: make the source code-style compliant

... and make sure 'make checksrc' in the root dir also verifies the
packages/OS400 sources.

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

packages/OS400: make the source code-style compliant

... and make sure 'make checksrc' in the root dir also verifies the
packages/OS400 sources.

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

show more ...

3bcd81df15-Oct-2020 Jay Satiro

os400: Sync libcurl API options

This fixes the OS400 build and also an incorrect entry for
CURLINFO_APPCONNECT_TIME_T where it was treated as
CURLINFO_STARTTRANSFER_TIME_T.

os400: Sync libcurl API options

This fixes the OS400 build and also an incorrect entry for
CURLINFO_APPCONNECT_TIME_T where it was treated as
CURLINFO_STARTTRANSFER_TIME_T.

Reported-by: Jon Rumsey

Fixes https://github.com/curl/curl/issues/6083
Closes https://github.com/curl/curl/pull/6084

show more ...

6f85968616-Oct-2020 Daniel Stenberg

CURLOPT_NOBODY.3: fix typo

Reported-by: Basuke Suzuki
Fixes #6097

354afc8912-Oct-2020 Marc Hoersken

CI/azure: improve on flakiness by avoiding libtool wrappers

Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.

Th

CI/azure: improve on flakiness by avoiding libtool wrappers

Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.

The libtool wrapper binaries (not scripts) on Windows seem
to be one of the possible causes for the following issues:

1. Process output can be lost in the wrapper process chain.
2. Killing the wrapper process does not kill the actual one.

Derived from #5904
Closes #6049

show more ...

bfd35d5e16-Oct-2020 Daniel Stenberg

CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as well

6d1a05b016-Oct-2020 Zenju

CURLOPT_TCP_NODELAY.3: fix comment in example code

Closes #6096

a3d5b19915-Oct-2020 Daniel Stenberg

openssl: acknowledge SRP disabling in configure properly

Follow-up to 68a513247409

Use a new separate define that is the combination of both
HAVE_OPENSSL_SRP and USE_TLS_SRP: US

openssl: acknowledge SRP disabling in configure properly

Follow-up to 68a513247409

Use a new separate define that is the combination of both
HAVE_OPENSSL_SRP and USE_TLS_SRP: USE_OPENSSL_SRP

Bug: https://curl.haxx.se/mail/lib-2020-10/0037.html

Closes #6094

show more ...

e34959c016-Oct-2020 Viktor Szakats

http3: fix two build errors, silence warnings

* fix two build errors due to mismatch between function
declarations and their definitions
* silence two mismatched signs warnings via

http3: fix two build errors, silence warnings

* fix two build errors due to mismatch between function
declarations and their definitions
* silence two mismatched signs warnings via casts

Approved-by: Daniel Stenberg
Closes #6093

show more ...

769c9a4e16-Oct-2020 Viktor Szakats

Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3

Approved-by: Daniel Stenberg
Closes #6092

c5ff3fb215-Oct-2020 Daniel Stenberg

tool_operate: fix compiler warning when --libcurl is disabled

Closes #6095

475c1aba15-Oct-2020 Daniel Stenberg

checksrc: warn on empty line before open brace

... and fix a few occurances

Closes #6088

b7ea3d2c15-Oct-2020 Daniel Stenberg

urlapi: URL encode a '+' in the query part

... when asked to with CURLU_URLENCODE.

Extended test 1560 to verify.
Reported-by: Dietmar Hauser
Fixes #6086
Closes #6087

3862c37b11-Oct-2020 Cristian Morales Vega

libcurl.pc: make it relocatable

It supposes when people specify the libdir/includedir they do it to
change where under prefix/exec_prefix it should be, not to make it
independent of

libcurl.pc: make it relocatable

It supposes when people specify the libdir/includedir they do it to
change where under prefix/exec_prefix it should be, not to make it
independent of prefix/exec_prefix.

Closes #6061

show more ...

88bf689f07-Oct-2020 Daniel Stenberg

runtests: return error if no tests ran

... and make TESTFAIL stand out a little better by adding newlines
before and after.

Reported-by: Marc Hörsken
Issue: #6052
Closes

runtests: return error if no tests ran

... and make TESTFAIL stand out a little better by adding newlines
before and after.

Reported-by: Marc Hörsken
Issue: #6052
Closes #6053

show more ...

621e147c13-Oct-2020 Daniel Stenberg

docs/FEATURE: convert to markdown

... and clean it up a bit.

Closes #6067

5168e5ad13-Oct-2020 Philipp Klaus Krause

strerror: use 'const' as the string should never be modified

Closes #6068

8b1a10cd15-Oct-2020 Jay Satiro

connect: repair build without ipv6 availability

Assisted-by: Daniel Stenberg
Reported-by: Tom G. Christensen

Fixes https://github.com/curl/curl/issues/6069
Closes https://gi

connect: repair build without ipv6 availability

Assisted-by: Daniel Stenberg
Reported-by: Tom G. Christensen

Fixes https://github.com/curl/curl/issues/6069
Closes https://github.com/curl/curl/pull/6071

show more ...

a654fdc915-Oct-2020 Daniel Stenberg

RELEASE-NOTES: synced

Started over for the journey to next release.

7c88fe3715-Oct-2020 Daniel Stenberg

src/tool_filetime: disable -Wformat on mingw for this file

With gcc 10 on mingw we otherwise get this warning:

error: ISO C does not support the 'I' printf flag [-Werror=format=]

src/tool_filetime: disable -Wformat on mingw for this file

With gcc 10 on mingw we otherwise get this warning:

error: ISO C does not support the 'I' printf flag [-Werror=format=]

Fixes #6079
Closes #6082

show more ...

15997f6d14-Oct-2020 Daniel Stenberg

test122[12]: remove these two tests

... and remove the objnames scripts they tested. They're not used for
anything anymore so testing them serves no purpose!

Reported-by: Marc H

test122[12]: remove these two tests

... and remove the objnames scripts they tested. They're not used for
anything anymore so testing them serves no purpose!

Reported-by: Marc Hörsken
Fixes #6080
Closes #6081

show more ...

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