0c2d3118 | 22-Oct-2021 |
Daniel Stenberg |
curl-confopts.m4: remove --enable/disable-hidden-symbols These configure options have been saying "deprecated" since 9e24b9c7af (April 2012). It was about time we remove them.
curl-confopts.m4: remove --enable/disable-hidden-symbols These configure options have been saying "deprecated" since 9e24b9c7af (April 2012). It was about time we remove them. Closes #7891
show more ...
|
10883eb9 | 22-Oct-2021 |
Daniel Stenberg |
c-hyper: don't abort CONNECT responses early when auth-in-progress ... and make sure to stop ignoring the body once the CONNECT is done. This should make test 206 work proper again
c-hyper: don't abort CONNECT responses early when auth-in-progress ... and make sure to stop ignoring the body once the CONNECT is done. This should make test 206 work proper again and not be flaky. Closes #7889
show more ...
|
1732502c | 22-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 |
f852f908 | 21-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 |
cf088201 | 21-Oct-2021 |
Daniel Stenberg |
c-hyper: make test 217 run Closes #7889 |
a76f3c59 | 21-Oct-2021 |
Daniel Stenberg |
DISABLED: enable test 209+213 for hyper Follow-up to 823d3ab855c Closes #7889 |
7b4d44e0 | 21-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 |
a2cab811 | 21-Oct-2021 |
Érico Nogueira |
INSTALL: update symbol hiding option --enable-hidden-symbols was deprecated in 9e24b9c7afbcb81120af4cf3f6cdee49a06d8224. Closes #7890 |
823d3ab8 | 21-Oct-2021 |
Daniel Stenberg |
http_proxy: multiple CONNECT with hyper done better Enabled test 206 Closes #7888 |
5276ec94 | 21-Oct-2021 |
Daniel Stenberg |
hyper: pass the CONNECT line to the debug callback Closes #7887 |
09a8b83c | 21-Oct-2021 |
Daniel Stenberg |
mailmap: Malik Idrees Hasan Khan |
f0053491 | 21-Oct-2021 |
MalikIdreesHasa <77000356+MalikIdreesHasanKhan@users.noreply.github.com> |
build: fix typos Closes https://github.com/curl/curl/pull/7886 |
4a3c324a | 19-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 ...
|
2c8a8140 | 20-Oct-2021 |
Daniel Stenberg |
manpage: adjust the asterisk in some SYNOPSIS sections Closes #7884 |
47c4f7b2 | 20-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 ...
|
671bf799 | 20-Oct-2021 |
Daniel Stenberg |
docs/THANKS: removed on request |
5ad23d5c | 20-Oct-2021 |
Daniel Stenberg |
FAQ: polish the explanation of libcurl |
9fa1ce4e | 20-Oct-2021 |
Daniel Stenberg |
curl_easy_perform.3: minor wording tweak |
a24e8959 | 19-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 |
54aa9c48 | 19-Oct-2021 |
Daniel Stenberg |
tls: remove newline from three infof() calls Follow-up to e7416cf Reported-by: billionai on github Fixes #7879 Closes #7880 |
275e5431 | 19-Oct-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
de0bd854 | 19-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 ...
|
20e980f8 | 18-Oct-2021 |
Bo Anderson |
curl_gssapi: fix link error on macOS Monterey Fixes #7657 Closes #7875 |
c75f14cb | 17-Oct-2021 |
Daniel Stenberg |
test1185: verify checksrc Closes #7866 |
3da8b4da | 18-Oct-2021 |
Daniel Stenberg |
checksrc: improve the SPACESEMICOLON error message and adjust the MULTISPACE one to use plural Closes #7866 |