History log of /curl/ (Results 6451 – 6475 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
53c26ded11-Jun-2021 Daniel Stenberg

travis: remove the arm job

We do it on circle CI instead

45c5d9dd11-Jun-2021 Daniel Stenberg

CI: add .circleci/config.yml

Assisted-by: Gabriel Simmer

Closes #7239

86d9bf4211-Jun-2021 Daniel Stenberg

RELEASE-NOTES: synced

f60f517211-Jun-2021 Daniel Stenberg

runtests: init $VERSION to avoid warnings when using -l

a5adf8cb10-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 ...

2784a58510-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 ...

a15d146f11-Jun-2021 Daniel Stenberg

tests: update README about servers and port numbers

Closes #7242

14a2ca8509-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

02dfe71910-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 ...

d293bf4a11-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 ...

23eef23910-Jun-2021 zhangxiuhua

doh: fix wrong DEBUGASSERT for doh private_data

Closes #7227

b9cdcc7a10-Jun-2021 yb999 <39816893+nian6324@users.noreply.github.com>

tests: update README.md with a missing single quote

Closes #7231

5ae49f9509-Jun-2021 Daniel Stenberg

GHA: run all tests for hyper too

As it lists disabled ones in DISABLED now

Closes #7209

7cfd8f0308-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

dd47b0cc09-Jun-2021 Daniel Stenberg

runtests: also find the last test in Makefile.inc

Closes #7209

77ae8f2609-Jun-2021 Daniel Stenberg

test3010: work with hyper mode

Closes #7209

71da3f8309-Jun-2021 Daniel Stenberg

configure: disable RTSP when hyper is selected

Makes test 1013 work

Closes #7209

7539104508-Jun-2021 Daniel Stenberg

test1594/1595/1596: fix to work in hyper mode

Closes #7209

30e50de508-Jun-2021 Daniel Stenberg

test1438/1457: add HTTP keyword to make hyper mode work

Closes #7209

5f70cb6408-Jun-2021 Daniel Stenberg

test1340/1341: adjusted for hyper mode

Closes #7209

769d917608-Jun-2021 Daniel Stenberg

test1218: adjusted for hyper mode

Closes #7209

6101ddc208-Jun-2021 Daniel Stenberg

test1216: adjusted for hyper mode

Closes #7209

340d6b4508-Jun-2021 Daniel Stenberg

test1230: adjust to work in hyper mode

Closes #7209

c214a6a108-Jun-2021 Daniel Stenberg

c-hyper: abort CONNECT response reading early on non 2xx responses

Fixes test 493

Closes #7209

aeb064db08-Jun-2021 Daniel Stenberg

test434: add HTTP keyword

Closes #7209

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