6dd8d7f3 | 13-Feb-2022 |
Daniel Stenberg |
connect: follow-up fix the copyright year |
06eb2081 | 07-Feb-2022 |
MAntoniak <47522782+MAntoniak@users.noreply.github.com> |
misc: remove unused data when IPv6 is not supported Closes #8430 |
ae5e57c3 | 12-Feb-2022 |
Daniel Stenberg |
scripts/ciconfig: show CI job config info Closes #8446 |
f6706654 | 11-Feb-2022 |
Daniel Stenberg |
quiche: handle stream reset A stream reset now causes a CURLE_PARTIAL_FILE error. I'm not convinced this is the right action nor the right error code. Reported-by: Lucas Pardue
quiche: handle stream reset A stream reset now causes a CURLE_PARTIAL_FILE error. I'm not convinced this is the right action nor the right error code. Reported-by: Lucas Pardue Fixes #8437 Closes #8440
show more ...
|
c8e8791d | 11-Feb-2022 |
Daniel Stenberg |
mime: use a define instead of the magic number 24 MIME_BOUNDARY_DASHES is now the number of leading dashes in the generated boundary string. Closes #8441 |
65c6e37f | 10-Feb-2022 |
Henrik Holst |
hostcheck: reduce strlen calls on chained certificates Closes #8428 |
0bd50335 | 10-Feb-2022 |
Patrick Monnerat |
mime: some more strlen() call removals. Closes #8423 |
b0d18dbc | 12-Feb-2022 |
Daniel Stenberg |
scripts/cijobs.pl: detect zuul cmake jobs better |
c3331a02 | 11-Feb-2022 |
Daniel Stenberg |
url: exclude zonefrom_url when no ipv6 is available Closes #8439 |
7e65d910 | 11-Feb-2022 |
Daniel Stenberg |
if2ip: make Curl_ipv6_scope a blank macro when IPv6-disabled Closes #8439 |
186340c9 | 10-Feb-2022 |
Henrik Holst |
mprintf: remove strlen calls on empty strings in dprintf_formatf Turns out that in dprintf_formatf we did a strlen on empty strings, a bit strange is how common this actually is, 24 alon
mprintf: remove strlen calls on empty strings in dprintf_formatf Turns out that in dprintf_formatf we did a strlen on empty strings, a bit strange is how common this actually is, 24 alone when doing a simple GET from https://curl.se Closes #8427
show more ...
|
e1667a61 | 11-Feb-2022 |
Daniel Stenberg |
wolfssl: return CURLE_AGAIN for the SSL_ERROR_NONE case Closes #8431 |
327ef305 | 10-Feb-2022 |
Daniel Stenberg |
wolfssl: when SSL_read() returns zero, check the error Returning zero indicates end of connection, so if there's no data read but the connection is alive, it needs to return -1 with CURL
wolfssl: when SSL_read() returns zero, check the error Returning zero indicates end of connection, so if there's no data read but the connection is alive, it needs to return -1 with CURLE_AGAIN. Closes #8431
show more ...
|
96f85a0f | 11-Feb-2022 |
Daniel Stenberg |
quiche: after leaving h3_recving state, poll again This could otherwise easily leave libcurl "hanging" after the entire transfer is done but without noticing the end-of-transfer signal.
quiche: after leaving h3_recving state, poll again This could otherwise easily leave libcurl "hanging" after the entire transfer is done but without noticing the end-of-transfer signal. Assisted-by: Lucas Pardue Closes #8436
show more ...
|
6883180f | 10-Feb-2022 |
Daniel Stenberg |
quiche: when *recv_body() returns data, drain it before polling again Assisted-by: Lucas Pardue Closes #8429 |
053c27c1 | 10-Feb-2022 |
gaoxingwang on github |
configure: fix '--enable-code-coverage' typo Fixes #8425 Closes #8426 |
836d3ccf | 10-Feb-2022 |
Daniel Stenberg |
lib/h2h3: #ifdef on ENABLE_QUIC, not the wrong define Otherwise the build fails when H3 is enabled but the build doesn't include nghttp2. Closes #8424 |
d15692eb | 09-Feb-2022 |
Daniel Stenberg |
hostcheck: pass in pattern length too, to avoid a strlen call Removes one strlen() call per SAN name in a cert-check. Closes #8418 |
9bc3cebc | 08-Feb-2022 |
HenrikHolst |
misc: remove strlen for Curl_checkheaders + Curl_checkProxyheaders Closes #8409 |
3738de3b | 07-Feb-2022 |
Daniel Stenberg |
configure: requires --with-nss-deprecated to build with NSS Add deprecation plans to docs/DEPRECATE.md Closes #8395 |
f9d1b250 | 09-Feb-2022 |
Daniel Stenberg |
mqtt: free 'sendleftovers' in disconnect Fix a memory-leak Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43646 Closes #8415 |
d9c61a97 | 08-Feb-2022 |
Patrick Monnerat |
openldap: pass string length arguments to client_write() This uses the new STRCONST() macro and saves 2 strlen() calls on short string constants per LDIF output line. Closes #84
openldap: pass string length arguments to client_write() This uses the new STRCONST() macro and saves 2 strlen() calls on short string constants per LDIF output line. Closes #8404
show more ...
|
b8072192 | 07-Feb-2022 |
HenrikHolst |
misc: reduce strlen() calls with Curl_dyn_add() Use STRCONST() to switch from Curl_dyn_add() to Curl_dyn_addn() for string literals. Closes #8398 |
2a195151 | 09-Feb-2022 |
Daniel Stenberg |
http2: fix the array copy to nghttp2_nv Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44517 Follow-up to 9f985a11e794 Closes #8414 |
77a9be6c | 09-Feb-2022 |
Daniel Stenberg |
RELEASE-NOTES: synced |