History log of /curl/ (Results 7226 – 7250 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4cc115a819-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 ...

ccbdbe1318-Dec-2020 Daniel Stenberg

TODO: alt-svc should fallback if alt-svc doesn't work

Closes #4908

54db6e9918-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

abb68c1918-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

e2075f2327-Oct-2020 Jon Wilkes

cookie: avoid the C1001 internal compiler error with MSVC 14

Fixes #6112
Closes #6135

8fb9f43f18-Dec-2020 Daniel Stenberg

RELEASE-NOTES: synced

debf23ee17-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 ...

92fe66c514-Dec-2020 Daniel Stenberg

travis: add CI job for Hyper build

c7dd08ce14-Dec-2020 Daniel Stenberg

tests: updated tests for Hyper

58974d2514-Dec-2020 Daniel Stenberg

lib: introduce c-hyper for using Hyper

... as an alternative HTTP backend within libcurl.

cd7bc17414-Dec-2020 Daniel Stenberg

tool_setopt: provide helper output in debug builds

... for when setopt() returns error.

edc8983914-Dec-2020 Daniel Stenberg

setopt: adjust to Hyper and disabled HTTP builds

4daba06714-Dec-2020 Daniel Stenberg

rtsp: disable if Hyper is used

34021b8014-Dec-2020 Daniel Stenberg

getinfo: build with disabled HTTP support

9211cb2014-Dec-2020 Daniel Stenberg

version: include hyper version

8a113ba914-Dec-2020 Daniel Stenberg

docs: add HYPER.md

c263e58314-Dec-2020 Daniel Stenberg

configure: add --with-hyper

As the first (optional) HTTP backend alternative instead of native

Close #6110

ff4d2c2a16-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

a5bc272215-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 ...

3e17c8ab17-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 ...

ad338b3917-Dec-2020 Daniel Stenberg

cmake: enable gophers correctly in curl-config

Closes #6336

3abfadfc17-Dec-2020 Daniel Stenberg

test1198/9: add two mqtt publish tests without payload lengths

Closes #6335

30fc1cc717-Dec-2020 Daniel Stenberg

tests/mqttd: extract the client id from the correct offset

Closes #6334

f251120716-Dec-2020 Daniel Stenberg

TODO: Prevent terminal injection when writing to terminal

Closes #6150

d16fb4d016-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 ...

1...<<281282283284285286287288289290>>...1351