e067f46c | 08-Dec-2021 |
Daniel Stenberg |
libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK Follow-up to #8089 (2b3dd01) Closes #8116 |
8d8f384f | 08-Dec-2021 |
Daniel Stenberg |
hash: add asserts to help detect bad usage For example trying to add entries after the hash has been "cleaned up" Closes #8115 |
f443834c | 09-Dec-2021 |
Daniel Stenberg |
lib530: abort on curl_multi errors This makes torture tests run more proper. Also add an assert to trap situations where it would end up with no sockets to wait for. Cl
lib530: abort on curl_multi errors This makes torture tests run more proper. Also add an assert to trap situations where it would end up with no sockets to wait for. Closes #8121
show more ...
|
e28628ff | 08-Dec-2021 |
Daniel Stenberg |
FAQ: we never pronounced it "see URL", we say "kurl" |
f72b8f98 | 07-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
51a2e3ff | 07-Dec-2021 |
Daniel Stenberg |
CURLOPT_RESOLVE.3: minor polish Minor rephrasing for some explanations. Put the format strings in stand-alone lines with .nf/.fi to be easier to spot. Move "added in" to AV
CURLOPT_RESOLVE.3: minor polish Minor rephrasing for some explanations. Put the format strings in stand-alone lines with .nf/.fi to be easier to spot. Move "added in" to AVAILABILITY Closed #8110
show more ...
|
45c6448e | 06-Dec-2021 |
Daniel Stenberg |
test1556: adjust for hyper Closes #8105 |
1bea1221 | 06-Dec-2021 |
Daniel Stenberg |
test1554: adjust for hyper Closes #8104 |
8f2fb3cd | 07-Dec-2021 |
Daniel Stenberg |
retry-all-errors.d: make the example complete ... as it needs --retry too to work |
05f899c8 | 06-Dec-2021 |
Daniel Stenberg |
TODO: 5.7 Require HTTP version X or higher Closes #7980 |
1a4c14cb | 06-Dec-2021 |
Daniel Stenberg |
CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL This is the exact same limitation already documented for CURLOPT_WRITEDATA but should be clarified here. It also has a differe
CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL This is the exact same limitation already documented for CURLOPT_WRITEDATA but should be clarified here. It also has a different work-around. Reported-by: Stephane Pellegrino Bug: https://github.com/curl/curl/issues/8102 Closes #8103
show more ...
|
2b3dd01b | 02-Dec-2021 |
Daniel Stenberg |
multi: handle errors returned from socket/timer callbacks The callbacks were partially documented to support this. Now the behavior is documented and returning error from either of these
multi: handle errors returned from socket/timer callbacks The callbacks were partially documented to support this. Now the behavior is documented and returning error from either of these callbacks will effectively kill all currently ongoing transfers. Added test 530 to verify Reported-by: Marcelo Juchem Fixes #8083 Closes #8089
show more ...
|
b3f9c1aa | 06-Dec-2021 |
Daniel Stenberg |
http2:set_transfer_url() return early on OOM If curl_url() returns NULL this should return early to avoid mistakes - even if right now the subsequent function invokes are all OK.
http2:set_transfer_url() return early on OOM If curl_url() returns NULL this should return early to avoid mistakes - even if right now the subsequent function invokes are all OK. Coverity (wrongly) pointed out this as a NULL deref. Closes #8100
show more ...
|
bc064a81 | 06-Dec-2021 |
Daniel Stenberg |
tool_parsecfg: use correct free() call to free memory Detected by Coverity. CID 1494642. Follow-up from 2be1aa619bca Closes #8099 |
75b31ce6 | 06-Dec-2021 |
Daniel Stenberg |
tool_operate: fix potential memory-leak A 'CURLU *' would leak if url_proto() is called with no URL. Detected by Coverity. CID 1494643. Follow-up to 18270893abdb19 Closes #8
tool_operate: fix potential memory-leak A 'CURLU *' would leak if url_proto() is called with no URL. Detected by Coverity. CID 1494643. Follow-up to 18270893abdb19 Closes #8098
show more ...
|
a40160ae | 30-Nov-2021 |
Patrick Monnerat |
openldap: implement STARTTLS As this introduces use of CURLOPT_USE_SSL option for LDAP, also check this option in ldap.c as it is not supported by this backend. Closes #8065 |
a6e26434 | 06-Dec-2021 |
Jun Tseng |
curl_easy_unescape.3: call curl_easy_cleanup in example Closes #8097 |
a42f60d9 | 06-Dec-2021 |
Jun Tseng |
curl_easy_escape.3: call curl_easy_cleanup in example Closes #8097 |
a82fe5d2 | 05-Dec-2021 |
Daniel Stenberg |
tool_listhelp: sync Follow-up to 172068b76f |
172068b7 | 03-Dec-2021 |
Damien Walsh |
request.d: refer to 'method' rather than 'command' Closes #8094 |
de3911e9 | 03-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
cdde5414 | 03-Dec-2021 |
Daniel Stenberg |
writeout: fix %{http_version} for HTTP/3 Output "3" properly when HTTP/3 was used. Reported-by: Bernat Mut Fixes #8072 Closes #8092 |
92d1aee8 | 03-Dec-2021 |
Daniel Stenberg |
urlapi: accept port number zero This is a regression since 7.62.0 (fb30ac5a2d). Updated test 1560 accordingly Reported-by: Brad Fitzpatrick Fixes #8090 Closes #8091 |
f67b4d37 | 01-Dec-2021 |
Mark Dodgson |
lift: ignore is a deprecated config option, use ignoreRules Closes #8082 |
3199eb25 | 30-Nov-2021 |
Alessandro Ghedini |
HTTP3: update quiche build instructions The repo repo was re-organized a bit, so the build instructions need to be updated. Closes #8076 |