45a7821e | 01-Nov-2021 |
Marc Hoersken |
Revert "src/tool_filetime: disable -Wformat on mingw for this file" This reverts commit 7c88fe375b15c44d77bccc9ab733b8069d228e6f. Follow up to #6535 as the pragma is obsolete with w
Revert "src/tool_filetime: disable -Wformat on mingw for this file" This reverts commit 7c88fe375b15c44d77bccc9ab733b8069d228e6f. Follow up to #6535 as the pragma is obsolete with warnf Closes #7941
show more ...
|
90e74206 | 02-Nov-2021 |
Jay Satiro |
schannel: fix memory leak due to failed SSL connection - Call schannel_shutdown if the SSL connection fails. Prior to this change schannel_shutdown (which shuts down the SSL con
schannel: fix memory leak due to failed SSL connection - Call schannel_shutdown if the SSL connection fails. Prior to this change schannel_shutdown (which shuts down the SSL connection as well as memory cleanup) was not called when the SSL connection failed (eg due to failed handshake). Co-authored-by: Gisle Vanem Fixes https://github.com/curl/curl/issues/7877 Closes https://github.com/curl/curl/pull/7878
show more ...
|
f5ee9cf5 | 02-Nov-2021 |
Daniel Stenberg |
Curl_updateconninfo: store addresses for QUIC connections too So that CURLINFO_PRIMARY_IP etc work for HTTP/3 like for other HTTP versions. Reported-by: Jerome Mao Fixes #79
Curl_updateconninfo: store addresses for QUIC connections too So that CURLINFO_PRIMARY_IP etc work for HTTP/3 like for other HTTP versions. Reported-by: Jerome Mao Fixes #7939 Closes #7944
show more ...
|
a06ce294 | 01-Nov-2021 |
Sergio Durigan Junior |
curl.1: fix typos in the manpage s/transfering/transferring/ s/transfered/transferred/ Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net> Closes #7937 |
d52316e4 | 01-Nov-2021 |
Marc Hoersken |
tests/smbserver.py: fix compatibility with impacket 0.9.23+ impacket now performs sanity checks if the requested and to be served file path actually is inside the real share path.
tests/smbserver.py: fix compatibility with impacket 0.9.23+ impacket now performs sanity checks if the requested and to be served file path actually is inside the real share path. Ref: https://github.com/SecureAuthCorp/impacket/pull/1066 Fixes #7924 Closes #7935
show more ...
|
92efb3db | 01-Nov-2021 |
Daniel Stenberg |
docs: reduce use of "very" "Very" should be avoided in most texts. If intensifiers are needed, try find better words instead. Closes #7936 |
e05c0868 | 31-Oct-2021 |
Tatsuhiro Tsujikawa |
ngtcp2: specify the missing required callback functions Closes #7929 |
407392b4 | 01-Nov-2021 |
Daniel Stenberg |
CURLOPT_[PROXY]_SSL_CIPHER_LIST.3: bold instead of quote Bold the example ciphers instead of using single quotes, which then also avoids the problem of how to use single quotes when firs
CURLOPT_[PROXY]_SSL_CIPHER_LIST.3: bold instead of quote Bold the example ciphers instead of using single quotes, which then also avoids the problem of how to use single quotes when first in a line. Also rephrased the pages a little. Reported-by: Sergio Durigan Junior Ref: #7928 Closes #7934
show more ...
|
90611af4 | 01-Nov-2021 |
Daniel Stenberg |
gen.pl: replace leading single quotes with \(aq ... and allow single quotes to be used "normally" in the .d files. Makes the output curl.1 use better nroff. Reported-by: Se
gen.pl: replace leading single quotes with \(aq ... and allow single quotes to be used "normally" in the .d files. Makes the output curl.1 use better nroff. Reported-by: Sergio Durigan Junior Ref: #7928 Closes #7933
show more ...
|
33dc3994 | 29-Oct-2021 |
Marc Hoersken |
tests: kill some test servers afterwards to avoid locked logfiles Reviewed-by: Daniel Stenberg Closes #7925 |
f907faec | 31-Oct-2021 |
Daniel Stenberg |
smooth-gtk-thread.c: enhance the mutex lock use Reported-by: ryancaicse on github Fixes #7926 Closes #7931 |
9121032f | 29-Oct-2021 |
Marc Hoersken |
CI/runtests.pl: restore -u flag, but remove it from CI runs This makes it possible to use -u again for local testing, but removes the flag from CI config files and make targets.
CI/runtests.pl: restore -u flag, but remove it from CI runs This makes it possible to use -u again for local testing, but removes the flag from CI config files and make targets. Reviewed-by: Daniel Stenberg Partially reverts #7841 Closes #7921
show more ...
|
dd77ccd8 | 29-Oct-2021 |
Jonathan Cardoso Machado |
CURLOPT_HSTSWRITEFUNCTION.3: using CURLOPT_HSTS_CTRL is required Closes #7923 |
49ab21e3 | 27-Apr-2021 |
Axel Morawietz |
imap: display quota information Show response to "GETQUOTAROOT INBOX" command. Closes #6973 |
601e26b1 | 28-Oct-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
399ef7a5 | 20-Oct-2021 |
Boris Rasin |
cmake: fix error getting LOCATION property on non-imported target Closes #7885 |
d55b8b6a | 28-Oct-2021 |
x2018 |
url: check the return value of curl_url() Closes #7917 |
Revision tags: curl-7_64_0, curl-7_63_0, curl-7_62_0, curl-7_61_1, curl-7_61_0, curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0 |
|
6fe4e7d3 | 26-Apr-2016 |
Roy Li |
configure.ac: replace krb5-config with pkg-config The rationale is that custom *-config tools don't work well when cross-compiling or using sysroots (such as when using Yocto project) an
configure.ac: replace krb5-config with pkg-config The rationale is that custom *-config tools don't work well when cross-compiling or using sysroots (such as when using Yocto project) and require custom fixing for each of them; pkg-config on the other hand works similarly everywhere. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Alexander Kanavin <alex@linutronix.de> Closes #7916
show more ...
|
6204aab4 | 27-Oct-2021 |
Daniel Stenberg |
test1160: edited to work with hyper Closes #7912 |
3b24b910 | 27-Oct-2021 |
Daniel Stenberg |
data/DISABLED: enable tests that now work with hyper Closes #7911 |
ba947734 | 27-Oct-2021 |
Daniel Stenberg |
test559: add 'HTTP' in keywords Makes it run fine with hyper Closes #7911 |
df84a797 | 27-Oct-2021 |
Daniel Stenberg |
test552: updated to work with hyper Closes #7911 |
1db383dc | 27-Oct-2021 |
Marc Hoersken |
github: fix incomplete permission to label PRs for Hacktoberfest Unfortunately the GitHub API requires a token with write permission for both issues and pull-requests to edit labels on e
github: fix incomplete permission to label PRs for Hacktoberfest Unfortunately the GitHub API requires a token with write permission for both issues and pull-requests to edit labels on even just PRs. Follow up to #7897
show more ...
|
3c05186d | 27-Oct-2021 |
Daniel Stenberg |
opt-manpages: use 'Added in' instead of 'Since' Closes #7913 |
80450f85 | 27-Oct-2021 |
Marc Hoersken |
github: fix missing permission to label PRs for Hacktoberfest Follow up to #7897 Test references to see if permissions are now sufficient: Closes #7832 Closes #7897 |