History log of /curl/ (Results 8951 – 8975 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2377465926-Sep-2019 Daniel Stenberg

quiche: set 'drain' when returning without having drained the queues

ea7744a026-Sep-2019 Daniel Stenberg

Revert "FTP: url-decode path before evaluation"

This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.

0ccdec3326-Sep-2019 Daniel Stenberg

HTTP3: merged and simplified the two 'running' sections

8bdff35226-Sep-2019 Daniel Stenberg

HTTP3: show an --alt-svc using example too

2f036a7225-Sep-2019 Zenju

FTP: url-decode path before evaluation

Closes #4423

0ab38f5f24-Sep-2019 Daniel Stenberg

openssl: use strerror on SSL_ERROR_SYSCALL

Instead of showing the somewhat nonsensical errno number, use strerror()
to provide a more relatable error message.

Closes #4411

2078e77026-Sep-2019 Daniel Stenberg

HTTP3: update quic.aiortc.org + add link to server list

Reported-by: Jeremy Lainé

cded993712-Apr-2019 Jay Satiro

url: don't set appconnect time for non-ssl/non-ssh connections

Prior to this change non-ssl/non-ssh connections that were reused set
TIMER_APPCONNECT [1]. Arguably that was incorrect sin

url: don't set appconnect time for non-ssl/non-ssh connections

Prior to this change non-ssl/non-ssh connections that were reused set
TIMER_APPCONNECT [1]. Arguably that was incorrect since no SSL/SSH
handshake took place.

[1]: TIMER_APPCONNECT is publicly known as CURLINFO_APPCONNECT_TIME in
libcurl and %{time_appconnect} in the curl tool. It is documented as
"the time until the SSL/SSH handshake is completed".

Reported-by: Marcel Hernandez

Ref: https://github.com/curl/curl/issues/3760

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

show more ...

217812fa25-Sep-2019 Daniel Stenberg

ngtcp2: remove fprintf() calls

- convert some of them to H3BUF() calls to infof()
- remove some of them completely
- made DEBUG_HTTP3 defined only if CURLDEBUG is set for now

ngtcp2: remove fprintf() calls

- convert some of them to H3BUF() calls to infof()
- remove some of them completely
- made DEBUG_HTTP3 defined only if CURLDEBUG is set for now

Closes #4421

show more ...

af3ced3b25-Sep-2019 Jay Satiro

url: fix the NULL hostname compiler warning case

Closes #4403

7c7dac4d25-Sep-2019 Jay Satiro

travis: move the go install to linux-only

... to repair the build again
Closes #4403

218a62a625-Sep-2019 Daniel Stenberg

altsvc: correct the #ifdef for the ngtcp2 backend

a4c6520925-Sep-2019 Daniel Stenberg

altsvc: save h3 as h3-23

Follow-up to d176a2c7e5

6e7733f724-Sep-2019 Daniel Stenberg

urlapi: question mark within fragment is still fragment

The parser would check for a query part before fragment, which caused it
to do wrong when the fragment contains a question mark.

urlapi: question mark within fragment is still fragment

The parser would check for a query part before fragment, which caused it
to do wrong when the fragment contains a question mark.

Extended test 1560 to verify.

Reported-by: Alex Konev
Fixes #4412
Closes #4413

show more ...

9e78e73923-Sep-2019 Alex Samorukov

HTTP3.md: move -p for mkdir, remove -j for make

- mkdir on OSX/Darwin requires `-p` argument before dir

- portabbly figuring out number of cores is an exercise for somewhere
e

HTTP3.md: move -p for mkdir, remove -j for make

- mkdir on OSX/Darwin requires `-p` argument before dir

- portabbly figuring out number of cores is an exercise for somewhere
else

Closes #4407

show more ...

3e0a8e5311-Aug-2019 Patrick Monnerat

os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,

As libcurl now uses these 2 system functions, wrappers are needed on os400
to convert returned AF_UNIX sockaddrs to

os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,

As libcurl now uses these 2 system functions, wrappers are needed on os400
to convert returned AF_UNIX sockaddrs to ascii.

This is a follow-up to commit 7fb54ef.
See also #4037.
Closes #4214

show more ...

4a778f7524-Sep-2019 Lucas Pardue

strcase: fix raw lowercasing the letter X

Casing mistake in Curl_raw_tolower 'X' wasn't lowercased as 'x' prior to
this change.

Follow-up to 0023fce which added the function sev

strcase: fix raw lowercasing the letter X

Casing mistake in Curl_raw_tolower 'X' wasn't lowercased as 'x' prior to
this change.

Follow-up to 0023fce which added the function several days ago.

Ref: https://github.com/curl/curl/pull/4401#discussion_r327396546

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

show more ...

b259baab23-Sep-2019 Daniel Stenberg

http2: Expression 'stream->stream_id != - 1' is always true

PVS-Studio warning
Fixes #4402

f91b82e623-Sep-2019 Daniel Stenberg

http2: A value is being subtracted from the unsigned variable

PVS-Studio warning
Fixes #4402

9aed993d23-Sep-2019 Daniel Stenberg

libssh: part of conditional expression is always true: !result

PVS-Studio warning
Fixed #4402

b7e872ac23-Sep-2019 Daniel Stenberg

libssh: part of conditional expression is always true

PVS-Studio warning
Fixes #4402

9221896723-Sep-2019 Daniel Stenberg

libssh: The expression is excessive or contains a misprint

PVS-Studio warning
Fixes #4402

32fa043223-Sep-2019 Daniel Stenberg

quiche: The expression must be surrounded by parentheses

PVS-Studio warning
Fixes #4402

89d972f223-Sep-2019 Daniel Stenberg

vauth: The parameter 'status' must be surrounded by parentheses

PVS-Studio warning
Fixes #4402

a5bf6a3623-Sep-2019 Paul Dreik

doh: allow only http and https in debug mode

Otherwise curl may be told to use for instance pop3 to
communicate with the doh server, which most likely
is not what you want.

doh: allow only http and https in debug mode

Otherwise curl may be told to use for instance pop3 to
communicate with the doh server, which most likely
is not what you want.

Found through fuzzing.

Closes #4406

show more ...

1...<<351352353354355356357358359360>>...1351