8f48b5d7 | 23-May-2022 |
Daniel Stenberg |
curl: add --rate to set max request rate per time unit --rate "12/m" - for 12 per minute or --rate "5/h" - for 5 per hour Removed from TODO Closes #8671 |
64641d21 | 19-May-2022 |
Jay Satiro |
max-time.d: clarify max-time sets max transfer time Prior to this change the doc said --max-time set the maximum time of the 'whole operation' which is not accurate. The option maps to
max-time.d: clarify max-time sets max transfer time Prior to this change the doc said --max-time set the maximum time of the 'whole operation' which is not accurate. The option maps to CURLOPT_TIMEOUT_MS which sets maximum transfer time. For example, the maximum time on a transfer is reset if the transfer is retried (--retry). Reported-by: Nuru@users.noreply.github.com Fixes https://github.com/curl/curl/issues/8877 Closes #8879
show more ...
|
e41a090b | 23-May-2022 |
Daniel Stenberg |
GHA/hyper: enable debug in the build |
5a4dbb8a | 23-May-2022 |
Daniel Stenberg |
hyper: use 'alt-used' Makes test 412+413 work Closes #8898 |
6e489e00 | 23-May-2022 |
Daniel Stenberg |
RELEASE-NOTES: synced |
7bc78538 | 23-May-2022 |
Daniel Stenberg |
CURLINFO_CAPATH/CAINFO: get the default CA paths from libcurl Closes #8888 |
3c8b969d | 22-May-2022 |
Daniel Stenberg |
links: update dead links The wiki pages are gone, remove and link to more long-living docs. Closes #8897 |
216636a4 | 23-May-2022 |
Daniel Stenberg |
ntlm: (void) typecast msnprintf() where we ignore return code Follow-up to 5a41abef6, to please Coverity |
5a41abef | 22-May-2022 |
Daniel Gustafsson |
ntlm: copy NTLM_HOSTNAME to host buffer Commit 709ae2454f43 added a fake hostname to avoid leaking the local hostname, but omitted copying it to the host buffer. Fix by copying and
ntlm: copy NTLM_HOSTNAME to host buffer Commit 709ae2454f43 added a fake hostname to avoid leaking the local hostname, but omitted copying it to the host buffer. Fix by copying and adjust the test fallout. Closes: #8895 Fixes: #8893 Reported-by: Patrick Monnerat <patrick@monnerat.net> Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
5b9770e5 | 21-May-2022 |
Daniel Gustafsson |
configure: use the SED value to invoke sed Rather than assuming sed in PATH, use the resolved $SED variable like in all other invocations of sed in configure. Closes: #8891
configure: use the SED value to invoke sed Rather than assuming sed in PATH, use the resolved $SED variable like in all other invocations of sed in configure. Closes: #8891 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
show more ...
|
8ea851b2 | 10-Apr-2022 |
Tatsuhiro Tsujikawa |
ngtcp2: Allow curl to send larger UDP datagrams Allow curl to send larger UDP datagram if Path MTU Discovery finds the availability of larger path MTU. To make it work and not to send
ngtcp2: Allow curl to send larger UDP datagrams Allow curl to send larger UDP datagram if Path MTU Discovery finds the availability of larger path MTU. To make it work and not to send fragmented packet, we need to set DF bit. That makes send(2) fail with EMSGSIZE if UDP datagram is too large. In that case, just let it be lost. This patch enables DF bit for Linux only. Closes #8883
show more ...
|
7f2e1d34 | 20-May-2022 |
Daniel Stenberg |
libcurl-security.3: add "Secrets in memory" Closes #8881 |
cb41a016 | 20-May-2022 |
Daniel Stenberg |
tests: update NTLM tests to use new host name Also drop the debug requirement, remove the setenv sections, remove prechecks and add NTLM to the top keywords. Closes #8889 |
709ae245 | 20-May-2022 |
Daniel Stenberg |
ntlm: provide a fixed fake host name The NTLM protocol includes providing the local host name, but apparently other implementations already provide a fixed fake name instead to avoid
ntlm: provide a fixed fake host name The NTLM protocol includes providing the local host name, but apparently other implementations already provide a fixed fake name instead to avoid leaking the real local name. The exact name used is 'WORKSTATION', because Firefox uses that. The change is written to allow someone to "back-pedal" fairly easy in case of need. Reported-by: Carlo Alberto Fixes #8859 Closes #8889
show more ...
|
c92c6504 | 20-May-2022 |
Daniel Gustafsson |
KNOWN_BUGS: fix typo in problem description s/TSL/TLS/ |
93fe8a04 | 20-May-2022 |
Daniel Gustafsson |
FEATURES: remove yassl as TLS library for NTLM yassl was added in commit 9d904ee41b880b but is no longer available and is thus not a library to use for NTLM. This aligns the FEATURES
FEATURES: remove yassl as TLS library for NTLM yassl was added in commit 9d904ee41b880b but is no longer available and is thus not a library to use for NTLM. This aligns the FEATURES doc with the FAQ. Closes: #8886 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
3022c5a9 | 20-May-2022 |
Daniel Gustafsson |
FEATURES: reorder footnotes The empty left-behind footnote confused the website rendering into creating a nested emoty list, making the resulting page look quite odd. Remove and re-
FEATURES: reorder footnotes The empty left-behind footnote confused the website rendering into creating a nested emoty list, making the resulting page look quite odd. Remove and re-order the remaining ones to avoid a gap in the sequence. Closes: #8886 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
7652310e | 20-May-2022 |
Daniel Gustafsson |
FAQ: remove opinionated sentence on NTLM curl is a tool that support many different things, and it doesn't really seem like our job to tell other what to use (as they might not have
FAQ: remove opinionated sentence on NTLM curl is a tool that support many different things, and it doesn't really seem like our job to tell other what to use (as they might not have much say in the matter even). Also tidy up wording. Closes: #8886 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
fde1cb92 | 20-May-2022 |
Viktor Szakats |
log2changes: do not indent empty lines [ci skip] This will omit two spaces of indentation from lines with no content, thus avoiding 'spaces @ EOL'. Reviewed-by: Daniel Stenberg
log2changes: do not indent empty lines [ci skip] This will omit two spaces of indentation from lines with no content, thus avoiding 'spaces @ EOL'. Reviewed-by: Daniel Stenberg <daniel@haxx.se> Closes #8887
show more ...
|
a7a18d75 | 19-May-2022 |
Daniel Stenberg |
wolfssl: correct the failf() message when a handle can't be made Closes #8885 |
a820c55a | 19-May-2022 |
Viktor Szakats |
Makefile.m32: delete two obsolete OpenSSL options [ci skip] - -DOPENSSL_NO_KRB5: No longer used by OpenSSL 1.1.x, 3.x, or LibreSSL 3.5.x, yet it collides with the latter, which defines
Makefile.m32: delete two obsolete OpenSSL options [ci skip] - -DOPENSSL_NO_KRB5: No longer used by OpenSSL 1.1.x, 3.x, or LibreSSL 3.5.x, yet it collides with the latter, which defines it unconditionally, resulting in this warning: ../../libressl/include/openssl/opensslfeatures.h:14:9: warning: 'OPENSSL_NO_KRB5' macro redefined [-Wmacro-redefined] It was originally added to curl in 2004. - -DHAVE_OPENSSL_PKCS12_H: No longer used by OpenSSL 1.1.x, 3.x, or LibreSSL back to at least 2.5.5. Originally added in the same commit as the above, in 2004. Closes #8884
show more ...
|
d2c31ef3 | 19-May-2022 |
Daniel Stenberg |
RELEASE-NOTES: synced bump to 7.84.0 |
46f11a4c | 19-May-2022 |
Christian Weisgerber via curl-library |
Makefile.am: fix portability issues Commit a04f0b961333e1a19848d073d8c7db9c20b2a371 made me notice that there is a portability issue in curl's top-level Makefile.am. $< can only
Makefile.am: fix portability issues Commit a04f0b961333e1a19848d073d8c7db9c20b2a371 made me notice that there is a portability issue in curl's top-level Makefile.am. $< can only be used in rules that deal with .SUFFIXES. Its use for general prerequisites is a GNU make extension. $< could be replaced by $?, but I think in an autotools context, something like this is better: Bug: https://curl.se/mail/lib-2022-05/0024.html Closes #8861
show more ...
|
dfa84a04 | 19-May-2022 |
Balakrishnan Balasubramanian <3070606-balki@users.noreply.gitlab.com> |
socks: support unix sockets for socks proxy Usage: curl -x "socks5h://localhost/run/tor/socks" "https://example.com" Updated runtests.pl to run a socksd server listening on un
socks: support unix sockets for socks proxy Usage: curl -x "socks5h://localhost/run/tor/socks" "https://example.com" Updated runtests.pl to run a socksd server listening on unix socket Added tests test1467 test1468 Added documentation for proxy command line option and socks proxy options Closes #8668
show more ...
|
ee52bead | 19-May-2022 |
Vincent Torri |
cmake: add libpsl support Fixes #8865 Closes #8867 |