History log of /curl/ (Results 9326 – 9350 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e73b478220-Jun-2019 Daniel Stenberg

multi: enable multiplexing by default (again)

It was originally made default in d7c4213bd0c (7.62.0) but mistakenly
reverted in commit 2f44e94efb3d (7.65.0). Now enabled again.

multi: enable multiplexing by default (again)

It was originally made default in d7c4213bd0c (7.62.0) but mistakenly
reverted in commit 2f44e94efb3d (7.65.0). Now enabled again.

Closes #4051

show more ...

bd4390b120-Jun-2019 Daniel Stenberg

typecheck: add 3 missing strings and a callback data pointer

Closes #4050

8927d1c220-Jun-2019 Daniel Stenberg

tests: add disable-scan.pl to dist

follow-up from 29177f422a5

Closes #4059

c0c40ab020-Jun-2019 Daniel Stenberg

http2: don't call stream-close on already closed streams

Closes #4055

972bdffb13-Jun-2019 Marcel Raad

travis: enable alt-svc for coverage build

Closes

31f8c8f312-Jun-2019 Marcel Raad

travis: enable libssh2 for coverage build

It was enabled by default before commit c92d2e14cfb.

Disable torture tests 600 and 601 because of
https://github.com/curl/curl/issues/1

travis: enable libssh2 for coverage build

It was enabled by default before commit c92d2e14cfb.

Disable torture tests 600 and 601 because of
https://github.com/curl/curl/issues/1678.

Closes

show more ...

db4f42a612-Jun-2019 Marcel Raad

travis: disable threaded resolver for coverage build

This enables more tests.

Closes

ce1b0da912-Jun-2019 Marcel Raad

travis: enable brotli for all xenial jobs

There's no need for a separate job, and no need to build it from source
with Xenial.

Closes

ba2192e612-Jun-2019 Marcel Raad

travis: enable warnings-as-errors for coverage build

Closes

8f332e5820-Jun-2019 Gisle Vanem

system_win32: fix typo

ae99b4de19-Jun-2019 Daniel Stenberg

typecheck: CURLOPT_CONNECT_TO takes an slist too

Additionally, add an alias in curl.h for slist-using options so that
we can grep/parse those out at will.

Closes #4042

2aff76c519-Jun-2019 Stephan Szabo

tests: support non-localhost HOSTIP for dict/smb servers

smbserver.py/dictserver.py were explicitly using localhost/127.0.0.1 for
binding the server which when we were running the tests

tests: support non-localhost HOSTIP for dict/smb servers

smbserver.py/dictserver.py were explicitly using localhost/127.0.0.1 for
binding the server which when we were running the tests with a separate
HOSTIP and CLIENTIP had failures verifying the server from the device we
were testing.

This changes them to take the address from runtests.py and default to
localhost/127.0.0.1 if none is given.

Closes #4048

show more ...

cf35bd7913-Jun-2019 Daniel Stenberg

test1523: basic test of CURLOPT_LOW_SPEED_LIMIT

21080e1811-Feb-2019 Daniel Stenberg

configure: --disable-progress-meter

Builds libcurl without support for the built-in progress meter.

Closes #4023

b9e0c6d218-Jun-2019 Daniel Stenberg

curl: improved skip-setopt-options when built with disabled features

Reduces #ifdefs in src/tool_operate.c

Follow-up from 4e86f2fc4e6
Closes #3936

6c2f9bea17-Jun-2019 Steve Holme

netrc: Return the correct error code when out of memory

Introduced in 763c5178.

Closes #4036

7fb54ef818-Jun-2019 Daniel Stenberg

config-os400: add getpeername and getsockname defines

Reported-by: jonrumsey on github
Fixes #4037
Closes #4039

6617db6a17-Jun-2019 Daniel Stenberg

runtests: keep logfiles around by default

Make '-k' a no-op. The singletest function now clears the log directory
BEFORE each individual test and not after, which makes it possible to

runtests: keep logfiles around by default

Make '-k' a no-op. The singletest function now clears the log directory
BEFORE each individual test and not after, which makes it possible to
always keep the logfiles around after a test has been run. No need to
specify -k anymore. Keeping the option parsing around to work with users
of old habits.

Some tests also didn't work properly when -k was used (since the old
logs would be kep when a new test starts) which this change also fixes.

Closes #4035

show more ...

6c2b7d4416-Jun-2019 Gergely Nagy

openssl: fix pubkey/signature algorithm detection in certinfo

Certinfo gives the same result for all OpenSSL versions.
Also made printing RSA pubkeys consistent with older versions.

openssl: fix pubkey/signature algorithm detection in certinfo

Certinfo gives the same result for all OpenSSL versions.
Also made printing RSA pubkeys consistent with older versions.

Reported-by: Michael Wallner
Fixes #3706
Closes #4030

show more ...

755083d016-Jun-2019 Daniel Stenberg

conn_maxage: move the check to prune_dead_connections()

... and avoid the locking issue.

Reported-by: Kunal Ekawde
Fixes #4029
Closes #4032

40259ca610-Jun-2019 Daniel Stenberg

tests: have runtests figure out disabled features

... so that runtests can skip individual test cases that test features
that are explicitly disabled in this build. This new logic is int

tests: have runtests figure out disabled features

... so that runtests can skip individual test cases that test features
that are explicitly disabled in this build. This new logic is intended
for disabled features that aren't otherwise easily visible through the
curl_version_info() or other API calls.

tests/server/disabled is a newly built executable that will output a
list of disabled features. Outputs nothing for a default build.

Closes #3950

show more ...

13d9bb8b17-Jun-2019 Daniel Stenberg

test188/189: fix Content-Length

This cures the flaky test results

Closes #4034

672ff59716-Jun-2019 Thomas Gamper

winbuild: use WITH_PREFIX if given

Closes #4031

03a22a2617-Jun-2019 Daniel Gustafsson

openssl: remove outdated comment

OpenSSL used to call exit(1) on syntax errors in OPENSSL_config(),
which is why we switched to CONF_modules_load_file() and introduced
a comment stat

openssl: remove outdated comment

OpenSSL used to call exit(1) on syntax errors in OPENSSL_config(),
which is why we switched to CONF_modules_load_file() and introduced
a comment stating why. This behavior was however changed in OpenSSL
commit abdd677125f3a9e3082f8c5692203590fdb9b860, so remove the now
outdated and incorrect comment. The mentioned commit also declares
OPENSSL_config() deprecated so keep the current coding.

Closes #4033
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

4b1e7dd416-Jun-2019 Daniel Stenberg

RELEASE-NOTES: synced

1...<<371372373374375376377378379380>>...1351