History log of /curl/ (Results 5451 – 5475 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0aa9ea9927-Feb-2022 Farzin

CURLOPT_XFERINFOFUNCTION.3: fix example struct assignment

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

f4f8259d25-Feb-2022 Daniel Stenberg

azure-pipelines: add a build on Windows with libssh

Closes #8511

c3c736c025-Feb-2022 Daniel Stenberg

runtests: make 'oldlibssh' be before 0.9.5

Closes #8511

8a9d93e325-Feb-2022 Daniel Stenberg

libssh: fix include files and defines use for Windows builds

Reported-by: 梦终无痕
Bug: https://curl.se/mail/lib-2022-02/0131.html
Closes #8511

f066a91b26-Feb-2022 Daniel Stenberg

RELEASE-NOTES: synced

2cadc89025-Feb-2022 illusory-dream <37270118+illusory-dream@users.noreply.github.com>

winbuild: add parameter WITH_SSH

For building with libssh
Closes #8514

05be234b25-Feb-2022 Daniel Stenberg

configure: change output for cross-compiled alt-svc support

It said 'no', while it actually is 'yes'

Closes #8512

2bb5e1c325-Feb-2022 Daniel Stenberg

gha: add a macOS CI job with libssh

Closes #8513

b032562825-Feb-2022 Daniel Stenberg

TODO: remove "Bring back libssh tests on Travis"

The job was added to Circle CI in d8ddd0e7536

01aa021e25-Feb-2022 Daniel Stenberg

TODO: remove "better persistency for HTTP/1.0"

Let's not bother.

750af2bb25-Feb-2022 Daniel Stenberg

TODO: remove "Option to ignore private IP"

... as curl ignores the IP entirely by default these days.

97b3d83a25-Feb-2022 Daniel Stenberg

TODO: remove "hardcode the "localhost" addresses"

This is implmented since 1a0ebf6632f88

277256c825-Feb-2022 Daniel Stenberg

TODO: 1.24 was a dupe of 1.1

d8888bfc25-Feb-2022 Daniel Stenberg

TODO: remove "Typesafe curl_easy_setopt()"

I don't consider this a serious TODO item

e55bee7025-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "Uploading HTTP/3 files gets interrupted"

This works now

d85bc90025-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "HTTP/3 multipart POST with quiche fails"

It works now

cdf37a5325-Feb-2022 Daniel Stenberg

quiche: remove two leftover debug infof() outputs

6e9373b524-Feb-2022 Tatsuhiro Tsujikawa

ngtcp2: Reset dynbuf when it is fully drained

Reported-by: vl409 on github
Fixes #7351
Closes #8504

8a1fa3b324-Feb-2022 Stewart Gebbie

hostip: avoid unused parameter error in Curl_resolv_check

When built without DNS-over-HTTP and without asynchronous resolvers,
neither the dns nor the data parameters are used.

hostip: avoid unused parameter error in Curl_resolv_check

When built without DNS-over-HTTP and without asynchronous resolvers,
neither the dns nor the data parameters are used.

That is Curl_resolv_check appears to call
Curl_resolver_is_resolved(data, dns). But,
with CURL_DISABLE_DOH without CURLRES_ASYNCH, the call is actually
elided via a macro definition.

This fix resolves the resultant: "unused parameter 'data'" error.

Closes #8505

show more ...

0694037024-Feb-2022 Daniel Stenberg

http2: move two infof calls to debug-h2-only

and remove a superflous one

Ref: https://github.com/curl/curl/discussions/8498
Closes #8502

145d080309-Feb-2022 Jean-Philippe Menil

quiche: fix upload for bigger content-length

Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com>
Closes #8421

4517d8eb23-Feb-2022 Farzin

CURLOPT_PROGRESSFUNCTION.3: fix example struct assignment

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

e2e3408222-Feb-2022 Rob Boeckermann

OS400/README: clarify compilation steps

Closes #8494

eca5b6aa22-Feb-2022 Rob Boeckermann

OS400: fix typos in rpg include file

This resolves issues compiling rpg code that includes the curl header
file.

Closes #8494

e9e7962221-Feb-2022 MAntoniak <47522782+MAntoniak@users.noreply.github.com>

vtls: fix socket check conditions

fix condition to check the second socket during associate and
disassociate connection

Closes #8493

1...<<211212213214215216217218219220>>...1351