History log of /curl/ (Results 6951 – 6975 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e992770e12-Feb-2021 Daniel Stenberg

test433: clear some home dir env variables

Follow-up to bd6b54ba1f55b5

... so that XDG_CONFIG_HOME is the only home dir variable set and thus
used correctly in the test!

test433: clear some home dir env variables

Follow-up to bd6b54ba1f55b5

... so that XDG_CONFIG_HOME is the only home dir variable set and thus
used correctly in the test!

Fixes #6599
Closes #6600

show more ...

9e95105612-Feb-2021 Daniel Stenberg

RELEASE-NOTES: synced

bumped the version to 7.76.0

150545de09-Feb-2021 Daniel Stenberg

travis: install libgsasl-dev to add that to the builds

Closes #6588

88dd1a8a11-Feb-2021 Daniel Stenberg

urldata: don't touch data->set.httpversion at run-time

Rename it to 'httpwant' and make a cloned field in the state struct as
well for run-time updates.

Also: refuse non-support

urldata: don't touch data->set.httpversion at run-time

Rename it to 'httpwant' and make a cloned field in the state struct as
well for run-time updates.

Also: refuse non-supported HTTP versions. Verified with test 129.

Closes #6585

show more ...

bd6b54ba11-Feb-2021 Viktor Szakats

tests: disable .curlrc in more environments

by also setting CURL_HOME and XDG_CONFIG_HOME envvars to the local
directory.

Reviewed-by: Daniel Stenberg
Fixes #6595
Closes

tests: disable .curlrc in more environments

by also setting CURL_HOME and XDG_CONFIG_HOME envvars to the local
directory.

Reviewed-by: Daniel Stenberg
Fixes #6595
Closes #6596

show more ...

acd90af511-Feb-2021 Viktor Szakats

docs/Makefile.inc: format to be update-friendly

- one source file per line
- convert tabs to spaces
- do not align line-continuation backslashes
- sort source files alphabeticall

docs/Makefile.inc: format to be update-friendly

- one source file per line
- convert tabs to spaces
- do not align line-continuation backslashes
- sort source files alphabetically

Reviewed-by: Daniel Stenberg
Closes #6593

show more ...

1560cd1f11-Feb-2021 Daniel Stenberg

curl: provide libgsasl version and feature info in -V output

Closes #6592

8d9346f111-Feb-2021 Daniel Stenberg

gsasl: provide CURL_VERSION_GSASL if built-in

To let applications know the feature is available.

Closes #6592

8a964cb211-Feb-2021 Daniel Stenberg

curl: add --fail-with-body

Prevent both --fail and --fail-with-body on the same command line.

Verify with test 349, 360 and 361.

Closes #6449

c386a0df10-Feb-2021 Daniel Stenberg

TODO: remove HSTS

Provided now since commit 7385610d0c74

89e572af10-Feb-2021 Jay Satiro

tests: Fix tests failing due to change in curl --help

Follow-up to parent 3183217 which added add missing <mode> argument to
--create-file-mode <mode>.

Ref: https://github.com/c

tests: Fix tests failing due to change in curl --help

Follow-up to parent 3183217 which added add missing <mode> argument to
--create-file-mode <mode>.

Ref: https://github.com/curl/curl/issues/6590

show more ...

3183217210-Feb-2021 Jay Satiro

tool_help: add missing argument for --create-file-mode

Prior to this change the required argument was not shown in curl --help.

before:
--create-file-mode File mode for cre

tool_help: add missing argument for --create-file-mode

Prior to this change the required argument was not shown in curl --help.

before:
--create-file-mode File mode for created files

after:
--create-file-mode <mode> File mode (octal) for created files

Reported-by: ZimCodes@users.noreply.github.com

Fixes https://github.com/curl/curl/issues/6590

show more ...

41863a9410-Feb-2021 Jay Satiro

create-file-mode.d: add missing Arg tag

Prior to this change the required argument was not shown.

curl.1 before: --create-file-mode
curl.1 after: --create-file-mode <mode>

create-file-mode.d: add missing Arg tag

Prior to this change the required argument was not shown.

curl.1 before: --create-file-mode
curl.1 after: --create-file-mode <mode>

Reported-by: ZimCodes@users.noreply.github.com

Fixes https://github.com/curl/curl/issues/6590

show more ...

62c4f2f110-Feb-2021 Viktor Szakats

gsasl: fix errors/warnings building against libgsasl

- also fix an indentation
- make Curl_auth_gsasl_token() use CURLcode (by Daniel Stenberg)

Ref: https://github.com/curl/curl

gsasl: fix errors/warnings building against libgsasl

- also fix an indentation
- make Curl_auth_gsasl_token() use CURLcode (by Daniel Stenberg)

Ref: https://github.com/curl/curl/pull/6372#issuecomment-776118711
Ref: https://github.com/curl/curl/pull/6588

Reviewed-by: Jay Satiro
Assisted-by: Daniel Stenberg
Reviewed-by: Simon Josefsson
Closes #6587

show more ...

2dfe3d7010-Feb-2021 Viktor Szakats

Makefile.m32: add support for libgsasl dependency

Reviewed-by: Marcel Raad
Closes #6586

89193ed507-Feb-2021 Marcel Raad

ngtcp2: clarify calculation precedence

As suggested by Codacy/cppcheck.

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

1636076e07-Feb-2021 Marcel Raad

server: remove redundant condition

`end` is always non-null here.

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

1cd823ed07-Feb-2021 Marcel Raad

lib: remove redundant code

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

cc9c4e0f06-Feb-2021 Marcel Raad

mqttd: remove unused variable

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

fa624f0b06-Feb-2021 Marcel Raad

tool_paramhlp: reduce variable scope

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

4c02d00306-Feb-2021 Marcel Raad

tests: reduce variable scopes

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

a774b3f306-Feb-2021 Marcel Raad

lib: reduce variable scopes

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

a3f93a6206-Feb-2021 Marcel Raad

ftp: fix Codacy/cppcheck warning about null pointer arithmetic

Increment `bytes` only if it is non-null.

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

ec5d9b4409-Feb-2021 Daniel Stenberg

ngtcp2: adapt to the new recv_datagram callback

69a396f509-Feb-2021 Daniel Stenberg

quiche: fix build error: use 'int' for port number

Follow-up to cb2dc1ba8

1...<<271272273274275276277278279280>>...1351