68975fba | 28-May-2021 |
Daniel Stenberg |
HSTS: not experimental anymore |
ed38ac86 | 27-May-2021 |
Douglas R. Reno |
INSTALL: use correct extension for CURL-DISABLE.md In INSTALL.MD, it's currently set to CURL-DISABLE-md instead of CURL-DISABLE.md. This generates a 404 on the cURL website as well as
INSTALL: use correct extension for CURL-DISABLE.md In INSTALL.MD, it's currently set to CURL-DISABLE-md instead of CURL-DISABLE.md. This generates a 404 on the cURL website as well as when viewing the docs through Github. Closes #7142
show more ...
|
629463f6 | 27-May-2021 |
Daniel Stenberg |
travis: run tests 1 - 153 with hyper |
11796231 | 27-May-2021 |
Daniel Stenberg |
c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOL Makes test 129 work (HTTP/1.2 response). Closes #7141 |
d3e0f20f | 27-May-2021 |
Daniel Stenberg |
http_proxy: deal with non-200 CONNECT response with Hyper Makes test 94 and 95 work Closes #7141 |
23b99fc9 | 27-May-2021 |
Daniel Stenberg |
c-hyper: clear NTLM auth buffer when request is issued To prevent previous ones to get reused on subsequent requests. Matches how the built-in HTTP code works. Makes test 90 to 93 work.
c-hyper: clear NTLM auth buffer when request is issued To prevent previous ones to get reused on subsequent requests. Matches how the built-in HTTP code works. Makes test 90 to 93 work. Add test 90 to 93 in travis. Closes #7139
show more ...
|
ee97f176 | 27-May-2021 |
Joel Depooter |
schannel: set ALPN length correctly for HTTP/2 In a3268eca792f1 this code was changed to use the ALPN_H2 constant instead of the NGHTTP2_PROTO_ALPN constant. However, these constants are
schannel: set ALPN length correctly for HTTP/2 In a3268eca792f1 this code was changed to use the ALPN_H2 constant instead of the NGHTTP2_PROTO_ALPN constant. However, these constants are not the same. The nghttp2 constant included the length of the string, like this: "\x2h2". The ALPN_H2 constant is just "h2". Therefore we need to re-add the length of the string to the ALPN buffer. Closes #7138
show more ...
|
5f7fef70 | 26-May-2021 |
Daniel Stenberg |
travis: run tests 1-89 in the hyper build Closes #7137 |
2ee761c1 | 26-May-2021 |
Daniel Stenberg |
Revert "c-hyper: handle body on HYPER_TASK_EMPTY" This reverts commit c3eefa95c31f55657f0af422e8268d738f689066. Reported-by: Kevin Burke Fixes #7122 Closes #7136 |
96554745 | 26-May-2021 |
jonrumsey |
ccsidcurl: fix the compile errors Looks like the declaration of cpp shoule be const char ** and return null if convert_version_info_string fails. Fixes #7134 Closes #7135 |
3976dd67 | 26-May-2021 |
Viktor Szakats |
docs: use --max-redirs instead of --max-redir For consistency. Closes #7130 |
6043edf3 | 26-May-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced ... and bump to 7.77.1 |
a2fe2f04 | 26-May-2021 |
Michael Forney |
travis: add bearssl build Closes #7133 |
7f9c5af8 | 26-May-2021 |
Michael Forney |
bearssl: explicitly initialize all fields of Curl_ssl Also, add comments like the other vtls backends. Closes #7133 |
a03ea622 | 26-May-2021 |
Michael Forney |
bearssl: remove incorrect const on variable that is modified hostname may be set to NULL later on in this function if it is an IP address. Closes #7133 |
6b951a69 | 24-May-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
83a31635 | 24-May-2021 |
Daniel Stenberg |
THANKS: added contributors from 7.77.0 cycle |
82d33400 | 20-May-2021 |
Daniel Stenberg |
copyright: update copyright year ranges to 2021 |
1a5e41d9 | 25-May-2021 |
Radek Zajic |
hostip: fix broken macOS/CMake/GCC builds Follow-up to 31f631a142d855f06 Fixes #7128 Closes #7129 |
54e5c245 | 25-May-2021 |
Daniel Stenberg |
TODO: netrc caching and sharing URL: https://curl.se/mail/archive-2021-05/0018.html |
2864b00b | 24-May-2021 |
Orgad Shaneh |
setopt: streamline ssl option code Make it use the same style as the code next to it Closes #7123 |
31f631a1 | 24-May-2021 |
Radek Zajic |
lib/hostip6.c: make NAT64 address synthesis on macOS work Closes #7121 |
a63dae5d | 25-May-2021 |
ejanchivdorj |
sectransp: fix EXC_BAD_ACCESS caused by uninitialized buffer When the SecCertificateCopyCommonName function fails, it leaves common_name in a invalid state so CFStringCompare uses the in
sectransp: fix EXC_BAD_ACCESS caused by uninitialized buffer When the SecCertificateCopyCommonName function fails, it leaves common_name in a invalid state so CFStringCompare uses the invalid result, causing EXC_BAD_ACCESS. The fix is to check the return value of the function before using the name. Closes #7126
show more ...
|
643ec296 | 14-May-2021 |
Paweł Wegner |
CMake: add CURL_ENABLE_EXPORT_TARGET option install(EXPORT ...) causes trouble when embedding curl dependencies which don't provide install(EXPORT ...) targets (e.g libressl and nght
CMake: add CURL_ENABLE_EXPORT_TARGET option install(EXPORT ...) causes trouble when embedding curl dependencies which don't provide install(EXPORT ...) targets (e.g libressl and nghttp2) with cmake's add_subdirectory. Reviewed-by: Jakub Zakrzewski Closes #7060
show more ...
|
424aa64d | 24-May-2021 |
Alessandro Ghedini |
quiche: update for network path aware API Latest version of quiche requires the application to pass the peer address of received packets, and it provides the address for outgoing pac
quiche: update for network path aware API Latest version of quiche requires the application to pass the peer address of received packets, and it provides the address for outgoing packets back. Closes #7120
show more ...
|