History log of /curl/ (Results 8926 – 8950 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f0f053fe01-Oct-2019 Daniel Stenberg

chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error

Unknown content-encoding would get returned as CURLE_WRITE_ERROR if the
response is chunked-encoded.

Reported-

chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error

Unknown content-encoding would get returned as CURLE_WRITE_ERROR if the
response is chunked-encoded.

Reported-by: Ilya Kosarev
Fixes #4310
Closes #4449

show more ...

ac83013930-Sep-2019 Marcel Raad

checksrc: fix uninitialized variable warning

The loop doesn't need to be executed without a file argument.

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

0f62c9af30-Sep-2019 Marcel Raad

urlapi: fix unused variable warning

`dest` is only used with `ENABLE_IPV6`.

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

69d95b6d30-Sep-2019 Marcel Raad

lib: silence conversion warnings

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

68b0aac224-Sep-2019 Marcel Raad

AppVeyor: add 32-bit MinGW-w64 build

With WinSSL and testing enabled so that it would have detected most of
the warnings fixed in [0] and [1].

[0] https://github.com/curl/curl/p

AppVeyor: add 32-bit MinGW-w64 build

With WinSSL and testing enabled so that it would have detected most of
the warnings fixed in [0] and [1].

[0] https://github.com/curl/curl/pull/4398
[1] https://github.com/curl/curl/pull/4415

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

show more ...

79ea0c7624-Sep-2019 Marcel Raad

AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild

It's only used for MSYS2 with MinGW.

Closes

b59c1e6530-Sep-2019 Emil Engler

git: add tests/server/disabled to .gitignore

Closes #4441

c24cf6c630-Sep-2019 Daniel Stenberg

altsvc: accept quoted ma and persist values

As mandated by the spec. Test 1654 is extended to verify.

Closes #4443

666a226730-Sep-2019 Daniel Stenberg

mailmap: a Lucas fix

19338e9727-Sep-2019 lucas

quiche: update HTTP/3 config creation to new API

1c134e9c29-Sep-2019 Daniel Stenberg

BINDINGS: PureBasic, Net::Curl for perl and Nim

29a51e1529-Sep-2019 Daniel Stenberg

BINDINGS: Kapito is an Erlang library, basically a binding

962ad8c529-Sep-2019 Daniel Stenberg

BINDINGS: added clj-curl

Reported-by: Lucas Severo

00b65e3725-Sep-2019 Jay Satiro

docs: disambiguate CURLUPART_HOST is for host name (ie no port)

Closes #4424

d0a7ee3f27-Sep-2019 Daniel Stenberg

cookies: using a share with cookies shouldn't enable the cookie engine

The 'share object' only sets the storage area for cookies. The "cookie
engine" still needs to be enabled or activat

cookies: using a share with cookies shouldn't enable the cookie engine

The 'share object' only sets the storage area for cookies. The "cookie
engine" still needs to be enabled or activated using the normal cookie
options.

This caused the curl command line tool to accidentally use cookies
without having been told to, since curl switched to using shared cookies
in 7.66.0.

Test 1166 verifies

Updated test 506

Fixes #4429
Closes #4434

show more ...

ed73509127-Sep-2019 Daniel Stenberg

setopt: handle ALTSVC set to NULL

ee4cfd3527-Sep-2019 Daniel Stenberg

RELEASE-NOTES: synced

922dcba627-Sep-2019 grdowns

INSTALL: add vcpkg installation instructions

Closes #4435

a167ab6a24-Sep-2019 Zenju

FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs

Add libtest 661

Closes #4417

500fb0e425-Sep-2019 Zenju

FTP: url-decode path before evaluation

Closes #4428

73089bf724-Sep-2019 Marcel Raad

tests: fix narrowing conversion warnings

`timediff_t` is 64 bits wide also on 32-bit systems since
commit b1616dad8f0.

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

c7e6b71e26-Sep-2019 julian

vtls: Fix comment typo about macosx-version-min compiler flag

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

e32488f526-Sep-2019 Yechiel Kalmenson

README: minor grammar fix

Closes #4431

5f0b55ef26-Sep-2019 Spezifant

HTTP3: fix prefix parameter for ngtcp2 build

Closes #4430

b6532b8026-Sep-2019 Daniel Stenberg

quiche: don't close connection at end of stream!

1...<<351352353354355356357358359360>>...1351