09420171 | 10-Nov-2021 |
Daniel Stenberg |
url.c: fix the SIGPIPE comment for Curl_close Closes #7984 |
9e560d11 | 10-Nov-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced for curl 7.80.0 |
3c6fd76b | 10-Nov-2021 |
Daniel Stenberg |
THANKS: add contributors from the 7.80.0 cycle |
9db25d21 | 09-Nov-2021 |
Tatsuhiro Tsujikawa |
ngtcp2: advertise h3 as well as h3-29 Advertise h3 as well as h3-29 since some servers out there require h3 for QUIC v1. Closes #7979 |
10bc426d | 09-Nov-2021 |
Tatsuhiro Tsujikawa |
ngtcp2: use QUIC v1 consistently Since we switched to v1 quic_transport_parameters codepoint in #7960 with quictls, lets use QUIC v1 consistently. Closes #7979 |
d9d84298 | 09-Nov-2021 |
Tatsuhiro Tsujikawa |
ngtcp2: compile with the latest nghttp3 Closes #7978 |
b3e1ed31 | 06-Nov-2021 |
Marc Hoersken |
tests: add Schannel-specific tests and disable unsupported ones Adds Schannel variants of SSLpinning tests that include the option --ssl-revoke-best-effort to ignore certificate revocati
tests: add Schannel-specific tests and disable unsupported ones Adds Schannel variants of SSLpinning tests that include the option --ssl-revoke-best-effort to ignore certificate revocation check failures which is required due to our custom test CA certificate. Disable the original variants if the Schannel backend is enabled. Also skip all IDN tests which are broken while using an msys shell. This is a step to simplify test exclusions for Windows and MinGW. Reviewed-by: Jay Satiro Reviewed-by: Marcel Raad Reviewed-by: Daniel Stenberg Closes #7968
show more ...
|
f2665f4e | 08-Nov-2021 |
Daniel Stenberg |
docs: NAME fixes in easy option man pages Closes #7975 |
ef99e248 | 08-Nov-2021 |
Roger Young |
ftp: make the MKD retry to retry once per directory Reported-by: Roger Young Fixes #7967 Closes #7976 |
351b1817 | 08-Nov-2021 |
Daniel Stenberg |
tool_operate: reorder code to avoid compiler warning tool_operate.c(889) : warning C4701: potentially uninitialized local variable 'per' use Follow-up to cc71d352651a0d95 Re
tool_operate: reorder code to avoid compiler warning tool_operate.c(889) : warning C4701: potentially uninitialized local variable 'per' use Follow-up to cc71d352651a0d95 Reported-by: Marc Hörsken Bug: https://github.com/curl/curl/pull/7922#issuecomment-963042676 Closes #7971
show more ...
|
5c1e1d9a | 08-Nov-2021 |
Daniel Stenberg |
curl_easy_perform.3: add a para about recv and send data Reported-by: Godwin Stewart Fixes #7973 Closes #7974 |
9e9fef9e2 | 08-Nov-2021 |
Daniel Stenberg |
tool_operate: fclose stream only if fopened Fixes torture test failures Follow-up to cc71d352651 Closes #7972 |
ef7c76ad | 08-Nov-2021 |
Daniel Stenberg |
libcurl-easy.3: language polish |
f03778ff | 06-Nov-2021 |
Daniel Stenberg |
limit-rate.d: this is average over several seconds Closes #7970 |
a28464ae | 31-Oct-2021 |
Daniel Stenberg |
docs: reduce/avoid English contractions You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930 |
d3d079c1 | 05-Nov-2021 |
Daniel Stenberg |
tool_operate: fix torture leaks with etags Spotted by torture testing 343 344 345 347. Follow-up from cc71d352651a0 Pointed-out-by: Dan Fandrich Closes #7969 |
d1624b94 | 04-Nov-2021 |
Amaury Denoyelle |
ngtcp2: support latest QUIC TLS RFC9001 QUIC Transport Parameters Extension has been changed between draft-29 and latest RFC9001. Most notably, its identifier has been updated from 0
ngtcp2: support latest QUIC TLS RFC9001 QUIC Transport Parameters Extension has been changed between draft-29 and latest RFC9001. Most notably, its identifier has been updated from 0xffa5 to 0x0039. The version is selected through the QUIC TLS library via the legacy codepoint. Disable the usage of legacy codepoint in curl to switch to latest RFC9001. This is required to be able to keep up with latest QUIC implementations. Acked-by: Tatsuhiro Tsujikawa Closes #7960
show more ...
|
eccaa83c | 04-Nov-2021 |
Daniel Stenberg |
test1173: make manpage-syntax.pl spot \n errors in examples |
38ecb56d | 04-Nov-2021 |
Daniel Stenberg |
man pages: fix backslash-n in examples ... to be proper backslash-backslash-n sequences to render nicely in man and on website. Follow-up to 24155569d8a Reported-by: Sergey
man pages: fix backslash-n in examples ... to be proper backslash-backslash-n sequences to render nicely in man and on website. Follow-up to 24155569d8a Reported-by: Sergey Markelov Fixes https://github.com/curl/curl-www/issues/163 Closes #7962
show more ...
|
16b135ca | 04-Nov-2021 |
Daniel Stenberg |
scripts/release-notes.pl: use out of repo links verbatim in refs |
cc71d352 | 02-Nov-2021 |
Daniel Stenberg |
tool_operate: a failed etag save now only fails that transfer When failing to create the output file for saving an etag, only fail that particular single transfer and allow others to fol
tool_operate: a failed etag save now only fails that transfer When failing to create the output file for saving an etag, only fail that particular single transfer and allow others to follow. In a serial transfer setup, if no transfer at all is done due to them all being skipped because of this error, curl will output an error message and return exit code 26. Added test 369 and 370 to verify. Reported-by: Earnestly on github Ref: #7942 Closes #7945
show more ...
|
c8443582 | 03-Nov-2021 |
Kevin Burke |
.github: retry macos "brew install" command on failure Previously we saw errors attempting to run "brew install", see https://github.com/curl/curl/runs/4095721123?check_suite_focus=true
.github: retry macos "brew install" command on failure Previously we saw errors attempting to run "brew install", see https://github.com/curl/curl/runs/4095721123?check_suite_focus=true for an example, since this command is idempotent, it is safe to run again. Closes #7955
show more ...
|
c6a66ccb | 04-Nov-2021 |
Daniel Stenberg |
CURLOPT_ALTSVC_CTRL.3: mention conn reuse is preferred Ref: https://github.com/curl/curl/discussions/7954 Closes #7957 |
57370855 | 03-Nov-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
2f5049ae | 03-Nov-2021 |
Daniel Stenberg |
zuul: pin the quiche build to use an older cmake-rs The latest cmake-rs assumes cmake's --parallel works. That was added in cmake 3.12, but a lot of our CI builds run on Ubuntu Bionic wh
zuul: pin the quiche build to use an older cmake-rs The latest cmake-rs assumes cmake's --parallel works. That was added in cmake 3.12, but a lot of our CI builds run on Ubuntu Bionic which only has cmake 3.10. Fixes #7927 Closes #7952
show more ...
|