History log of /curl/ (Results 8251 – 8275 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e1dc86fe02-Apr-2020 Marc Hoersken

CI: increase Azure Pipelines timeouts due to performance issues

The current demand on Azure negatively impacts the CI performance.

b023008e02-Apr-2020 Marc Hoersken

runtests.pl: log host OS as detected by Perl environment

7208a98902-Apr-2020 Marc Hoersken

ftpserver.pl: log before and after data connection is closed

a30237e301-Apr-2020 Daniel Stenberg

RELEASE-NOTES: synced

a67b7bdd31-Mar-2020 Daniel Stenberg

RELEASE-PROCEDURE.md: run the copyright.pl script!

75fac50831-Mar-2020 Daniel Stenberg

vquic/ngtcp2.h: update copyright year range

Follow-up to 0736ee73d346a52

c3b865ea29-Mar-2020 Daiki Ueno

CI: add build with ngtcp2 + gnutls on Travis CI

0736ee7325-Mar-2020 Daiki Ueno

vquic: add support for GnuTLS backend of ngtcp2

Currently, the TLS backend used by vquic/ngtcp2.c is selected at compile
time. Therefore OpenSSL support needs to be explicitly disabled.

vquic: add support for GnuTLS backend of ngtcp2

Currently, the TLS backend used by vquic/ngtcp2.c is selected at compile
time. Therefore OpenSSL support needs to be explicitly disabled.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
Closes #5148

show more ...

e37dc71e31-Mar-2020 Gisle Vanem

examples/sessioninfo.c: add include to fix compiler warning

Fixes #5171

d1369fe231-Mar-2020 Daniel Stenberg

misc: copyright year updates

Follow-up to 7a71965e9

7a71965e30-Mar-2020 Harry Sintonen

build: fixed build for systems with select() in unistd.h

Closes #5169

14dd0c0230-Mar-2020 Daniel Stenberg

memdebug: don't log free(NULL)

... it serves no purpose and fills up the log.

0e60754230-Mar-2020 Daniel Stenberg

cleanup: insert newline after if() conditions

Our code style mandates we put the conditional block on a separate
line. These mistakes are now detected by the updated checksrc.

529add4830-Mar-2020 Daniel Stenberg

checksrc: warn on obvious conditional blocks on the same line as if()

Closes #5164

6d65a19130-Mar-2020 Roger Orr

cmake: add CMAKE_MSVC_RUNTIME_LIBRARY

Fixes #5165
Closes #5167

8efd26af29-Mar-2020 Daiki Ueno

ngtcp2: update to git master for the key installation API change

This updates the ngtcp2 OpenSSL backend to follow the API change in
commit 32e703164 of ngtcp2.

Notable changes

ngtcp2: update to git master for the key installation API change

This updates the ngtcp2 OpenSSL backend to follow the API change in
commit 32e703164 of ngtcp2.

Notable changes are:
- ngtcp2_crypto_derive_and_install_{rx,tx}_key have been added to replace
ngtcp2_crypto_derive_and_install_key
- the 'side' argument of ngtcp2_crypto_derive_and_install_initial_key
has been removed

Fixes #5166
Closes #5168

show more ...

69d5d18328-Mar-2020 Cyrus <54488650+RealCyGuy@users.noreply.github.com>

SECURITY.md: minor rephrase

Closes #5158

c79e428929-Mar-2020 Daniel Stenberg

output.d: quote the URL when globbing

Some shells do globbing of their own unless the URL is quoted, so maybe
encourage this.

Co-authored-by: Jay Satiro
Closes #5160

a3a5e2ea29-Mar-2020 Daniel Stenberg

dist: add tests/version-scan.pl to tarball

... used in test 1177.

Follow-up to a97d826f6de3

a97d826f27-Mar-2020 Daniel Stenberg

test1177: verify that all the CURL_VERSION_ bits are documented

93fafb9327-Mar-2020 Daniel Stenberg

curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented

Considered experimental and therefore we can do this.

Closes #5157

96a617b128-Mar-2020 Daniel Stenberg

KNOWN_BUGS: DoH doesn't inherit all transfer options

Closes #4578
Closes #4579

34696ab528-Mar-2020 Daniel Stenberg

KNOWN_BUGS: DoH leaks memory after followlocation

Closes #4592

6be2804c28-Mar-2020 Daniel Stenberg

KNOWN_BUGS: "FTPS needs session reuse"

Closes #4654

bbe476d528-Mar-2020 Daniel Stenberg

KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixed

1...<<331332333334335336337338339340>>...1351