History log of /curl/ (Results 7326 – 7350 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
898fca2720-Nov-2020 Daiki Ueno

http3: use the master branch of GnuTLS for testing

Closes #6235

7fa6d5e321-Nov-2020 Daniel Stenberg

KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation

Closes #5839

10818dc721-Nov-2020 Daniel Stenberg

KNOWN_BUGS: wakeup socket disconnect causes havoc

Closes #6132
Closes #6133

ca7fa37621-Nov-2020 Daniel Stenberg

RELEASE-NOTES: synced

0d16a49c18-Nov-2020 Oliver Urbann

curl: add compatibility for Amiga and GCC 6.5

Changes are mainly reordering and adding of includes required
to compile with a more recent version of GCC.

Closes #6220

c353207020-Nov-2020 Marc Hoersken

tests/server/tftpd.c: close upload file right after transfer

Make sure uploaded file is no longer locked after the
transfer while waiting for the final ACK to be handled.

Assist

tests/server/tftpd.c: close upload file right after transfer

Make sure uploaded file is no longer locked after the
transfer while waiting for the final ACK to be handled.

Assisted-by: Daniel Stenberg

Bug: #6058
Closes #6209

show more ...

d18e9c5820-Nov-2020 Marc Hoersken

CI/cirrus: simplify logic for disabled tests

The OpenSSH server instance for the testsuite cannot
be started on FreeBSD, therefore the SFTP and SCP
tests are disabled right away from

CI/cirrus: simplify logic for disabled tests

The OpenSSH server instance for the testsuite cannot
be started on FreeBSD, therefore the SFTP and SCP
tests are disabled right away from the beginning.

The previous OS version specific logic for SKIP_TESTS
is no longer needed/used and can therefore be removed.

Reviewed-by: Daniel Stenberg

Follow up to #6211
Closes #6229

show more ...

3ba04d5d20-Nov-2020 Daniel Gustafsson

mailmap: Daniel Hwang

Add Daniel Hwang to the mailmap to cover the alternative spelling
Daniel Lee Hwang which was used in one commit.

Closes #6230
Reviewed-by: Daniel Stenb

mailmap: Daniel Hwang

Add Daniel Hwang to the mailmap to cover the alternative spelling
Daniel Lee Hwang which was used in one commit.

Closes #6230
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

3a8cdc8219-Nov-2020 Daniel Gustafsson

openssl: guard against OOM on context creation

EVP_MD_CTX_create will allocate memory for the context and returns
NULL in case the allocation fails. Make sure to catch any allocation

openssl: guard against OOM on context creation

EVP_MD_CTX_create will allocate memory for the context and returns
NULL in case the allocation fails. Make sure to catch any allocation
failures and exit early if so.

In passing, also move to EVP_DigestInit rather than EVP_DigestInit_ex
as the latter is intended for ENGINE selection which we don't do.

Closes #6224
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>

show more ...

ee38a72517-Nov-2020 Vincent Torri

cmake: use libcurl.rc in all Windows builds

Reviewed-by: Marcel Raad
Closes #6215

f21cc62819-Nov-2020 Cristian Morales Vega

cmake: make CURL_ZLIB a tri-state variable

By differentiating between ON and AUTO it can make a missing zlib
library a hard error when CURL_ZLIB=ON is used.

Reviewed-by: Jakub Z

cmake: make CURL_ZLIB a tri-state variable

By differentiating between ON and AUTO it can make a missing zlib
library a hard error when CURL_ZLIB=ON is used.

Reviewed-by: Jakub Zakrzewski
Closes #6221
Fixes #6173

show more ...

73b6387619-Nov-2020 Daniel Stenberg

quiche: remove 'static' from local buffer

For thread-safety

Closes #6223

33a0b7ad18-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake: libspsl is not supported

Closes #6214

bf9e141518-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake autodetects cert paths when cross-compiling

Closes #6178

529423a218-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake build doesn't fail if zlib not found

Closes #6173

1920993318-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake libcurl.pc uses absolute library paths

Closes #6169

ad4b608218-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake: generated .pc file contains strange entries

Closes #6167

943cc00a18-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads

Closes #6166

cfd42e3218-Nov-2020 Daniel Stenberg

KNOWN_BUGS: cmake build in Linux links libcurl to libdl

Closes #6165

9497916118-Nov-2020 Daniel Stenberg

KNOWN_BUGS: make a new section for cmake topics

Closes #6219

4e65f69b15-Nov-2020 Emil Engler

cirrus: build with FreeBSD 12.2 in CirrusCI

Closes #6211

24f909ce14-Nov-2020 Marc Hoersken

tests/*server.py: close log file after each log line

Make sure the log file is not locked once a test has
finished and align with the behavior of our logmsg.

Rename curl_test_da

tests/*server.py: close log file after each log line

Make sure the log file is not locked once a test has
finished and align with the behavior of our logmsg.

Rename curl_test_data.py to be a general util.py.
Format and sort Python imports with isort/VSCode.

Bug: #6058
Closes #6206

show more ...

03822c3a13-Nov-2020 Daniel Stenberg

CURLOPT_HSTS.3: document the file format

Closes #6205

df2af7dd13-Nov-2020 Daniel Stenberg

RELEASE-NOTES: synced

8761476813-Nov-2020 Daniel Stenberg

release-notes.pl: detect #[number] better for Ref: etc

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