13afb872 | 27-Feb-2023 |
Daniel Stenberg |
page-footer: add explanation for three missing exit codes Added in 7.73.0, 7.77.0 and 7.84.0 Closes #10630 |
8d708e4c | 28-Feb-2023 |
積丹尼 Dan Jacobson |
rate.c: single URLs make no sense in --rate example Here somehow you need to put more than one URL in these examples, else they will make no sense, as --rate only affects the second and
rate.c: single URLs make no sense in --rate example Here somehow you need to put more than one URL in these examples, else they will make no sense, as --rate only affects the second and beyond URLs. The first URL will always finish the same time no matter what --rate is given. Closes #10638
show more ...
|
26c6d822 | 27-Feb-2023 |
Daniel Stenberg |
libcurl-errors.3: add the CURLHcode errors from curl_easy_header.3 Closes #10629 |
252fce70 | 27-Feb-2023 |
Daniel Stenberg |
mqtt: on send error, return error Reported-by: Maciej Domanski Closes #10623 |
3b23dbee | 27-Feb-2023 |
Daniel Stenberg |
ws: keep the socket non-blocking Reported-by: marski on github Fixes #10615 Closes #10625 |
788c6b38 | 24-Feb-2023 |
Daniel Stenberg |
hostip: avoid sscanf and extra buffer copies Also made create_hostcache_id() return the id length. Closes #10601 |
c5168365 | 27-Feb-2023 |
Daniel Stenberg |
PARALLEL-TRANSFERS.md: not "early days" for this anymore Refresh the language as the support is now over three years old Closes #10624 |
a26547b2 | 27-Feb-2023 |
Daniel Stenberg |
easy: remove infof() debug leftover from curl_easy_recv It said "reached [path]/easy.c:1231" Closes #10628 |
cf3e6ce9 | 24-Feb-2023 |
Daniel Stenberg |
idn: return error if the conversion ends up with a blank host Some IDN sequences are converted into "" (nothing), which can make this function end up with a zero length host name and we
idn: return error if the conversion ends up with a blank host Some IDN sequences are converted into "" (nothing), which can make this function end up with a zero length host name and we cannot consider that a valid host to continue with. Reported-by: Maciej Domanski Closes #10617
show more ...
|
49a9f13c | 27-Feb-2023 |
Daniel Stenberg |
examples/http3.c: use CURL_HTTP_VERSION_3 and update the comment Closes #10619 |
22eec780 | 26-Feb-2023 |
Daniel Stenberg |
x509asn1.c: use correct format specifier for infof() call Detected by Coverity Closes #10614 |
aa31f9a8 | 26-Feb-2023 |
Daniel Stenberg |
Revert "GHA: add Microsoft C++ Code Analysis" This reverts commit e0db842b2a082dffad4a9fbe31321e9a75c74041. This tool seems very restricted in how often it might be used by a pr
Revert "GHA: add Microsoft C++ Code Analysis" This reverts commit e0db842b2a082dffad4a9fbe31321e9a75c74041. This tool seems very restricted in how often it might be used by a project and thus very quickly start to report fails simply because it refuses to run when "there are more runs than allowed". Closes #10613
show more ...
|
90756d33 | 25-Feb-2023 |
Patrick Monnerat |
tests: test secure mail protocols with explicit SSL requests New tests 987, 988 and 989, disabled for rustls (hanging). Closes #10077 |
5855c478 | 25-Feb-2023 |
Patrick Monnerat |
tests: support for imaps/pop3s/smtps protocols Closes #10077 |
8bfa4d66 | 25-Feb-2023 |
Patrick Monnerat |
runtests: use a hash table for server port numbers Closes #10077 |
9fcc9100 | 25-Feb-2023 |
Andy Alt |
INTERNALS.md: grammar Closes #10607 |
0232e160 | 24-Feb-2023 |
Daniel Stenberg |
RELEASE-NOTES: synced |
682854c7 | 10-Jan-2023 |
Philip Heiduck |
.cirrus.yml: Bump to FreeBSD 13.2 Closes #10270 |
4b3dc4b4 | 14-Feb-2023 |
Philip Heiduck |
ngtcp2-gnutls.yml: bump to gnutls 3.8.0 Closes #10507 |
8bd5a13d | 14-Feb-2023 |
Philip Heiduck |
CI: update ngtcp2 and nghttp2 for pytest Follow-up: https://github.com/curl/curl/commit/5c9ee8cef4b351a085b440f8178500124647f8e6 Closes #10508 |
8125822e | 15-Feb-2023 |
Andy Alt |
GHA: use same flags for Slackbuild as Slack package Closes #10526 |
3b15ee1e | 24-Feb-2023 |
Daniel Stenberg |
rtsp: avoid sscanf for parsing Closes #10605 |
3b8f5bb1 | 24-Feb-2023 |
Daniel Stenberg |
http_proxy: parse the status line without sscanf Closes #10602 |
cbd3fd7c | 24-Feb-2023 |
Daniel Stenberg |
telnet: error correctly for WS set to "x[num]" Follow-up to e4f93be9d587 Reported-by: Harry Sintonen Closes #10606 |
5ed7417d | 24-Feb-2023 |
Daniel Stenberg |
krb5: avoid sscanf for parsing Closes #10599 |