History log of /curl/ (Results 5976 – 6000 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1732502c22-Oct-2021 Daniel Stenberg

hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING

Simply because hyper doesn't have this ability. Mentioned in docs now.

Skip test 326 then

Closes #7889

f852f90821-Oct-2021 Daniel Stenberg

test262: don't attempt with hyper

This test verifies that curl works with binary zeroes in HTTP response
headers and hyper refuses such. They're not kosher http.

Closes #7889

cf08820121-Oct-2021 Daniel Stenberg

c-hyper: make test 217 run

Closes #7889

a76f3c5921-Oct-2021 Daniel Stenberg

DISABLED: enable test 209+213 for hyper

Follow-up to 823d3ab855c

Closes #7889

7b4d44e021-Oct-2021 Daniel Stenberg

test207: accept a different error code for hyper

It returns HYPERE_UNEXPECTED_EOF for this case which we convert to the
somewhat generic CURLE_RECV_ERROR.

Closes #7889

a2cab81121-Oct-2021 Érico Nogueira

INSTALL: update symbol hiding option

--enable-hidden-symbols was deprecated in
9e24b9c7afbcb81120af4cf3f6cdee49a06d8224.

Closes #7890

823d3ab821-Oct-2021 Daniel Stenberg

http_proxy: multiple CONNECT with hyper done better

Enabled test 206

Closes #7888

5276ec9421-Oct-2021 Daniel Stenberg

hyper: pass the CONNECT line to the debug callback

Closes #7887

09a8b83c21-Oct-2021 Daniel Stenberg

mailmap: Malik Idrees Hasan Khan

f005349121-Oct-2021 MalikIdreesHasa <77000356+MalikIdreesHasanKhan@users.noreply.github.com>

build: fix typos

Closes https://github.com/curl/curl/pull/7886

4a3c324a19-Oct-2021 Jay Satiro

URL-SYNTAX: add IMAP UID SEARCH example

- Explain the difference between IMAP search via URL (which returns
message sequence numbers) and IMAP search via custom request (which
ca

URL-SYNTAX: add IMAP UID SEARCH example

- Explain the difference between IMAP search via URL (which returns
message sequence numbers) and IMAP search via custom request (which
can return UID numbers if prefixed with UID, eg "UID SEARCH ...").

Bug: https://github.com/curl/curl/issues/7626
Reported-by: orycho@users.noreply.github.com

Ref: https://github.com/curl/curl/issues/2789

Closes https://github.com/curl/curl/pull/7881

show more ...

2c8a814020-Oct-2021 Daniel Stenberg

manpage: adjust the asterisk in some SYNOPSIS sections

Closes #7884

47c4f7b220-Oct-2021 Daniel Stenberg

curl_multi_perform.3: polish wording

- simplify the example by using curl_multi_poll

- mention curl_multi_add_handle in the text

- cut out the description of pre-7.20.0

curl_multi_perform.3: polish wording

- simplify the example by using curl_multi_poll

- mention curl_multi_add_handle in the text

- cut out the description of pre-7.20.0 return code behavior - that version
is now more than eleven years old and is basically no longer out there

- adjust the "typical usage" to mention curl_multi_poll

Closes #7883

show more ...

671bf79920-Oct-2021 Daniel Stenberg

docs/THANKS: removed on request

5ad23d5c20-Oct-2021 Daniel Stenberg

FAQ: polish the explanation of libcurl

9fa1ce4e20-Oct-2021 Daniel Stenberg

curl_easy_perform.3: minor wording tweak

a24e895919-Oct-2021 Erik Stenlund

mime: mention CURL_DISABLE_MIME in comment

CURL_DISABLE_MIME is not mentioned in the comment describing the if else
preprocessor directive.

Closes #7882

54aa9c4819-Oct-2021 Daniel Stenberg

tls: remove newline from three infof() calls

Follow-up to e7416cf

Reported-by: billionai on github
Fixes #7879
Closes #7880

275e543119-Oct-2021 Daniel Stenberg

RELEASE-NOTES: synced

de0bd85419-Oct-2021 Daniel Stenberg

curl_gssapi: fix build warnings by removing const

Follow-up to 20e980f85b0ea6

In #7875 these inits were modified but I get two warnings that these new
typecasts are necessary fo

curl_gssapi: fix build warnings by removing const

Follow-up to 20e980f85b0ea6

In #7875 these inits were modified but I get two warnings that these new
typecasts are necessary for.

Closes #7876

show more ...

20e980f818-Oct-2021 Bo Anderson

curl_gssapi: fix link error on macOS Monterey

Fixes #7657
Closes #7875

c75f14cb17-Oct-2021 Daniel Stenberg

test1185: verify checksrc

Closes #7866

3da8b4da18-Oct-2021 Daniel Stenberg

checksrc: improve the SPACESEMICOLON error message

and adjust the MULTISPACE one to use plural

Closes #7866

bffe90cf18-Oct-2021 Daniel Stenberg

url: set "k->size" -1 at start of request

The size of the transfer is unknown at that point.

Fixes #7871
Closes #7872

f06280eb18-Oct-2021 Daniel Gustafsson

doh: remove experimental code for DoH with GET

The code for sending DoH requests with GET was never enabled in a way
such that it could be used or tested. As there haven't been requests

doh: remove experimental code for DoH with GET

The code for sending DoH requests with GET was never enabled in a way
such that it could be used or tested. As there haven't been requests
for this feature, and since it at this is effectively dead, remove it
and favor reimplementing the feature in case anyone is interested.

Closes #7870
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

1...<<231232233234235236237238239240>>...1351