8984a42a | 16-Feb-2022 |
Daniel Stenberg |
http: fix "unused parameter ‘conn’" warning Follow-up from 7d600ad1c395 Spotted on appveyor Closes #8465 |
477a2bf9 | 16-Feb-2022 |
Alejandro R. Sedeño |
sha256: Fix minimum OpenSSL version - Change the minimum OpenSSL version for using their SHA256 implementation from 0.9.7 to 0.9.8. EVP_sha256() does not appear in the OpenSSL
sha256: Fix minimum OpenSSL version - Change the minimum OpenSSL version for using their SHA256 implementation from 0.9.7 to 0.9.8. EVP_sha256() does not appear in the OpenSSL source before 0.9.7h, and does not get built by default until 0.9.8, so trying to use it for all 0.9.7 is wrong, and before 0.9.8 is unreliable. Closes https://github.com/curl/curl/pull/8464
show more ...
|
44e5c7e4 | 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "slow connect to localhost on Windows" localhost is not resolved anymore since 1a0ebf6632f88 |
4c509a9b | 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "HTTP/3 download is 5x times slower than HTTP/2" It's not actually a bug. More like room for improvement. |
ae20b5d6 | 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "HTTP/3 download with quiche halts after a while" Follow-up to 96f85a0fef694 |
2f1fb6c1 | 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "pulseUI vpn" as a problem We haven't heard about this for a long time and rumours have it they might have fixed it. |
7d600ad1 | 14-Feb-2022 |
Daniel Stenberg |
urldata: remove conn->bits.user_passwd The authentication status should be told by the transfer and not the connection. Reported-by: John H. Ayad Fixes #8449 Closes #8451 |
eb13cc29 | 24-Jan-2022 |
Kevin Adler |
gskit: Convert to using Curl_poll As mentioned in 32766cb, gskit was the last user of Curl_select which is now gone. Convert to using Curl_poll to allow build to work on IBM i.
gskit: Convert to using Curl_poll As mentioned in 32766cb, gskit was the last user of Curl_select which is now gone. Convert to using Curl_poll to allow build to work on IBM i. Closes #8454
show more ...
|
657687fb | 24-Jan-2022 |
Kevin Adler |
gskit: Fix initialization of Curl_ssl_gskit struct In c30bf22, Curl_ssl_getsock was factored out in to a member of struct Curl_ssl but the gskit initialization was not updated to reflect
gskit: Fix initialization of Curl_ssl_gskit struct In c30bf22, Curl_ssl_getsock was factored out in to a member of struct Curl_ssl but the gskit initialization was not updated to reflect this new member. Closes #8454
show more ...
|
9234547c | 24-Jan-2022 |
Kevin Adler |
gskit: Fix errors from Curl_strerror refactor 2f0bb864c1 replaced sterror with Curl_strerror, but the strerror buffer shadows the set_buffer "buffer" parameter. To keep consistency with
gskit: Fix errors from Curl_strerror refactor 2f0bb864c1 replaced sterror with Curl_strerror, but the strerror buffer shadows the set_buffer "buffer" parameter. To keep consistency with the other functions that use Curl_strerror, rename the parameter. In addition, strerror.h is needed for the definition of STRERROR_LEN. Closes #8454
show more ...
|
897e8baa | 15-Feb-2022 |
Marcel Raad |
ntlm: remove unused feature defines They're not used anymore and always supported. Closes https://github.com/curl/curl/pull/8453 |
3369f9f2 | 14-Feb-2022 |
Kantanat Wannapaka |
README.md: fix link and layout replace <a></a> tags and <img></img> tags Closes #8448 |
114327f7 | 14-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: fix typo "libpsl" |
ea673376 | 14-Feb-2022 |
Jay Satiro |
h2h3: fix compiler warning due to function prototype mismatch - Add missing const qualifier in Curl_pseudo_headers declaration. |
70ac2760 | 14-Feb-2022 |
Stefan Eissing |
urlapi: handle "redirects" smarter - avoid one malloc when setting a new url via curl_url_set() and CURLUPART_URL. - extract common pattern into a new static function.
urlapi: handle "redirects" smarter - avoid one malloc when setting a new url via curl_url_set() and CURLUPART_URL. - extract common pattern into a new static function. Closes #8450
show more ...
|
663296c6 | 14-Feb-2022 |
Daniel Stenberg |
cijobs: pick up circleci configure lines better |
67857c02 | 12-Feb-2022 |
Daniel Stenberg |
circleci: add a job using wolfSSH Build only, no tests. Closes #8445 |
bdf49e33 | 14-Feb-2022 |
Daniel Stenberg |
scripts/ciconfig.pl: show used options not available |
d8ddd0e7 | 12-Feb-2022 |
Daniel Stenberg |
circleci: add a job using libssh Closes #8444 |
7c140f6b | 13-Feb-2022 |
Daniel Stenberg |
runtests: set 'oldlibssh' for libssh versions before 0.9.6 ... and make test 1459 check for the different return code then. Closes #8444 |
30b68960 | 13-Feb-2022 |
Jay Satiro |
Makefile.am: Generate VS 2022 projects Follow-up to f13d4d0 which added VS 2022 project support. Ref: https://github.com/curl/curl/pull/8438 |
5a0644fa | 13-Feb-2022 |
Daniel Stenberg |
projects: remove support for MSVC before VC10 (Visual Studio 2010) - Remove Visual Studio project files for VC6, VC7, VC7.1, VC8 and VC9. Those versions are too old to be maintained
projects: remove support for MSVC before VC10 (Visual Studio 2010) - Remove Visual Studio project files for VC6, VC7, VC7.1, VC8 and VC9. Those versions are too old to be maintained any longer. Closes https://github.com/curl/curl/pull/8442
show more ...
|
f13d4d0e | 11-Feb-2022 |
Stav Nir |
projects: add support for Visual Studio 17 (2022) Closes https://github.com/curl/curl/pull/8438 |
55b18573 | 13-Feb-2022 |
Daniel Stenberg |
RELEASE-NOTES: synced |
6dd8d7f3 | 13-Feb-2022 |
Daniel Stenberg |
connect: follow-up fix the copyright year |