History log of /curl/ (Results 5376 – 5400 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2354092322-Mar-2022 Daniel Stenberg

test1459: disable for oldlibssh

This test with libssh 0.9.3 works fine on github but fails on circleci.
Might as well disable this test for oldlibssh installations.

Closes #8622

2e1ef61522-Mar-2022 Daniel Stenberg

test1135: sync with recent API updates

This test verifies that the order of functions in public headers remain
the same but hasn't been updated to care for recently added header
file

test1135: sync with recent API updates

This test verifies that the order of functions in public headers remain
the same but hasn't been updated to care for recently added header
files. The order is important for some few platforms - or VERSIONINFO
needs to updated.

This fix also updates VERSIONINFO to be sure.

Closes #8620

show more ...

f07be5d122-Mar-2022 Daniel Stenberg

curl_easy_nextheader.3: fix two typos

Reported-by: Timothe Litt
Bug: https://curl.se/mail/lib-2022-03/0060.html

ca2c30bc22-Mar-2022 Daniel Stenberg

options: remove mistaken space before paren in prototype

d79b1ead19-Mar-2022 Daniel Stenberg

cirrus: add --enable-headers-api for some windows builds

ea0ada8319-Mar-2022 Daniel Stenberg

GHA: --enable-headers-api in all workflows

ac81a9c919-Mar-2022 Daniel Stenberg

lib: make the headers API depend on --enable-headers-api

7c8c723619-Mar-2022 Daniel Stenberg

configure: add --enable-headers-api to enable the headers API

Defaults to disabled while labeled EXPERIMENTAL.

Make all the headers API tests require 'headers-api' to run.

160b640a17-Mar-2022 Daniel Stenberg

test1671: verify -w '%{header_json}

62b60ed117-Mar-2022 Daniel Stenberg

test1670: verify -w %header{}

4133a69f17-Mar-2022 Daniel Stenberg

curl: add %{header_json} support in -w handling

Outputs all response headers as a JSON object.

2d45137e17-Mar-2022 Daniel Stenberg

curl: add %header{name} support in -w handling

Outputs the response header 'name'

d1e4a67717-Mar-2022 Daniel Stenberg

header api: add curl_easy_header and curl_easy_nextheader

Add test 1940 to 1946 to verify.

Closes #8593

bdc664a621-Mar-2022 Daniel Stenberg

test1459: remove the different exit code for oldlibssh

When using libssh/0.9.3/openssl/zlib, we seem to be getting the "right"
error code.

Closes #8490

59c44c7621-Mar-2022 Daniel Stenberg

libssh: unstick SFTP transfers when done event-based

Test 604 and 606 (at least).

Closes #8490

5bb4d3ec21-Mar-2022 Daniel Stenberg

gha: move the event-based test over from Zuul

Switched libssh2 to libssh

Closes #8490

02173e2321-Mar-2022 Daniel Stenberg

RELEASE-NOTES: synced

dcdf2e8a18-Mar-2022 Daniel Stenberg

http: return error on colon-less HTTP headers

It's a protocol violation and accepting them leads to no good.

Add test case 398 to verify

Closes #8610

33fe825120-Mar-2022 Daniel Stenberg

test718: edited slightly to return better HTTP

Since hyper is picky and won't play ball otherwise.

Bug: https://github.com/hyperium/hyper/issues/2783
Reported-by: Daniel Valenzu

test718: edited slightly to return better HTTP

Since hyper is picky and won't play ball otherwise.

Bug: https://github.com/hyperium/hyper/issues/2783
Reported-by: Daniel Valenzuela
Closes #8614

show more ...

7e145dd219-Mar-2022 Daniel Stenberg

hyper: no h2c support

Make tests require h2c feature present to run, and only set h2c if
nghttp2 is used in the build. Hyper does not support it.

Remove those tests from DISABLE

hyper: no h2c support

Make tests require h2c feature present to run, and only set h2c if
nghttp2 is used in the build. Hyper does not support it.

Remove those tests from DISABLED

Fixes #8605
Closes #8613

show more ...

a7ee342519-Mar-2022 Daniel Stenberg

configure: bump the copyright year range int the generated output

c20a516d18-Mar-2022 Andreas Falkenhahn

BINDINGS.md: add Hollywood binding

Closes #8609

563d1f9018-Mar-2022 Daniel Stenberg

HISTORY: add some 2022 data

5ab9b15418-Mar-2022 Daniel Stenberg

scripts/copyright.pl: ignore the new mlc_config.json file

fe4913ff15-Mar-2022 Philip H <47042125+pheiduck@users.noreply.github.com>

mlc_config.json: add file to ignore known troublesome URLs

This is the config file for the CI markdown link checker and lets us
filter URLs that are known to cause problems. Like
htt

mlc_config.json: add file to ignore known troublesome URLs

This is the config file for the CI markdown link checker and lets us
filter URLs that are known to cause problems. Like
https://curl.zuul.vexxhost.dev/ for now.

Closes #8597

show more ...

1...<<211212213214215216217218219220>>...1351