History log of /curl/ (Results 5701 – 5725 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e7ce9bb07-Jan-2022 Daniel Stenberg

mailmap: Xiaoke Wang

3a6b923107-Jan-2022 Daniel Stenberg

openssl: copyright year update

Follow-up to 30aea2b1ede

8e657c3607-Jan-2022 Daniel Stenberg

scripts/copyright.pl: hush unless -v (for verbose) is used

30aea2b106-Jan-2022 xkernel

openssl: check the return value of BIO_new_mem_buf()

Closes #8233

6008020206-Jan-2022 Daniel Stenberg

examples/multi-app.c: call curl_multi_remove_handle as well

Fixes #8234
Reported-by: Melroy van den Berg
Closes #8236

0409192b05-Jan-2022 Daniel Stenberg

COPYING: bump copyright year range

4f443f7005-Jan-2022 Daniel Stenberg

RELEASE-NOTES: synced

and bump curlver after release

a338d86805-Jan-2022 Daniel Stenberg

docs: fix mandoc -T lint formatting complaints

Closes #8228

dbf8340305-Jan-2022 Daniel Stenberg

next.d. remove .fi/.nf as they are handled by gen.pl

Closes #8228

996221fc05-Jan-2022 Daniel Stenberg

gen.pl: terminate "example" sections better

If the example (section that is prefixed with spaces) ends the
description gen.pl would previously miss to output the terminating .fi

gen.pl: terminate "example" sections better

If the example (section that is prefixed with spaces) ends the
description gen.pl would previously miss to output the terminating .fi

Closes #8228

show more ...

e39421ce05-Jan-2022 Satadru Pramanik

curl-functions.m4: fix LIBRARY_PATH adjustment to avoid eval

$$ usage in a m4 file introduces the PID in linux.
Instead, just duplicate previous working code with a case switch.

curl-functions.m4: fix LIBRARY_PATH adjustment to avoid eval

$$ usage in a m4 file introduces the PID in linux.
Instead, just duplicate previous working code with a case switch.

Fixes #8229
Closes #8230

show more ...

801bd51304-Jan-2022 Daniel Stenberg

RELEASE-NOTES: synced

curl 7.81.0 release

36411bf604-Jan-2022 Daniel Stenberg

THANKS: add names from 7.81.0 release

0c416edb04-Jan-2022 Daniel Stenberg

curl_multi_init.3: fix the copyright year range

99c4291904-Jan-2022 Daniel Stenberg

test719-721: require "proxy" feature present to run

Bug: https://github.com/curl/curl/pull/8223#issuecomment-1005188696
Reported-by: Marc Hörsken

Closes #8226

47f03aa204-Jan-2022 Daniel Stenberg

test719: require ipv6 support to run

Follow-up to effd2bd7ba2a5fd244
Reported-by: Marc Hörsken
Bug: https://github.com/curl/curl/pull/8217#issuecomment-1004681145

Closes #82

test719: require ipv6 support to run

Follow-up to effd2bd7ba2a5fd244
Reported-by: Marc Hörsken
Bug: https://github.com/curl/curl/pull/8217#issuecomment-1004681145

Closes #8223

show more ...

dbbf360903-Jan-2022 Daniel Stenberg

test719-721: verify SOCKS details

Using the new verify/socks details

d2f712dd03-Jan-2022 Daniel Stenberg

runtests: add verify/socks check

If used, this data is compared with the data in log/socksd-request.log
which the socksd server logs.

Added to FILEFORMAT.md

61cbb4b603-Jan-2022 Daniel Stenberg

server/socksd: log atyp + address in a separate log

To allow the test suite to verify that the right data arrived

effd2bd703-Jan-2022 Daniel Stenberg

socks5: use appropriate ATYP for numerical IP address host names

When not resolving the address locallly (known as socks5h).

Add test 719 and 720 to verify.

Reported-by: Pe

socks5: use appropriate ATYP for numerical IP address host names

When not resolving the address locallly (known as socks5h).

Add test 719 and 720 to verify.

Reported-by: Peter Piekarski
Fixes #8216
Closes #8217

show more ...

53a3e90e03-Jan-2022 Jay Satiro

curl_multi_init.3: fix EXAMPLE formatting

5f4be14503-Jan-2022 Daniel Stenberg

RELEASE-NOTES: synced

c1a4f3e803-Jan-2022 Daniel Stenberg

libtest: avoid "assignment within conditional expression"

In lib530, lib540 and lib582

Closes #8218

6da5bc6303-Jan-2022 Daniel Stenberg

ftp: disable warning 4706 in MSVC

Follow-up to 21248e052d

Disabling "assignment within conditional expression" for MSVC needs to
be done before the function starts, for it to ta

ftp: disable warning 4706 in MSVC

Follow-up to 21248e052d

Disabling "assignment within conditional expression" for MSVC needs to
be done before the function starts, for it to take effect.

Closes #8218

show more ...

ee2ca58202-Jan-2022 Daniel Stenberg

tool_operate: warn if too many output arguments were found

More output instructions than URLs is likely a user error.

Add test case 371 to verify

Closes #8210

1...<<221222223224225226227228229230>>...1351