4cc115a8 | 19-Dec-2020 |
Jay Satiro |
KNOWN_BUGS: Secure Transport disabling hostname validation also disables SNI That behavior is a limitation of Apple's Secure Transport. Reported-by: Cory Benfield Reported-by: I
KNOWN_BUGS: Secure Transport disabling hostname validation also disables SNI That behavior is a limitation of Apple's Secure Transport. Reported-by: Cory Benfield Reported-by: Ian Spence Confirmed-by: Nick Zitzmann Ref: https://github.com/curl/curl/issues/998 Closes https://github.com/curl/curl/issues/6347 Closes https://github.com/curl/curl/pull/6348
show more ...
|
ccbdbe13 | 18-Dec-2020 |
Daniel Stenberg |
TODO: alt-svc should fallback if alt-svc doesn't work Closes #4908 |
54db6e99 | 18-Dec-2020 |
Daniel Stenberg |
travis: restrict the openssl3 job to only run https and ftps tests ... as it runs too long otherwise and the other tests are verified in other builds anyway. Closes #6345 |
abb68c19 | 18-Dec-2020 |
Daniel Stenberg |
build: repair http disabled but mqtt enabled build ... as the mqtt code reuses the "method" originally used for HTTP. Closes #6344 |
e2075f23 | 27-Oct-2020 |
Jon Wilkes |
cookie: avoid the C1001 internal compiler error with MSVC 14 Fixes #6112 Closes #6135 |
8fb9f43f | 18-Dec-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
debf23ee | 17-Dec-2020 |
Daniel Stenberg |
mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE Detected by OSS-Fuzz Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28735 Added test 1916 and 1917 to verify.
mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE Detected by OSS-Fuzz Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28735 Added test 1916 and 1917 to verify. Closes #6338
show more ...
|
92fe66c5 | 14-Dec-2020 |
Daniel Stenberg |
travis: add CI job for Hyper build |
c7dd08ce | 14-Dec-2020 |
Daniel Stenberg |
tests: updated tests for Hyper |
58974d25 | 14-Dec-2020 |
Daniel Stenberg |
lib: introduce c-hyper for using Hyper ... as an alternative HTTP backend within libcurl. |
cd7bc174 | 14-Dec-2020 |
Daniel Stenberg |
tool_setopt: provide helper output in debug builds ... for when setopt() returns error. |
edc89839 | 14-Dec-2020 |
Daniel Stenberg |
setopt: adjust to Hyper and disabled HTTP builds |
4daba067 | 14-Dec-2020 |
Daniel Stenberg |
rtsp: disable if Hyper is used |
34021b80 | 14-Dec-2020 |
Daniel Stenberg |
getinfo: build with disabled HTTP support |
9211cb20 | 14-Dec-2020 |
Daniel Stenberg |
version: include hyper version |
8a113ba9 | 14-Dec-2020 |
Daniel Stenberg |
docs: add HYPER.md |
c263e583 | 14-Dec-2020 |
Daniel Stenberg |
configure: add --with-hyper As the first (optional) HTTP backend alternative instead of native Close #6110 |
ff4d2c2a | 16-Dec-2020 |
Daniel Stenberg |
test1522: add debug tracing I used this to track down some issues and I figured I could just as well keep this extra logging in here for future needs. Closes #6331 |
a5bc2722 | 15-Dec-2020 |
Daniel Stenberg |
http: show the request as headers even when split-sending When the initial request isn't possible to send in its entirety, the remainder of request would be delivered to the debug callba
http: show the request as headers even when split-sending When the initial request isn't possible to send in its entirety, the remainder of request would be delivered to the debug callback as data and would wrongly be counted internally as body-bytes sent. Extended test 1295 to verify. Closes #6328
show more ...
|
3e17c8ab | 17-Dec-2020 |
Daniel Stenberg |
multi: when erroring in TOOFAST state, act as for PERFORM When failing in TOOFAST, the multi_done() wasn't called so the same cleanup and handling wasn't done like when it fails in PERFO
multi: when erroring in TOOFAST state, act as for PERFORM When failing in TOOFAST, the multi_done() wasn't called so the same cleanup and handling wasn't done like when it fails in PERFORM, which in the case of FTP could mean that the control connection wouldn't be marked as "dead" for the CURLE_ABORTED_BY_CALLBACK case. Which caused ftp_disconnect() to use it to send "QUIT", which could end up waiting for a response a long time before giving up! Reported-by: Tomas Berger Fixes #6333 Closes #6337
show more ...
|
ad338b39 | 17-Dec-2020 |
Daniel Stenberg |
cmake: enable gophers correctly in curl-config Closes #6336 |
3abfadfc | 17-Dec-2020 |
Daniel Stenberg |
test1198/9: add two mqtt publish tests without payload lengths Closes #6335 |
30fc1cc7 | 17-Dec-2020 |
Daniel Stenberg |
tests/mqttd: extract the client id from the correct offset Closes #6334 |
f2511207 | 16-Dec-2020 |
Daniel Stenberg |
TODO: Prevent terminal injection when writing to terminal Closes #6150 |
d16fb4d0 | 16-Dec-2020 |
Daniel Stenberg |
Revert "CI/github: work-around for brew breakage on macOS" This reverts commit 4cbb17a2cbbbe6337142d39479e21c3990b9c22f. ... as the work-around now causes failures. Closes
Revert "CI/github: work-around for brew breakage on macOS" This reverts commit 4cbb17a2cbbbe6337142d39479e21c3990b9c22f. ... as the work-around now causes failures. Closes #6332
show more ...
|