23774659 | 26-Sep-2019 |
Daniel Stenberg |
quiche: set 'drain' when returning without having drained the queues |
ea7744a0 | 26-Sep-2019 |
Daniel Stenberg |
Revert "FTP: url-decode path before evaluation" This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2. |
0ccdec33 | 26-Sep-2019 |
Daniel Stenberg |
HTTP3: merged and simplified the two 'running' sections |
8bdff352 | 26-Sep-2019 |
Daniel Stenberg |
HTTP3: show an --alt-svc using example too |
2f036a72 | 25-Sep-2019 |
Zenju |
FTP: url-decode path before evaluation Closes #4423 |
0ab38f5f | 24-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 |
2078e770 | 26-Sep-2019 |
Daniel Stenberg |
HTTP3: update quic.aiortc.org + add link to server list Reported-by: Jeremy Lainé |
cded9937 | 12-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 ...
|
217812fa | 25-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 ...
|
af3ced3b | 25-Sep-2019 |
Jay Satiro |
url: fix the NULL hostname compiler warning case Closes #4403 |
7c7dac4d | 25-Sep-2019 |
Jay Satiro |
travis: move the go install to linux-only ... to repair the build again Closes #4403 |
218a62a6 | 25-Sep-2019 |
Daniel Stenberg |
altsvc: correct the #ifdef for the ngtcp2 backend |
a4c65209 | 25-Sep-2019 |
Daniel Stenberg |
altsvc: save h3 as h3-23 Follow-up to d176a2c7e5 |
6e7733f7 | 24-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 ...
|
9e78e739 | 23-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 ...
|
3e0a8e53 | 11-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 ...
|
4a778f75 | 24-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 ...
|
b259baab | 23-Sep-2019 |
Daniel Stenberg |
http2: Expression 'stream->stream_id != - 1' is always true PVS-Studio warning Fixes #4402 |
f91b82e6 | 23-Sep-2019 |
Daniel Stenberg |
http2: A value is being subtracted from the unsigned variable PVS-Studio warning Fixes #4402 |
9aed993d | 23-Sep-2019 |
Daniel Stenberg |
libssh: part of conditional expression is always true: !result PVS-Studio warning Fixed #4402 |
b7e872ac | 23-Sep-2019 |
Daniel Stenberg |
libssh: part of conditional expression is always true PVS-Studio warning Fixes #4402 |
92218967 | 23-Sep-2019 |
Daniel Stenberg |
libssh: The expression is excessive or contains a misprint PVS-Studio warning Fixes #4402 |
32fa0432 | 23-Sep-2019 |
Daniel Stenberg |
quiche: The expression must be surrounded by parentheses PVS-Studio warning Fixes #4402 |
89d972f2 | 23-Sep-2019 |
Daniel Stenberg |
vauth: The parameter 'status' must be surrounded by parentheses PVS-Studio warning Fixes #4402 |
a5bf6a36 | 23-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 ...
|