History log of /curl/ (Results 5501 – 5525 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8984a42a16-Feb-2022 Daniel Stenberg

http: fix "unused parameter ‘conn’" warning

Follow-up from 7d600ad1c395

Spotted on appveyor

Closes #8465

477a2bf916-Feb-2022 Alejandro R. Sedeño

sha256: Fix minimum OpenSSL version

- Change the minimum OpenSSL version for using their SHA256
implementation from 0.9.7 to 0.9.8.

EVP_sha256() does not appear in the OpenSSL

sha256: Fix minimum OpenSSL version

- Change the minimum OpenSSL version for using their SHA256
implementation from 0.9.7 to 0.9.8.

EVP_sha256() does not appear in the OpenSSL source before 0.9.7h, and
does not get built by default until 0.9.8, so trying to use it for all
0.9.7 is wrong, and before 0.9.8 is unreliable.

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

show more ...

44e5c7e416-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "slow connect to localhost on Windows"

localhost is not resolved anymore since 1a0ebf6632f88

4c509a9b16-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "HTTP/3 download is 5x times slower than HTTP/2"

It's not actually a bug. More like room for improvement.

ae20b5d616-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "HTTP/3 download with quiche halts after a while"

Follow-up to 96f85a0fef694

2f1fb6c116-Feb-2022 Daniel Stenberg

KNOWN_BUGS: remove "pulseUI vpn" as a problem

We haven't heard about this for a long time and rumours have it they
might have fixed it.

7d600ad114-Feb-2022 Daniel Stenberg

urldata: remove conn->bits.user_passwd

The authentication status should be told by the transfer and not the
connection.

Reported-by: John H. Ayad
Fixes #8449
Closes #8451

eb13cc2924-Jan-2022 Kevin Adler

gskit: Convert to using Curl_poll

As mentioned in 32766cb, gskit was the last user of Curl_select which is
now gone. Convert to using Curl_poll to allow build to work on IBM i.

gskit: Convert to using Curl_poll

As mentioned in 32766cb, gskit was the last user of Curl_select which is
now gone. Convert to using Curl_poll to allow build to work on IBM i.

Closes #8454

show more ...

657687fb24-Jan-2022 Kevin Adler

gskit: Fix initialization of Curl_ssl_gskit struct

In c30bf22, Curl_ssl_getsock was factored out in to a member of
struct Curl_ssl but the gskit initialization was not updated to reflect

gskit: Fix initialization of Curl_ssl_gskit struct

In c30bf22, Curl_ssl_getsock was factored out in to a member of
struct Curl_ssl but the gskit initialization was not updated to reflect
this new member.

Closes #8454

show more ...

9234547c24-Jan-2022 Kevin Adler

gskit: Fix errors from Curl_strerror refactor

2f0bb864c1 replaced sterror with Curl_strerror, but the strerror buffer
shadows the set_buffer "buffer" parameter. To keep consistency with

gskit: Fix errors from Curl_strerror refactor

2f0bb864c1 replaced sterror with Curl_strerror, but the strerror buffer
shadows the set_buffer "buffer" parameter. To keep consistency with the
other functions that use Curl_strerror, rename the parameter.

In addition, strerror.h is needed for the definition of STRERROR_LEN.

Closes #8454

show more ...

897e8baa15-Feb-2022 Marcel Raad

ntlm: remove unused feature defines

They're not used anymore and always supported.

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

3369f9f214-Feb-2022 Kantanat Wannapaka

README.md: fix link and layout

replace <a></a> tags and <img></img> tags

Closes #8448

114327f714-Feb-2022 Daniel Stenberg

KNOWN_BUGS: fix typo "libpsl"

ea67337614-Feb-2022 Jay Satiro

h2h3: fix compiler warning due to function prototype mismatch

- Add missing const qualifier in Curl_pseudo_headers declaration.

70ac276014-Feb-2022 Stefan Eissing

urlapi: handle "redirects" smarter

- avoid one malloc when setting a new url via curl_url_set()
and CURLUPART_URL.
- extract common pattern into a new static function.

urlapi: handle "redirects" smarter

- avoid one malloc when setting a new url via curl_url_set()
and CURLUPART_URL.
- extract common pattern into a new static function.

Closes #8450

show more ...

663296c614-Feb-2022 Daniel Stenberg

cijobs: pick up circleci configure lines better

67857c0212-Feb-2022 Daniel Stenberg

circleci: add a job using wolfSSH

Build only, no tests.

Closes #8445

bdf49e3314-Feb-2022 Daniel Stenberg

scripts/ciconfig.pl: show used options not available

d8ddd0e712-Feb-2022 Daniel Stenberg

circleci: add a job using libssh

Closes #8444

7c140f6b13-Feb-2022 Daniel Stenberg

runtests: set 'oldlibssh' for libssh versions before 0.9.6

... and make test 1459 check for the different return code then.

Closes #8444

30b6896013-Feb-2022 Jay Satiro

Makefile.am: Generate VS 2022 projects

Follow-up to f13d4d0 which added VS 2022 project support.

Ref: https://github.com/curl/curl/pull/8438

5a0644fa13-Feb-2022 Daniel Stenberg

projects: remove support for MSVC before VC10 (Visual Studio 2010)

- Remove Visual Studio project files for VC6, VC7, VC7.1, VC8 and VC9.

Those versions are too old to be maintained

projects: remove support for MSVC before VC10 (Visual Studio 2010)

- Remove Visual Studio project files for VC6, VC7, VC7.1, VC8 and VC9.

Those versions are too old to be maintained any longer.

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

show more ...


Makefile.am
docs/INSTALL.md
projects/README
projects/Windows/.gitignore
projects/Windows/VC6/.gitignore
projects/Windows/VC6/curl-all.dsw
projects/Windows/VC6/lib/.gitignore
projects/Windows/VC6/lib/libcurl.dsw
projects/Windows/VC6/lib/libcurl.tmpl
projects/Windows/VC6/src/.gitignore
projects/Windows/VC6/src/curl.dsw
projects/Windows/VC6/src/curl.tmpl
projects/Windows/VC7.1/.gitignore
projects/Windows/VC7.1/curl-all.sln
projects/Windows/VC7.1/lib/.gitignore
projects/Windows/VC7.1/lib/libcurl.sln
projects/Windows/VC7.1/lib/libcurl.tmpl
projects/Windows/VC7.1/src/.gitignore
projects/Windows/VC7.1/src/curl.sln
projects/Windows/VC7.1/src/curl.tmpl
projects/Windows/VC7/.gitignore
projects/Windows/VC7/curl-all.sln
projects/Windows/VC7/lib/.gitignore
projects/Windows/VC7/lib/libcurl.sln
projects/Windows/VC7/lib/libcurl.tmpl
projects/Windows/VC7/src/.gitignore
projects/Windows/VC7/src/curl.sln
projects/Windows/VC7/src/curl.tmpl
projects/Windows/VC8/.gitignore
projects/Windows/VC8/curl-all.sln
projects/Windows/VC8/lib/.gitignore
projects/Windows/VC8/lib/libcurl.sln
projects/Windows/VC8/lib/libcurl.tmpl
projects/Windows/VC8/src/.gitignore
projects/Windows/VC8/src/curl.sln
projects/Windows/VC8/src/curl.tmpl
projects/Windows/VC9/.gitignore
projects/Windows/VC9/curl-all.sln
projects/Windows/VC9/lib/.gitignore
projects/Windows/VC9/lib/libcurl.sln
projects/Windows/VC9/lib/libcurl.tmpl
projects/Windows/VC9/src/.gitignore
projects/Windows/VC9/src/curl.sln
projects/Windows/VC9/src/curl.tmpl
projects/build-openssl.bat
projects/generate.bat
f13d4d0e11-Feb-2022 Stav Nir

projects: add support for Visual Studio 17 (2022)

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

55b1857313-Feb-2022 Daniel Stenberg

RELEASE-NOTES: synced

6dd8d7f313-Feb-2022 Daniel Stenberg

connect: follow-up fix the copyright year

1...<<221222223224225226227228229230>>...1351