History log of /curl/ (Results 5526 – 5550 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6dd8d7f313-Feb-2022 Daniel Stenberg

connect: follow-up fix the copyright year

06eb208107-Feb-2022 MAntoniak <47522782+MAntoniak@users.noreply.github.com>

misc: remove unused data when IPv6 is not supported

Closes #8430

ae5e57c312-Feb-2022 Daniel Stenberg

scripts/ciconfig: show CI job config info

Closes #8446

f670665411-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 ...

c8e8791d11-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

65c6e37f10-Feb-2022 Henrik Holst

hostcheck: reduce strlen calls on chained certificates

Closes #8428

0bd5033510-Feb-2022 Patrick Monnerat

mime: some more strlen() call removals.

Closes #8423

b0d18dbc12-Feb-2022 Daniel Stenberg

scripts/cijobs.pl: detect zuul cmake jobs better

c3331a0211-Feb-2022 Daniel Stenberg

url: exclude zonefrom_url when no ipv6 is available

Closes #8439

7e65d91011-Feb-2022 Daniel Stenberg

if2ip: make Curl_ipv6_scope a blank macro when IPv6-disabled

Closes #8439

186340c910-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 ...

e1667a6111-Feb-2022 Daniel Stenberg

wolfssl: return CURLE_AGAIN for the SSL_ERROR_NONE case

Closes #8431

327ef30510-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 ...

96f85a0f11-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 ...

6883180f10-Feb-2022 Daniel Stenberg

quiche: when *recv_body() returns data, drain it before polling again

Assisted-by: Lucas Pardue

Closes #8429

053c27c110-Feb-2022 gaoxingwang on github

configure: fix '--enable-code-coverage' typo

Fixes #8425
Closes #8426

836d3ccf10-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

d15692eb09-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

9bc3cebc08-Feb-2022 HenrikHolst

misc: remove strlen for Curl_checkheaders + Curl_checkProxyheaders

Closes #8409

3738de3b07-Feb-2022 Daniel Stenberg

configure: requires --with-nss-deprecated to build with NSS

Add deprecation plans to docs/DEPRECATE.md

Closes #8395

f9d1b25009-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

d9c61a9708-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 ...

b807219207-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

2a19515109-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

77a9be6c09-Feb-2022 Daniel Stenberg

RELEASE-NOTES: synced

1...<<221222223224225226227228229230>>...1351