150545de | 09-Feb-2021 |
Daniel Stenberg |
travis: install libgsasl-dev to add that to the builds Closes #6588 |
88dd1a8a | 11-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 ...
|
bd6b54ba | 11-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 ...
|
acd90af5 | 11-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 ...
|
1560cd1f | 11-Feb-2021 |
Daniel Stenberg |
curl: provide libgsasl version and feature info in -V output Closes #6592 |
8d9346f1 | 11-Feb-2021 |
Daniel Stenberg |
gsasl: provide CURL_VERSION_GSASL if built-in To let applications know the feature is available. Closes #6592 |
8a964cb2 | 11-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 |
c386a0df | 10-Feb-2021 |
Daniel Stenberg |
TODO: remove HSTS Provided now since commit 7385610d0c74 |
89e572af | 10-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 ...
|
31832172 | 10-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 ...
|
41863a94 | 10-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 ...
|
62c4f2f1 | 10-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 ...
|
2dfe3d70 | 10-Feb-2021 |
Viktor Szakats |
Makefile.m32: add support for libgsasl dependency Reviewed-by: Marcel Raad Closes #6586 |
89193ed5 | 07-Feb-2021 |
Marcel Raad |
ngtcp2: clarify calculation precedence As suggested by Codacy/cppcheck. Closes https://github.com/curl/curl/pull/6576 |
1636076e | 07-Feb-2021 |
Marcel Raad |
server: remove redundant condition `end` is always non-null here. Closes https://github.com/curl/curl/pull/6576 |
1cd823ed | 07-Feb-2021 |
Marcel Raad |
lib: remove redundant code Closes https://github.com/curl/curl/pull/6576 |
cc9c4e0f | 06-Feb-2021 |
Marcel Raad |
mqttd: remove unused variable Closes https://github.com/curl/curl/pull/6576 |
fa624f0b | 06-Feb-2021 |
Marcel Raad |
tool_paramhlp: reduce variable scope Closes https://github.com/curl/curl/pull/6576 |
4c02d003 | 06-Feb-2021 |
Marcel Raad |
tests: reduce variable scopes Closes https://github.com/curl/curl/pull/6576 |
a774b3f3 | 06-Feb-2021 |
Marcel Raad |
lib: reduce variable scopes Closes https://github.com/curl/curl/pull/6576 |
a3f93a62 | 06-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 |
ec5d9b44 | 09-Feb-2021 |
Daniel Stenberg |
ngtcp2: adapt to the new recv_datagram callback |
69a396f5 | 09-Feb-2021 |
Daniel Stenberg |
quiche: fix build error: use 'int' for port number Follow-up to cb2dc1ba8 |
528f71c2 | 08-Feb-2021 |
Daniel Stenberg |
ftp: add 'list_only' to the transfer state struct and rename it from 'ftp_list_only' since it is also used for SSH and POP3. The state is updated internally for 'type=D' FTP URLs.
ftp: add 'list_only' to the transfer state struct and rename it from 'ftp_list_only' since it is also used for SSH and POP3. The state is updated internally for 'type=D' FTP URLs. Added test case 1570 to verify. Closes #6578
show more ...
|
115c9e27 | 08-Feb-2021 |
Daniel Stenberg |
ftp: add 'prefer_ascii' to the transfer state struct ... and make sure the code never updates 'set.prefer_ascii' as it breaks handle reuse which should use the setting as the user specif
ftp: add 'prefer_ascii' to the transfer state struct ... and make sure the code never updates 'set.prefer_ascii' as it breaks handle reuse which should use the setting as the user specified it. Added test 1569 to verify: it first makes an FTP transfer with ';type=A' and then another without type on the same handle and the second should then use binary. Previously, curl failed this. Closes #6578
show more ...
|