History log of /curl/ (Results 6476 – 6500 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7ae6f0108-Jun-2021 Daniel Stenberg

test599: adjusted to work in hyper mode

Closes #7209

372361f608-Jun-2021 Daniel Stenberg

c-hyper: fix the uploaded field in progress callbacks

Makes test 578 work

Closes #7209

cd5ca9bb08-Jun-2021 Daniel Stenberg

test566: adjust to work with hyper mode

Closes #7209

92c588f009-Jun-2021 Fawad Mirza <37993847+FawadMirza32@users.noreply.github.com>

CURLOPT_WRITEFUNCTION.3: minor update of the example

Safely avoid chunk.size garbage value if declared non globally.

Closes #7219

fdb32eef08-Jun-2021 Bastian Krause

configure: rename get-easy-option configure option to get-easy-options

"get-easy-options" is the configure option advertised by the help text
anyway, so use that.

Fixes #7211

configure: rename get-easy-option configure option to get-easy-options

"get-easy-options" is the configure option advertised by the help text
anyway, so use that.

Fixes #7211
Closes #7213

Follow-up to ad691b191 ("configure: added --disable-get-easy-options")
Suggested-by: Daniel Stenberg <daniel@haxx.se>
Signed-off-by: Bastian Krause <bst@pengutronix.de>

show more ...

76035e6108-Jun-2021 Daniel Stenberg

runtests: skip disabled tests unless -f is used

To make it easier to write ranges like '115 to 229' without that
explicitly enabling tests that are listed in DISABLED, this makes
run

runtests: skip disabled tests unless -f is used

To make it easier to write ranges like '115 to 229' without that
explicitly enabling tests that are listed in DISABLED, this makes
runtests always skip disabled tests unless the -f command line option is
used.

Previously the code attempted to not run such tests, but didn't do it
correctly.

Closes #7212

show more ...

a3a298da07-Jun-2021 Jun-ya Kato

ngtcp2: disable TLSv1.3 compatible mode when using GnuTLS

The latest GnuTLS-3.7.2 implements disable switch for TLSv1.3 compatible
mode for middle box but it is enabled by default, which

ngtcp2: disable TLSv1.3 compatible mode when using GnuTLS

The latest GnuTLS-3.7.2 implements disable switch for TLSv1.3 compatible
mode for middle box but it is enabled by default, which is unnecessary
for QUIC.

Fixes #6896
Closes #7202

show more ...

3ac9b80508-Jun-2021 Daniel Stenberg

test644: remove as duplicate of test 587

Closes #7208

51975c2c08-Jun-2021 Daniel Gustafsson

RELEASE-NOTES: synced

1bd4b3f408-Jun-2021 Daniel Gustafsson

cookies: track expiration in jar to optimize removals

Removing expired cookies needs to be a fast operation since we want to
be able to perform it often and speculatively. By tracking th

cookies: track expiration in jar to optimize removals

Removing expired cookies needs to be a fast operation since we want to
be able to perform it often and speculatively. By tracking the timestamp
of the next known expiration we can exit early in case the timestamp is
in the future.

Closes: #7172
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

3d01b75007-Jun-2021 Daniel Stenberg

GHA: add several libcurl tests to the hyper job

500 to 512

48b0cca607-Jun-2021 Daniel Stenberg

test500: adjust to work with hyper mode

32311d2d07-Jun-2021 Daniel Stenberg

c-hyper: support CURLINFO_STARTTRANSFER_TIME

Closes #7204

7de85d2707-Jun-2021 Daniel Stenberg

c-hyper: support CURLOPT_HEADER

When enabled, the headers are passed to the body write callback as well.

Like in test 500

Closes #7204

33812ad307-Jun-2021 Daniel Stenberg

GHA: run the newly fixed tests with hyper

Closes #7205

57e46dce07-Jun-2021 Daniel Stenberg

test433: adjust for hyper mode

Closes #7205

528f227307-Jun-2021 Daniel Stenberg

test395: hyper cannot work around > 64 bit content-lengths like built-in

Closes #7205

7759067307-Jun-2021 Daniel Stenberg

test394: hyper returns a different error

Closes #7205

1449713d07-Jun-2021 Daniel Stenberg

test393: make Content-Length fit within 64 bit for hyper

Closes #7205

ae37f46e07-Jun-2021 Daniel Stenberg

test347: CRLFify to work in hyper mode

Closes #7205

71da11a407-Jun-2021 Daniel Stenberg

test339: CRLFify better to work in hyper mode

Closes #7205

fc404d5807-Jun-2021 Daniel Stenberg

travis: remove the hyper build

b28a889507-Jun-2021 Daniel Stenberg

GHA: add a linux-hyper job

Closes #7206

b26f1dc107-Jun-2021 Daniel Stenberg

test328: avoid a header-looking body to make hyper mode work

The test still works the same, just modified two bytes in the content.

Closes #7203

659ea56007-Jun-2021 Daniel Stenberg

release-notes.pl: also spot common 'closes' typo

1...<<251252253254255256257258259260>>...1351