86d9bf42 | 11-Jun-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
f60f5172 | 11-Jun-2021 |
Daniel Stenberg |
runtests: init $VERSION to avoid warnings when using -l |
a5adf8cb | 10-Jun-2021 |
Daniel Stenberg |
openssl: don't remove session id entry in disassociate When a connection is disassociated from a transfer, the Session ID entry should remain. Regression since 7f4a9a9 (shipped
openssl: don't remove session id entry in disassociate When a connection is disassociated from a transfer, the Session ID entry should remain. Regression since 7f4a9a9 (shipped in libcurl 7.77.0) Reported-by: Gergely Nagy Reported-by: Paul Groke Fixes #7222 Closes #7230
show more ...
|
2784a585 | 10-Jun-2021 |
Daniel Stenberg |
single_transfer: ignore blank --output-dir ... as otherwise it creates a rather unexpected target directory with a leading slash. Reported-by: Harry Sintonen Fixes #7218
single_transfer: ignore blank --output-dir ... as otherwise it creates a rather unexpected target directory with a leading slash. Reported-by: Harry Sintonen Fixes #7218 Closes #7233
show more ...
|
a15d146f | 11-Jun-2021 |
Daniel Stenberg |
tests: update README about servers and port numbers Closes #7242 |
14a2ca85 | 09-Jun-2021 |
Daniel Stenberg |
conn_shutdown: if closed during CONNECT cleanup properly Reported-by: Alex Xu Reported-by: Phil E. Taylor Fixes #7236 Closes #7237 |
02dfe719 | 10-Jun-2021 |
Christian Weisgerber |
sws: malloc request struct instead of using stack ... 2MB requests is otherwise just too big for some systems. (The allocations are not freed properly.) Bug: https://curl.s
sws: malloc request struct instead of using stack ... 2MB requests is otherwise just too big for some systems. (The allocations are not freed properly.) Bug: https://curl.se/mail/lib-2021-06/0018.html Closes #7235
show more ...
|
d293bf4a | 11-Jun-2021 |
Mark Swaanenburg |
lib: don't compare fd to FD_SETSIZE when using poll FD_SETSIZE is irrelevant when using poll. So ensuring that the file descriptor is smaller than FD_SETSIZE in VALID_SOCK, can cause
lib: don't compare fd to FD_SETSIZE when using poll FD_SETSIZE is irrelevant when using poll. So ensuring that the file descriptor is smaller than FD_SETSIZE in VALID_SOCK, can cause multi_wait to ignore perfectly valid file descriptors and simply wait for 1s to avoid hammering the CPU in a busy loop. Fixes #7240 Closes #7241
show more ...
|
23eef239 | 10-Jun-2021 |
zhangxiuhua |
doh: fix wrong DEBUGASSERT for doh private_data Closes #7227 |
b9cdcc7a | 10-Jun-2021 |
yb999 <39816893+nian6324@users.noreply.github.com> |
tests: update README.md with a missing single quote Closes #7231 |
5ae49f95 | 09-Jun-2021 |
Daniel Stenberg |
GHA: run all tests for hyper too As it lists disabled ones in DISABLED now Closes #7209 |
7cfd8f03 | 08-Jun-2021 |
Daniel Stenberg |
tests/data/DISABLED: add tests not working with hyper The goal is to remove them all from here over time. Closes #7209 |
dd47b0cc | 09-Jun-2021 |
Daniel Stenberg |
runtests: also find the last test in Makefile.inc Closes #7209 |
77ae8f26 | 09-Jun-2021 |
Daniel Stenberg |
test3010: work with hyper mode Closes #7209 |
71da3f83 | 09-Jun-2021 |
Daniel Stenberg |
configure: disable RTSP when hyper is selected Makes test 1013 work Closes #7209 |
75391045 | 08-Jun-2021 |
Daniel Stenberg |
test1594/1595/1596: fix to work in hyper mode Closes #7209 |
30e50de5 | 08-Jun-2021 |
Daniel Stenberg |
test1438/1457: add HTTP keyword to make hyper mode work Closes #7209 |
5f70cb64 | 08-Jun-2021 |
Daniel Stenberg |
test1340/1341: adjusted for hyper mode Closes #7209 |
769d9176 | 08-Jun-2021 |
Daniel Stenberg |
test1218: adjusted for hyper mode Closes #7209 |
6101ddc2 | 08-Jun-2021 |
Daniel Stenberg |
test1216: adjusted for hyper mode Closes #7209 |
340d6b45 | 08-Jun-2021 |
Daniel Stenberg |
test1230: adjust to work in hyper mode Closes #7209 |
c214a6a1 | 08-Jun-2021 |
Daniel Stenberg |
c-hyper: abort CONNECT response reading early on non 2xx responses Fixes test 493 Closes #7209 |
aeb064db | 08-Jun-2021 |
Daniel Stenberg |
test434: add HTTP keyword Closes #7209 |
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 |