History log of /curl/ (Results 9651 – 9675 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6227e2bd16-Dec-2018 Mert Yazıcıoğlu

vauth/oauth2: Fix OAUTHBEARER token generation

OAUTHBEARER tokens were incorrectly generated in a format similar to
XOAUTH2 tokens. These changes make OAUTHBEARER tokens conform to the

vauth/oauth2: Fix OAUTHBEARER token generation

OAUTHBEARER tokens were incorrectly generated in a format similar to
XOAUTH2 tokens. These changes make OAUTHBEARER tokens conform to the
RFC7628.

Fixes: #2487
Reported-by: Paolo Mossino

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

show more ...

d110d96b01-Apr-2019 Marcel Raad

tool_cb_wrt: fix bad-function-cast warning

Commit f5bc578f4cdfdc6c708211dfc2962a0e9d79352d reintroduced the
warning fixed in commit 2f5f31bb57d68b54e03bffcd9648aece1fe564f8.
Extend f

tool_cb_wrt: fix bad-function-cast warning

Commit f5bc578f4cdfdc6c708211dfc2962a0e9d79352d reintroduced the
warning fixed in commit 2f5f31bb57d68b54e03bffcd9648aece1fe564f8.
Extend fhnd's scope and reuse that variable instead of calling
_get_osfhandle a second time to fix the warning again.

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

show more ...

e102ba7a01-Apr-2019 Marcel Raad

VC15 project: remove MinimalRebuild

Already done in commit d5cfefd0ea8e331b884186bff484210fad36e345 for the
library project, but I forgot the tool project template. Now also
removed

VC15 project: remove MinimalRebuild

Already done in commit d5cfefd0ea8e331b884186bff484210fad36e345 for the
library project, but I forgot the tool project template. Now also
removed for that.

show more ...

18d1161431-Mar-2019 Dan Fandrich

cirrus: Customize the disabled tests per FreeBSD version

Try to run as many test cases as possible on each OS version.
12.0 passes 13 more tests than the older versions, so we might as w

cirrus: Customize the disabled tests per FreeBSD version

Try to run as many test cases as possible on each OS version.
12.0 passes 13 more tests than the older versions, so we might as well
run them.

show more ...

fabd61f230-Mar-2019 Daniel Stenberg

tool_help: include <strings.h> for strcasecmp

Reported-by: Wyatt O'Day
Fixes #3715
Closes #3716

a92e9f5731-Mar-2019 Daniel Gustafsson

scripts: fix typos

e413baff15-Mar-2019 Dan Fandrich

travis: allow builds on branches named "ci"

This allows a way to test changes other than through PRs.

80208d6815-Jan-2019 Brad Spencer

resolve: apply Happy Eyeballs philosophy to parallel c-ares queries

Closes #3699

dbce1bd827-Mar-2019 Daniel Stenberg

multi: improved HTTP_1_1_REQUIRED handling

Make sure to downgrade to 1.1 even when we get this HTTP/2 stream error
on first flight.

Reported-by: niner on github
Fixes #3696

multi: improved HTTP_1_1_REQUIRED handling

Make sure to downgrade to 1.1 even when we get this HTTP/2 stream error
on first flight.

Reported-by: niner on github
Fixes #3696
Closes #3707

show more ...

8759e33527-Mar-2019 Leonardo Taccari

configure: avoid unportable `==' test(1) operator

Closes #3709

521bbbe227-Mar-2019 Daniel Stenberg

RELEASE: 7.64.1

c07fc5e226-Mar-2019 Daniel Stenberg

Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"

This reverts commit 9130ead9fcabdb6b8fbdb37c0b38be2d326adb00.

Fixes #3708

9130ead926-Mar-2019 Christian Schmitz

ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set

Closes #3704

f5bc578f26-Mar-2019 Jay Satiro

tool_cb_wrt: fix writing to Windows null device NUL

- Improve console detection.

Prior to this change WriteConsole could be called to write to a handle
that may not be a console

tool_cb_wrt: fix writing to Windows null device NUL

- Improve console detection.

Prior to this change WriteConsole could be called to write to a handle
that may not be a console, which would cause an error. This issue is
limited to character devices that are not also consoles such as the null
device NUL.

Bug: https://github.com/curl/curl/issues/3175#issuecomment-439068724
Reported-by: Gisle Vanem

show more ...

2bcdf72225-Mar-2019 Jay Satiro

CURLMOPT_PIPELINING.3: fix typo

4018104325-Mar-2019 Daniel Stenberg

TODO: config file parsing

Closes #3698

a375ab3b18-Mar-2019 Jay Satiro

os400: Disable Alt-Svc by default since it's experimental

Follow-up to 520f0b4 which added Alt-Svc support and enabled it by
default for OS400. Since the feature is experimental, it shou

os400: Disable Alt-Svc by default since it's experimental

Follow-up to 520f0b4 which added Alt-Svc support and enabled it by
default for OS400. Since the feature is experimental, it should be
disabled by default.

Ref: https://github.com/curl/curl/commit/520f0b4#commitcomment-32792332
Ref: https://curl.haxx.se/mail/lib-2019-02/0008.html

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

show more ...

27fb521d24-Mar-2019 Dan Fandrich

tests: Fixed XML validation errors in some test files.

48287c9c24-Mar-2019 Dan Fandrich

tests: Fix some incorrect precheck error messages.

[ci skip]

7c46691122-Mar-2019 Daniel Stenberg

curl_url.3: this is not experimental anymore

28a55a5322-Mar-2019 Daniel Stenberg

travis: bump the used wolfSSL version to 4.0.0

Test 311 is now fine, leaving only 313 (CRL) disabled.

Test 313 details can be found here:
https://github.com/wolfSSL/wolfssl/issu

travis: bump the used wolfSSL version to 4.0.0

Test 311 is now fine, leaving only 313 (CRL) disabled.

Test 313 details can be found here:
https://github.com/wolfSSL/wolfssl/issues/1546

Closes #3697

show more ...

d0c1268f22-Mar-2019 Daniel Gustafsson

lib: Fix typos in comments

efd9fba620-Mar-2019 David Woodhouse

openssl: if cert type is ENG and no key specified, key is ENG too

Fixes #3692
Closes #3692

7550f62d19-Mar-2019 Daniel Stenberg

sectransp: tvOS 11 is required for ALPN support

Reported-by: nianxuejie on github
Assisted-by: Nick Zitzmann
Assisted-by: Jay Satiro
Fixes #3689
Closes #3690

dc5edf9117-Mar-2019 Daniel Stenberg

test1541: threaded connection sharing

The threaded-shared-conn.c example turned into test case. Only works if
pthread was detected.

An attempt to detect future regressions such

test1541: threaded connection sharing

The threaded-shared-conn.c example turned into test case. Only works if
pthread was detected.

An attempt to detect future regressions such as e3a53e3efb942a5

Closes #3687

show more ...

1...<<381382383384385386387388389390>>...1351