e7ae6f01 | 08-Jun-2021 |
Daniel Stenberg |
test599: adjusted to work in hyper mode Closes #7209 |
372361f6 | 08-Jun-2021 |
Daniel Stenberg |
c-hyper: fix the uploaded field in progress callbacks Makes test 578 work Closes #7209 |
cd5ca9bb | 08-Jun-2021 |
Daniel Stenberg |
test566: adjust to work with hyper mode Closes #7209 |
92c588f0 | 09-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 |
fdb32eef | 08-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 ...
|
76035e61 | 08-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 ...
|
a3a298da | 07-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 ...
|
3ac9b805 | 08-Jun-2021 |
Daniel Stenberg |
test644: remove as duplicate of test 587 Closes #7208 |
51975c2c | 08-Jun-2021 |
Daniel Gustafsson |
RELEASE-NOTES: synced |
1bd4b3f4 | 08-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 ...
|
3d01b750 | 07-Jun-2021 |
Daniel Stenberg |
GHA: add several libcurl tests to the hyper job 500 to 512 |
48b0cca6 | 07-Jun-2021 |
Daniel Stenberg |
test500: adjust to work with hyper mode |
32311d2d | 07-Jun-2021 |
Daniel Stenberg |
c-hyper: support CURLINFO_STARTTRANSFER_TIME Closes #7204 |
7de85d27 | 07-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 |
33812ad3 | 07-Jun-2021 |
Daniel Stenberg |
GHA: run the newly fixed tests with hyper Closes #7205 |
57e46dce | 07-Jun-2021 |
Daniel Stenberg |
test433: adjust for hyper mode Closes #7205 |
528f2273 | 07-Jun-2021 |
Daniel Stenberg |
test395: hyper cannot work around > 64 bit content-lengths like built-in Closes #7205 |
77590673 | 07-Jun-2021 |
Daniel Stenberg |
test394: hyper returns a different error Closes #7205 |
1449713d | 07-Jun-2021 |
Daniel Stenberg |
test393: make Content-Length fit within 64 bit for hyper Closes #7205 |
ae37f46e | 07-Jun-2021 |
Daniel Stenberg |
test347: CRLFify to work in hyper mode Closes #7205 |
71da11a4 | 07-Jun-2021 |
Daniel Stenberg |
test339: CRLFify better to work in hyper mode Closes #7205 |
fc404d58 | 07-Jun-2021 |
Daniel Stenberg |
travis: remove the hyper build |
b28a8895 | 07-Jun-2021 |
Daniel Stenberg |
GHA: add a linux-hyper job Closes #7206 |
b26f1dc1 | 07-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 |
659ea560 | 07-Jun-2021 |
Daniel Stenberg |
release-notes.pl: also spot common 'closes' typo |