History log of /curl/ (Results 2951 – 2975 of 33759)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
20e3287a19-Aug-2023 Maksim Sciepanienka

tool_urlglob: use the correct format specifier for curl_off_t in msnprintf

Closes #11698

73b6d4e819-Aug-2023 Daniel Stenberg

test687/688: two more basic --xattr tests

Closes #11697

b3ee221919-Aug-2023 Daniel Stenberg

cmdline-opts/docs: mentioned the negative option part

... for --no-alpn and --no-buffer in the same style done for other --no-
options:

"Note that this is the negated option nam

cmdline-opts/docs: mentioned the negative option part

... for --no-alpn and --no-buffer in the same style done for other --no-
options:

"Note that this is the negated option name documented."

Closes #11695

show more ...

70f1b54019-Aug-2023 Emanuele Torre

tool/var: also error when expansion result starts with NUL

Expansions whose output starts with NUL were being expanded to the empty
string, and not being recognised as values that contai

tool/var: also error when expansion result starts with NUL

Expansions whose output starts with NUL were being expanded to the empty
string, and not being recognised as values that contain a NUL byte, and
should error.

Closes #11694

show more ...

1c3fcbda19-Aug-2023 Daniel Stenberg

tests: add 'large-time' as a testable feature

This allows test cases to require this feature to run and to be used in
%if conditions.

Large here means larger than 32 bits. Ie do

tests: add 'large-time' as a testable feature

This allows test cases to require this feature to run and to be used in
%if conditions.

Large here means larger than 32 bits. Ie does not suffer from y2038.

Closes #11696

show more ...

98483a8a18-Aug-2023 Daniel Stenberg

tests/Makefile: add check-translatable-options.pl to tarball

Used in test 1544

Follow-up to ae806395abc8c

c5eda5df17-Aug-2023 Daniel Stenberg

gen.pl: fix a long version generation mistake

Too excessive escaping made the parsing not find the correct long names
later and instead add "wrong" links.

Follow-up to 439ff2052

gen.pl: fix a long version generation mistake

Too excessive escaping made the parsing not find the correct long names
later and instead add "wrong" links.

Follow-up to 439ff2052e219

Reported-by: Lukas Tribus
Fixes #11688
Closes #11689

show more ...

74b87a8a16-Aug-2023 Daniel Stenberg

lib: move mimepost data from ->req.p.http to ->state

When the legacy CURLOPT_HTTPPOST option is used, it gets converted into
the modem mimpost struct at first use. This data is (now) kep

lib: move mimepost data from ->req.p.http to ->state

When the legacy CURLOPT_HTTPPOST option is used, it gets converted into
the modem mimpost struct at first use. This data is (now) kept for the
entire transfer and not only per single HTTP request. This re-enables
rewind in the beginning of the second request instead of in end of the
first, as brought by 1b39731.

The request struct is per-request data only.

Extend test 650 to verify.

Fixes #11680
Reported-by: yushicheng7788 on github
Closes #11682

show more ...

821d108f10-Aug-2023 Patrick Monnerat

os400: do not check translatable options at build time

Now that there is a test for this, the build time check is not needed
anymore.

Closes #11650

ae80639510-Aug-2023 Patrick Monnerat

test1554: check translatable string options in OS400 wrapper

This test runs a perl script that checks all string options are properly
translated by the OS400 character code conversion wr

test1554: check translatable string options in OS400 wrapper

This test runs a perl script that checks all string options are properly
translated by the OS400 character code conversion wrapper. It also
verifies these options are listed in alphanumeric order in the wrapper
switch statement.

Closes #11650

show more ...

e90d356517-Aug-2023 Daniel Stenberg

unit3200: skip testing if function is not present

Fake a successful run since we have no easy mechanism to skip this test
for this advanced condition.

de7d421017-Aug-2023 Daniel Stenberg

unit2600: fix build warning if built without verbose messages

7c4cb06517-Aug-2023 Daniel Stenberg

test1608: make it build and get skipped without shuffle DNS support

e67718ee17-Aug-2023 Daniel Stenberg

lib: --disable-bindlocal builds curl without local binding support

97a79c7917-Aug-2023 Daniel Stenberg

test1304: build and skip without netrc support

acca40c917-Aug-2023 Daniel Stenberg

lib: build fixups when built with most things disabled

Closes #11687

793157c516-Aug-2023 Daniel Stenberg

workflows/macos.yml: disable zstd and alt-svc in the http-only build

Closes #11683

1bccee7617-Aug-2023 Stefan Eissing

bearssl: handshake fix, provide proper get_select_socks() implementation

- bring bearssl handshake times down from +200ms down to other TLS backends
- vtls: improve generic get_select_so

bearssl: handshake fix, provide proper get_select_socks() implementation

- bring bearssl handshake times down from +200ms down to other TLS backends
- vtls: improve generic get_select_socks() implementation
- tests: provide Apache with a suitable ssl session cache

Closes #11675

show more ...

57e81ff315-Aug-2023 Stefan Eissing

tests: TLS session sharing test

- test TLS session sharing with special test client
- expect failure with wolfSSL
- disable flaky wolfSSL test_02_07b

Closes #11675

dd094ba517-Aug-2023 Daniel Stenberg

CURLOPT_*TIMEOUT*: extend and clarify

Closes #11686

a281057015-Aug-2023 Daniel Stenberg

urlapi: return CURLUE_BAD_HOSTNAME if puny2idn encoding fails

And document it. Only return out of memory when it actually is a memory
problem.

Pointed-out-by: Jacob Mealey
C

urlapi: return CURLUE_BAD_HOSTNAME if puny2idn encoding fails

And document it. Only return out of memory when it actually is a memory
problem.

Pointed-out-by: Jacob Mealey
Closes #11674

show more ...

9ec764ee16-Aug-2023 Mathew Benson

cmake: add GnuTLS option

- Option to use GNUTLS was missing. Hence was not able to use GNUTLS
with ngtcp2 for http3.

Closes #11685

eb3b049d16-Aug-2023 Daniel Stenberg

RELEASE-NOTES: synced

be21769c16-Aug-2023 Daniel Stenberg

http: remove the p_pragma struct field

unused since 40e8b4e52 (2008)

Closes #11681

8843bef312-Aug-2023 Jay Satiro

CURLINFO_CERTINFO.3: better explain curl_certinfo struct

Closes https://github.com/curl/curl/pull/11666

1...<<111112113114115116117118119120>>...1351