History log of /curl/ (Results 5926 – 5950 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
45a7821e01-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 ...

90e7420602-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 ...

f5ee9cf502-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 ...

a06ce29401-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

d52316e401-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 ...

92efb3db01-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


docs/CODE_REVIEW.md
docs/CODE_STYLE.md
docs/CONTRIBUTE.md
docs/FAQ
docs/HELP-US.md
docs/HTTP-COOKIES.md
docs/INTERNALS.md
docs/KNOWN_BUGS
docs/MAIL-ETIQUETTE
docs/MANUAL.md
docs/SECURITY-PROCESS.md
docs/TODO
docs/TheArtOfHttpScripting.md
docs/URL-SYNTAX.md
docs/cmdline-opts/cookie.d
docs/cmdline-opts/ftp-method.d
docs/cmdline-opts/netrc-optional.d
docs/cmdline-opts/netrc.d
docs/cmdline-opts/trace-ascii.d
docs/cmdline-opts/user.d
docs/libcurl/curl_easy_pause.3
docs/libcurl/curl_easy_send.3
docs/libcurl/curl_mime_data.3
docs/libcurl/curl_multi_info_read.3
docs/libcurl/curl_multi_perform.3
docs/libcurl/curl_multi_timeout.3
docs/libcurl/libcurl-easy.3
docs/libcurl/libcurl-errors.3
docs/libcurl/libcurl-security.3
docs/libcurl/libcurl-thread.3
docs/libcurl/libcurl-tutorial.3
docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3
docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3
docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3
docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3
docs/libcurl/opts/CURLINFO_REDIRECT_URL.3
docs/libcurl/opts/CURLOPT_CURLU.3
docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3
docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3
docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3
docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3
docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3
docs/libcurl/opts/CURLOPT_PRE_PROXY.3
docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3
docs/libcurl/opts/CURLOPT_PROXY.3
docs/libcurl/opts/CURLOPT_PROXYTYPE.3
docs/libcurl/opts/CURLOPT_URL.3
docs/libcurl/opts/CURLOPT_VERBOSE.3
docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3
e05c086831-Oct-2021 Tatsuhiro Tsujikawa

ngtcp2: specify the missing required callback functions

Closes #7929

407392b401-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 ...

90611af401-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 ...

33dc399429-Oct-2021 Marc Hoersken

tests: kill some test servers afterwards to avoid locked logfiles

Reviewed-by: Daniel Stenberg
Closes #7925

f907faec31-Oct-2021 Daniel Stenberg

smooth-gtk-thread.c: enhance the mutex lock use

Reported-by: ryancaicse on github
Fixes #7926
Closes #7931

9121032f29-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 ...

dd77ccd829-Oct-2021 Jonathan Cardoso Machado

CURLOPT_HSTSWRITEFUNCTION.3: using CURLOPT_HSTS_CTRL is required

Closes #7923

49ab21e327-Apr-2021 Axel Morawietz

imap: display quota information

Show response to "GETQUOTAROOT INBOX" command.

Closes #6973

601e26b128-Oct-2021 Daniel Stenberg

RELEASE-NOTES: synced

399ef7a520-Oct-2021 Boris Rasin

cmake: fix error getting LOCATION property on non-imported target

Closes #7885

d55b8b6a28-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
6fe4e7d326-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 ...

6204aab427-Oct-2021 Daniel Stenberg

test1160: edited to work with hyper

Closes #7912

3b24b91027-Oct-2021 Daniel Stenberg

data/DISABLED: enable tests that now work with hyper

Closes #7911

ba94773427-Oct-2021 Daniel Stenberg

test559: add 'HTTP' in keywords

Makes it run fine with hyper

Closes #7911

df84a79727-Oct-2021 Daniel Stenberg

test552: updated to work with hyper

Closes #7911

1db383dc27-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 ...

3c05186d27-Oct-2021 Daniel Stenberg

opt-manpages: use 'Added in' instead of 'Since'

Closes #7913

80450f8527-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

1...<<231232233234235236237238239240>>...1351