History log of /curl/ (Results 4151 – 4175 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
17f0891130-Dec-2022 Daniel Stenberg

docs/libcurl/curl_getdate.3: minor whitespace edit

To avoid a fccp quirk that made it render wrongly on the website

54120efd28-Dec-2022 Daniel Stenberg

transfer: break the read loop when RECV is cleared

When the RECV bit is cleared because the response reading for this
transfer is complete, the read loop should be stopped. data_pending(

transfer: break the read loop when RECV is cleared

When the RECV bit is cleared because the response reading for this
transfer is complete, the read loop should be stopped. data_pending()
can otherwise still return TRUE and another read would be attempted.

Reported-by: Hide Ishikawa
Fixes #10172
Closes #10174

show more ...

1c00796029-Dec-2022 Daniel Stenberg

multihandle: turn bool struct fields into bits

Closes #10179

b011943629-Dec-2022 Stefan Eissing

ftpserver: lower the normal DATA connect timeout to speed up torture tests

- tests/ftpserver.pl blocks when expecting a DATA connection from the
client.

- the previous 10 seco

ftpserver: lower the normal DATA connect timeout to speed up torture tests

- tests/ftpserver.pl blocks when expecting a DATA connection from the
client.

- the previous 10 seconds were encountered repeatedly in torture tests
and let to long waits.

- 2 seconds should still be sufficient for current hw, but CI will show.

Closes #10178

show more ...

ae98b85027-Dec-2022 Nick Banks

msh3: add support for request payload

Closes #10136

f39472ea28-Dec-2022 Stefan Eissing

openssl: remove attached easy handles from SSL instances

- keeping the "current" easy handle registered at SSL* is no longer
necessary, since the "calling" data object is already sto

openssl: remove attached easy handles from SSL instances

- keeping the "current" easy handle registered at SSL* is no longer
necessary, since the "calling" data object is already stored in the
cfilter's context (and used by other SSL backends from there).
- The "detach" of an easy handle that goes out of scope is then avoided.
- using SSL_set0_wbio for clear reference counting where available.

Closes #10151

show more ...

7fa449ca27-Dec-2022 Daniel Stenberg

socketpair: allow localhost MITM sniffers

Windows allow programs to MITM connections to localhost. The previous
check here would detect that and error out. This new method writes data

socketpair: allow localhost MITM sniffers

Windows allow programs to MITM connections to localhost. The previous
check here would detect that and error out. This new method writes data
to verify the pipe thus allowing MITM.

Reported-by: SerusDev on github
Fixes #10144
Closes #10169

show more ...

5ab72b9a27-Dec-2022 Daniel Stenberg

HTTP3: mention what needs to be in place to remove EXPERIMENTAL label

Closes #10168

54130a6c27-Dec-2022 Andy Alt

MANUAL.md: add pipe to apt-key example

Closes #10170

01b6afd827-Dec-2022 Daniel Stenberg

test417: verify %{certs} output

d9ee0e4727-Dec-2022 Daniel Stenberg

runtests: make 'mbedtls' a testable feature

Also add to FILEFORMAT.md

c6aa19c127-Dec-2022 Daniel Stenberg

writeout: add %{certs} and %{num_certs}

Let users get the server certificate chain using the command line

Closes #10019

db5f833c27-Dec-2022 Stefan Eissing

haxproxy: send before TLS handhshake

- reverse order of haproxy and final ssl cfilter

- make haproxy avaiable on PROXY builds, independent of HTTP support as
it can be used wi

haxproxy: send before TLS handhshake

- reverse order of haproxy and final ssl cfilter

- make haproxy avaiable on PROXY builds, independent of HTTP support as
it can be used with any protocol.

Reported-by: Sergio-IME on github
Fixes #10165
Closes #10167

show more ...

1971a86127-Dec-2022 Daniel Stenberg

RELEASE-NOTES: synced

ea5aaaa527-Dec-2022 Daniel Stenberg

test446: verify hsts with two URLs

dc07252427-Dec-2022 Daniel Stenberg

runtests: support crlf="yes" for verify/proxy

ca02a77f27-Dec-2022 Daniel Stenberg

hsts: handle adding the same host name again

It will then use the largest expire time of the two entries.

0bf8b79627-Dec-2022 Daniel Stenberg

tool_operate: share HSTS between handles

076a2f6227-Dec-2022 Daniel Stenberg

share: add sharing of HSTS cache among handles

Closes #10138

692c737027-Dec-2022 Viktor Szakats

Makefile.mk: fix wolfssl and mbedtls default paths

Fix the defaults for `WOLFSSL_PATH` and `MBEDTLS_PATH` to have
meaningful values instead of the copy-pasted wrong ones.

Ref: h

Makefile.mk: fix wolfssl and mbedtls default paths

Fix the defaults for `WOLFSSL_PATH` and `MBEDTLS_PATH` to have
meaningful values instead of the copy-pasted wrong ones.

Ref: https://github.com/curl/curl/commit/66e68ca47f7fd00dff2cb7c45ba6725d40099585#r94275172

Reported-by: Ryan Schmidt
Closes #10164

show more ...

9566372a26-Dec-2022 Daniel Stenberg

INTERNALS: cleanup

- remove "operating systems" (mostly outdated)

- upodate the "build tools"

Closes #10162

dfbe035c26-Dec-2022 Daniel Stenberg

cmake: bump requirement to 3.7

Because this is the cmake version (released in November 2016) that
introduced GREATER_EQUAL, which is used already.

Reported-by: nick-telia on git

cmake: bump requirement to 3.7

Because this is the cmake version (released in November 2016) that
introduced GREATER_EQUAL, which is used already.

Reported-by: nick-telia on github
Fixes #10128
Closes #10161

show more ...

728400f826-Dec-2022 Daniel Stenberg

cfilters:Curl_conn_get_select_socks: use the first non-connected filter

When there are filters addded for both socket and SSL, the code
previously checked the SSL sockets during connect

cfilters:Curl_conn_get_select_socks: use the first non-connected filter

When there are filters addded for both socket and SSL, the code
previously checked the SSL sockets during connect when it *should* first
check the socket layer until that has connected.

Fixes #10157
Fixes #10146
Closes #10160

Reviewed-by: Stefan Eissing

show more ...

901392cb26-Dec-2022 Daniel Stenberg

urlapi: add CURLU_PUNYCODE

Allows curl_url_get() get the punycode version of host names for the
host name and URL parts.

Extend test 1560 to verify.

Closes #10109

cf17481026-Dec-2022 Daniel Stenberg

RELEASE-NOTES: synced

1...<<161162163164165166167168169170>>...1351