8a644f33 | 08-Feb-2021 |
Daniel Stenberg |
RELEASE-PROCEDURE: remove old release dates, add new |
82551c13 | 05-Feb-2021 |
Daniel Stenberg |
docs/SSL-PROBLEMS: enhanced Elaborate on the intermediate cert issue, and mention that anything below TLS 1.2 is generally considered insecure these days. Closes #6572 |
666743a2 | 05-Feb-2021 |
Daniel Stenberg |
THANKS: remove a Jon Rumsey dupe |
373c9155 | 05-Feb-2021 |
nimaje <16106983+nimaje@users.noreply.github.com> |
docs: fix FILE example url in --metalink documentation In a url after <scheme>:// follows the possibly empty authority part till the next /, so that url missed a /. Closes #6573
docs: fix FILE example url in --metalink documentation In a url after <scheme>:// follows the possibly empty authority part till the next /, so that url missed a /. Closes #6573 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
show more ...
|
6cd167a0 | 04-Feb-2021 |
Daniel Stenberg |
hostip: fix build with sync resolver Reported-by: David Goerger Follow-up from 8335c6417 Fixes #6566 Closes #6568 |
62d91e00 | 05-Feb-2021 |
Daniel Stenberg |
mailmap: Jon Rumsey |
4a6a5f0b | 04-Feb-2021 |
Jon Rumsey |
gskit: correct the gskit_send() prototype gskit_send() first paramater is a pointer to Curl_easy not connectdata struct. Closes #6570 Fixes #6569 |
457e864f | 04-Feb-2021 |
Daniel Stenberg |
urldata: fix build without HTTP and MQTT Reported-by: Joseph Chen Fixes #6562 Closes #6563 |
e32601e1 | 04-Feb-2021 |
Daniel Stenberg |
ftp: avoid SIZE when asking for a TYPE A file ... as we ignore it anyway because servers don't report the correct size and proftpd even blatantly returns a 550. Updates a set of
ftp: avoid SIZE when asking for a TYPE A file ... as we ignore it anyway because servers don't report the correct size and proftpd even blatantly returns a 550. Updates a set of tests accordingly. Reported-by: awesomenode on github Fixes #6564 Closes #6565
show more ...
|
5f08a5ac | 04-Feb-2021 |
Daniel Stenberg |
pingpong: rename the curl_pp_transfer enum to use PP prefix Using an FTP prefix for PP provided functionality was misleading. |
bcba216f | 04-Feb-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced ... and bump pending version to 7.75.1 (for now) |
98577e40 | 04-Feb-2021 |
Jay Satiro |
build: fix --disable-http-auth Broken since 215db08 (precedes 7.75.0). Reported-by: Benbuck Nason Fixes https://github.com/curl/curl/issues/6567 |
145848e2 | 04-Feb-2021 |
Jay Satiro |
build: fix --disable-dateparse Broken since 215db08 (precedes 7.75.0). Bug: https://curl.se/mail/lib-2021-02/0008.html Reported-by: Firefox OS |
20faeee6 | 03-Feb-2021 |
jonrumsey |
OS400: update for CURLOPT_AWS_SIGV4 chkstrings fails because a new string option that could require codepage conversion has been added. Closes #6561 Fixes #6560 |
a030c59c | 03-Feb-2021 |
Daniel Stenberg |
BUG-BOUNTY: removed the cooperation mention |
2f33be81 | 03-Feb-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
03975576 | 03-Feb-2021 |
Daniel Stenberg |
THANKS: added contributors from 7.75.0 |
2605a6fa | 03-Feb-2021 |
Daniel Stenberg |
copyright: fix year ranges in need of updates |
fc9dd2d1 | 02-Feb-2021 |
Daniel Stenberg |
TODO: remove items for next SONAME bump etc We want to avoid that completely, so we don't plan for things after such an event. |
fc9d3444 | 01-Feb-2021 |
Jay Satiro |
ngtcp2: Fix build error due to change in ngtcp2_settings - Separate ngtcp2_transport_params. ngtcp2/ngtcp2@05d7adc made ngtcp2_transport_params separate from ngtcp2_settings.
ngtcp2: Fix build error due to change in ngtcp2_settings - Separate ngtcp2_transport_params. ngtcp2/ngtcp2@05d7adc made ngtcp2_transport_params separate from ngtcp2_settings. ngtcp2 master is required to build curl with http3 support. Closes #6554
show more ...
|
2c4b338f | 01-Feb-2021 |
Daniel Stenberg |
vtls: remove md5sum As it is not used anymore. Reported-by: Jacob Hoffman-Andrews Bug: https://curl.se/mail/lib-2021-02/0000.html Closes #6557 |
a0c5781c | 01-Feb-2021 |
Alessandro Ghedini |
quiche: don't use primary_ip / primary_port Closes #6555 |
e58560bd | 01-Feb-2021 |
Alessandro Ghedini |
travis: enable quiche's FFI feature |
796ce293 | 25-Jan-2021 |
Dmitry Wagin |
http: improve AWS HTTP v4 Signature auth - Add support services without region and service prefixes in the URL endpoint (ex. Min.IO, GCP, Yandex Cloud, Mail.Ru Cloud Solutions, etc)
http: improve AWS HTTP v4 Signature auth - Add support services without region and service prefixes in the URL endpoint (ex. Min.IO, GCP, Yandex Cloud, Mail.Ru Cloud Solutions, etc) by providing region and service parameters via aws-sigv4 option. - Add [:region[:service]] suffix to aws-sigv4 option; - Fix memory allocation errors. - Refactor memory management. - Use Curl_http_method instead() STRING_CUSTOMREQUEST. - Refactor canonical headers generating. - Remove repeated sha256_to_hex() usage. - Add some docs fixes. - Add some codestyle fixes. - Add overloaded strndup() for debug - curl_dbg_strndup(). - Update tests. Closes #6524
show more ...
|
3c221071 | 30-Jan-2021 |
Daniel Stenberg |
hyper: fix CONNECT to set 'data' as userdata Follow-up to 14e075d1a7fd |