f0f053fe | 01-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 ...
|
ac830139 | 30-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 |
0f62c9af | 30-Sep-2019 |
Marcel Raad |
urlapi: fix unused variable warning `dest` is only used with `ENABLE_IPV6`. Closes https://github.com/curl/curl/pull/4444 |
69d95b6d | 30-Sep-2019 |
Marcel Raad |
lib: silence conversion warnings Closes https://github.com/curl/curl/pull/4444 |
68b0aac2 | 24-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 ...
|
79ea0c76 | 24-Sep-2019 |
Marcel Raad |
AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild It's only used for MSYS2 with MinGW. Closes |
b59c1e65 | 30-Sep-2019 |
Emil Engler |
git: add tests/server/disabled to .gitignore Closes #4441 |
c24cf6c6 | 30-Sep-2019 |
Daniel Stenberg |
altsvc: accept quoted ma and persist values As mandated by the spec. Test 1654 is extended to verify. Closes #4443 |
666a2267 | 30-Sep-2019 |
Daniel Stenberg |
mailmap: a Lucas fix |
19338e97 | 27-Sep-2019 |
lucas |
quiche: update HTTP/3 config creation to new API |
1c134e9c | 29-Sep-2019 |
Daniel Stenberg |
BINDINGS: PureBasic, Net::Curl for perl and Nim |
29a51e15 | 29-Sep-2019 |
Daniel Stenberg |
BINDINGS: Kapito is an Erlang library, basically a binding |
962ad8c5 | 29-Sep-2019 |
Daniel Stenberg |
BINDINGS: added clj-curl Reported-by: Lucas Severo |
00b65e37 | 25-Sep-2019 |
Jay Satiro |
docs: disambiguate CURLUPART_HOST is for host name (ie no port) Closes #4424 |
d0a7ee3f | 27-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 ...
|
ed735091 | 27-Sep-2019 |
Daniel Stenberg |
setopt: handle ALTSVC set to NULL |
ee4cfd35 | 27-Sep-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
922dcba6 | 27-Sep-2019 |
grdowns |
INSTALL: add vcpkg installation instructions Closes #4435 |
a167ab6a | 24-Sep-2019 |
Zenju |
FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs Add libtest 661 Closes #4417 |
500fb0e4 | 25-Sep-2019 |
Zenju |
FTP: url-decode path before evaluation Closes #4428 |
73089bf7 | 24-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 |
c7e6b71e | 26-Sep-2019 |
julian |
vtls: Fix comment typo about macosx-version-min compiler flag Closes https://github.com/curl/curl/pull/4425 |
e32488f5 | 26-Sep-2019 |
Yechiel Kalmenson |
README: minor grammar fix Closes #4431 |
5f0b55ef | 26-Sep-2019 |
Spezifant |
HTTP3: fix prefix parameter for ngtcp2 build Closes #4430 |
b6532b80 | 26-Sep-2019 |
Daniel Stenberg |
quiche: don't close connection at end of stream! |