History log of /curl/ (Results 7676 – 7700 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ddf47bbc24-Aug-2020 Daniel Stenberg

RELEASE-NOTES: synced

The next release is now to become 7.73.0

4ebac06124-Aug-2020 Daniel Stenberg

checksrc: verify do-while and spaces between the braces

Updated mprintf.c to comply

Closes #5845

4be1f8dc21-Aug-2020 Daniel Stenberg

curl: support XDG_CONFIG_HOME to find .curlrc

Added test433 to verify. Updated documentation.

Reviewed-by: Jay Satiro
Suggested-by: Eli Schwartz
Fixes #5829
Closes #5837

98c9459619-Aug-2020 Daniel Stenberg

etag: save and use the full received contents

... which makes it support weak tags and non-standard etags too!

Added test case 347 to verify blank incoming ETag:

Fixes #561

etag: save and use the full received contents

... which makes it support weak tags and non-standard etags too!

Added test case 347 to verify blank incoming ETag:

Fixes #5610
Closes #5833

show more ...

bc3b5bcf21-Aug-2020 Daniel Stenberg

setopt: if the buffer exists, refuse the new BUFFERSIZE

The buffer only exists during transfer and then we shouldn't change the
size (the setopt is not documented to work then).

setopt: if the buffer exists, refuse the new BUFFERSIZE

The buffer only exists during transfer and then we shouldn't change the
size (the setopt is not documented to work then).

Reported-by: Harry Sintonen
Closes #5842

show more ...

fab5185213-Aug-2020 COFFEETALES

sftp: add new quote commands 'atime' and 'mtime'

Closes #5810

88b1ca7c24-Aug-2020 Daniel Stenberg

CURLE_PROXY: new error code

Failures clearly returned from a (SOCKS) proxy now causes this return
code. Previously the situation was not very clear as what would be
returned and when

CURLE_PROXY: new error code

Failures clearly returned from a (SOCKS) proxy now causes this return
code. Previously the situation was not very clear as what would be
returned and when.

In addition: when this error code is returned, an application can use
CURLINFO_PROXY_ERROR to query libcurl for the detailed error, which then
returns a value from the new 'CURLproxycode' enum.

Closes #5770

show more ...

d71ac67121-Aug-2020 Daniel Stenberg

runtests: make cleardir() erase dot files too

Because test cases might use dot files.

Closes #5838

712d16cb22-Aug-2020 Daniel Stenberg

KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses

Also: the current behavior is now documented in the curl.1 and
CURLOPT_NOPROXY.3 man pages.

Reported-by: Andrew Ba

KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses

Also: the current behavior is now documented in the curl.1 and
CURLOPT_NOPROXY.3 man pages.

Reported-by: Andrew Barnes
Closes #5745
Closes #5841

show more ...

38039da722-Aug-2020 Viktor Szakats

Makefile.m32: add ability to override zstd libs [ci skip]

Similarly to brotli, where this was already possible.
E.g. it allows to link zstd statically to libcurl.dll.

Ref: https

Makefile.m32: add ability to override zstd libs [ci skip]

Similarly to brotli, where this was already possible.
E.g. it allows to link zstd statically to libcurl.dll.

Ref: https://github.com/curl/curl-for-win/issues/12
Ref: https://github.com/curl/curl-for-win/commit/d9b266afd2e5d3f5604483010ef62340b5918c89

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

show more ...

327bd5d021-Aug-2020 Daniel Stenberg

runtests: avoid 'fail to start' repeated messages in attempt loops

Closes #5834

15f76a5019-Aug-2020 Daniel Stenberg

runtests: clear pid variables when failing to start a server

... as otherwise the parent doesn't detect the failure and believe it
actually worked to start.

Reported-by: Christi

runtests: clear pid variables when failing to start a server

... as otherwise the parent doesn't detect the failure and believe it
actually worked to start.

Reported-by: Christian Weisgerber
Bug: https://curl.haxx.se/mail/lib-2020-08/0018.html
Closes #5834

show more ...

6b60767b21-Aug-2020 Daniel Stenberg

TODO: Virtual external sockets

Closes #5835

7f8863f720-Aug-2020 Don

dist: add missing CMake Find modules to the distribution

Closes #5836

5bb1721519-Aug-2020 Daniel Stenberg

RELEASE-NOTES: synced

... and version bumped to 7.72.1

80d73bcc17-Aug-2020 Daniel Stenberg

tls: provide the CApath verbose log on its own line

... not newline separated from the previous line. This makes it output
asterisk prefixed properly like other verbose putput!

tls: provide the CApath verbose log on its own line

... not newline separated from the previous line. This makes it output
asterisk prefixed properly like other verbose putput!

Reported-by: jmdavitt on github
Fixes #5826
Closes #5827

show more ...

9d954e4919-Aug-2020 Daniel Stenberg

RELEASE-NOTES: synced

The curl 7.72.0 release

b8d7857a19-Aug-2020 Daniel Stenberg

THANKS: add names from curl 7.72.0 release

6332f65718-Aug-2020 Jay Satiro

KNOWN_BUGS: Schannel TLS 1.2 handshake bug in old Windows versions

Reported-by: plujon@users.noreply.github.com

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

3c9e021f16-Aug-2020 Daniel Stenberg

Curl_easy: remember last connection by id, not by pointer

CVE-2020-8231

Bug: https://curl.haxx.se/docs/CVE-2020-8231.html

Reported-by: Marc Aldorasi
Closes #5824

687908c616-Aug-2020 Daniel Stenberg

examples/rtsp.c: correct the copyright year

16e038b217-Aug-2020 Daniel Stenberg

RELEASE-PROCEDURE.md: add more future release dates

3d22140916-Aug-2020 H3RSKO <34112131+H3RSKO@users.noreply.github.com>

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the stan

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the standard spelling

Closes #5822

show more ...

8ac3a5df15-Aug-2020 Bevan Weiss

CMake: don't complain about missing nroff

The curl_nroff_check() was always being called, and complaining if
*NROFF wasn't found, even when not making the manual.

Only check for

CMake: don't complain about missing nroff

The curl_nroff_check() was always being called, and complaining if
*NROFF wasn't found, even when not making the manual.

Only check for nroff (and complain) if actually making the manual

Closes #5817

show more ...

ebae7d7c15-Aug-2020 Brian Inglis

libtest/Makefile.am: add -no-undefined for libstubgss for Cygwin

copy the LDFLAGS approach for adding same option with `libhostname` in
`libtest/Makefile.am`:

- init `libstubgss

libtest/Makefile.am: add -no-undefined for libstubgss for Cygwin

copy the LDFLAGS approach for adding same option with `libhostname` in
`libtest/Makefile.am`:

- init `libstubgss_la_LDFLAGS_EXTRA` variable,
- add option to variable inside conditional,
- use variable in `libstubgss_la_LDFLAGS`

Fixes #5819
Closes #5820

show more ...

1...<<301302303304305306307308309310>>...1351