History log of /curl/ (Results 10326 – 10350 of 33769)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
84a23a0914-Aug-2018 Han Han

darwinssl: more specific and unified error codes

Closes #2901

7c5837e704-Sep-2018 Daniel Stenberg

CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated

Disable the CURLOPT_DNS_USE_GLOBAL_CACHE option and mark it for
deprecation and complete removal in six months.

Bug: https://curl.haxx.s

CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated

Disable the CURLOPT_DNS_USE_GLOBAL_CACHE option and mark it for
deprecation and complete removal in six months.

Bug: https://curl.haxx.se/mail/lib-2018-09/0010.html
Closes #2942

show more ...

25fd105705-Sep-2018 Daniel Stenberg

url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled

Closes #2709

d7c4213b05-Sep-2018 Daniel Stenberg

multiplex: enable by default

Starting 7.62.0, multiplexing is enabled by default in multi handles.

b004a17413-Jul-2018 Jim Fuller

tests: add unit tests for url.c

Approved-by: Daniel Gustafsson
Closes #2937

c497472c05-Sep-2018 Daniel Stenberg

test1452: mark as flaky

makes it not run in the CI builds

Closes #2941

f7208df705-Sep-2018 Daniel Stenberg

pipelining: deprecated

Transparently. The related curl_multi_setopt() options all still returns
OK when pipelining is selected.

To re-enable the support, the single line change

pipelining: deprecated

Transparently. The related curl_multi_setopt() options all still returns
OK when pipelining is selected.

To re-enable the support, the single line change in lib/multi.c needs to
be reverted.

See docs/DEPRECATE.md

Closes #2705

show more ...

61a51e0e05-Sep-2018 Daniel Stenberg

RELEASE-NOTES: start working on 7.62.0

432eb5f504-Sep-2018 Daniel Stenberg

THANKS: 7.61.1 status

8f1bd8d304-Sep-2018 Daniel Stenberg

RELEASE-NOTES: 7.61.1

53dab55004-Sep-2018 Daniel Stenberg

Curl_getoff_all_pipelines: ignore unused return values

Since scan-build would warn on the dead "Dead store/Dead increment"

908286b504-Sep-2018 Viktor Szakats

sftp: fix indentation

daa3c45004-Sep-2018 Przemysław Tomaszewski

sftp: don't send post-qoute sequence when retrying a connection

Fixes #2939
Closes #2940

52c13d6303-Sep-2018 Kamil Dudka

url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work

This is a follow-up to PR #2607 and PR #2926.

Closes #2936

351c0f3a31-Aug-2018 Jay Satiro

tool_operate: Add http code 408 to transient list for --retry

- Treat 408 request timeout as transient so that curl will retry the
request if --retry was used.

Closes #2925

978574b531-Aug-2018 Jay Satiro

openssl: Fix setting TLS 1.3 cipher suites

The flag indicating TLS 1.3 cipher support in the OpenSSL backend was
missing.

Bug: https://github.com/curl/curl/pull/2607#issuecommen

openssl: Fix setting TLS 1.3 cipher suites

The flag indicating TLS 1.3 cipher support in the OpenSSL backend was
missing.

Bug: https://github.com/curl/curl/pull/2607#issuecomment-417283187
Reported-by: Kamil Dudka

Closes #2926

show more ...

57d299a413-Aug-2018 Daniel Stenberg

Curl_ntlm_core_mk_nt_hash: return error on too long password

... since it would cause an integer overflow if longer than (max size_t
/ 2).

This is CVE-2018-14618

Bug: h

Curl_ntlm_core_mk_nt_hash: return error on too long password

... since it would cause an integer overflow if longer than (max size_t
/ 2).

This is CVE-2018-14618

Bug: https://curl.haxx.se/docs/CVE-2018-14618.html
Closes #2756
Reported-by: Zhaoyang Wu

show more ...

19ebc28225-Aug-2018 Rikard Falkeborn

http2: Use correct format identifier for stream_id

Closes #2928

b8b3383502-Sep-2018 Marcel Raad

test1148: fix precheck output

"precheck command error" is not very helpful.

1a89099731-Aug-2018 Daniel Stenberg

all: s/int/size_t cleanup

Assisted-by: Rikard Falkeborn

Closes #2922

9dda13bb30-Aug-2018 Daniel Stenberg

ssh-libssh: use FALLTHROUGH to silence gcc8

705cc89931-Aug-2018 Jay Satiro

tool_operate: Fix setting proxy TLS 1.3 ciphers

e2ef8d6f28-Aug-2018 Daniel Gustafsson

cookies: support creation-time attribute for cookies

According to RFC6265 section 5.4, cookies with equal path lengths
SHOULD be sorted by creation-time (earlier first). This adds a

cookies: support creation-time attribute for cookies

According to RFC6265 section 5.4, cookies with equal path lengths
SHOULD be sorted by creation-time (earlier first). This adds a
creation-time record to the cookie struct in order to make cookie
sorting more deterministic. The creation-time is defined as the
order of the cookies in the jar, the first cookie read fro the
jar being the oldest. The creation-time is thus not serialized
into the jar. Also remove the strcmp() matching in the sorting as
there is no lexicographic ordering in RFC6265. Existing tests are
updated to match.

Closes #2524

show more ...

b842fa3130-Aug-2018 Marcel Raad

Don't use Windows path %PWD for SSH tests

All these tests failed on Windows because something like
sftp://%HOSTIP:%SSHPORT%PWD/
expanded to
sftp://127.0.0.1:1234c:/msys64/home/bl

Don't use Windows path %PWD for SSH tests

All these tests failed on Windows because something like
sftp://%HOSTIP:%SSHPORT%PWD/
expanded to
sftp://127.0.0.1:1234c:/msys64/home/bla/curl
and then curl complained about the port number ending with a letter.

Use the original POSIX path instead of the Windows path created in
checksystem to fix this.

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

show more ...

c10f5b0229-Aug-2018 Jay Satiro

CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning

Reported-by: Daniel Stenberg

Closes https://github.com/curl/curl/issues/2916

1...<<411412413414415416417418419420>>...1351