curl/lib
Daniel Stenberg a6da296867
vtls: only store TIMER_APPCONNECT for non-proxy connect
Introducing a 'isproxy' argument to the connect function so that it
knows wether to store the time stamp or not.

Reported-by: Yongkang Huang
Fixes #7274
Closes #7274
2021-06-19 23:02:16 +02:00
..
vauth copyright: update copyright year ranges to 2021 2021-05-26 08:18:11 +02:00
vquic ngtcp2: disable TLSv1.3 compatible mode when using GnuTLS 2021-06-08 16:10:39 +02:00
vssh libssh2: limit time a disconnect can take to 1 second 2021-06-17 17:06:31 +02:00
vtls vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c copyright: update copyright year ranges to 2021 2021-05-26 08:18:11 +02:00
amigaos.h
arpa_telnet.h
asyn-ares.c asyn-ares: remove check for 'data' in Curl_resolver_cancel 2021-06-13 23:42:57 +02:00
asyn-thread.c CURLOPT_IPRESOLVE: preventing wrong IP version from being used 2021-05-20 16:58:31 +02:00
asyn.h
base64.c
bufref.c bufref: buffer reference support 2021-04-22 09:05:53 +02:00
bufref.h bufref: buffer reference support 2021-04-22 09:05:53 +02:00
c-hyper.c hyper: propagate errors back up from read callbacks 2021-06-17 08:19:31 +02:00
c-hyper.h
checksrc.pl checksrc: complain on == NULL or != 0 checks in conditions 2021-04-22 09:10:17 +02:00
CMakeLists.txt cmake: make libcurl output filename configurable 2021-04-23 18:42:31 +02:00
config-amigaos.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-dos.h config: remove now-unused macros 2021-05-19 00:36:01 +02:00
config-mac.h config: remove now-unused macros 2021-05-19 00:36:01 +02:00
config-os400.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-plan9.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-riscos.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-tpf.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-vxworks.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-win32.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
config-win32ce.h configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
conncache.c conncache: lowercase the hash key for better match 2021-06-01 17:55:35 +02:00
conncache.h
connect.c CURLOPT_IPRESOLVE: preventing wrong IP version from being used 2021-05-20 16:58:31 +02:00
connect.h
content_encoding.c lib: fix 0-length Curl_client_write calls 2021-04-29 15:02:32 +02:00
content_encoding.h
cookie.c cookies: track expiration in jar to optimize removals 2021-06-08 09:31:19 +02:00
cookie.h cookies: track expiration in jar to optimize removals 2021-06-08 09:31:19 +02:00
curl_addrinfo.c build: fix compilation for Windows UWP platform 2021-05-05 16:03:43 -04:00
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
curl_ctype.c
curl_ctype.h
curl_des.c
curl_des.h
curl_endian.c
curl_endian.h
curl_fnmatch.c
curl_fnmatch.h
curl_get_line.c hsts: enable by default 2021-04-19 08:22:16 +02:00
curl_get_line.h
curl_gethostname.c
curl_gethostname.h
curl_gssapi.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
curl_gssapi.h
curl_hmac.h
curl_krb5.h krb5: remove the unused 'overhead' function 2021-04-25 14:51:34 +02:00
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h
curl_memrchr.c copyright: fix year ranges 2020-11-05 08:22:10 +01:00
curl_memrchr.h
curl_multibyte.c copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
curl_multibyte.h copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
curl_ntlm_core.c Curl_ntlm_core_mk_nt_hash: fix OOM in error path 2021-06-01 13:38:01 +02:00
curl_ntlm_core.h ntlm: support version 2 on 32-bit platforms 2021-04-09 09:40:49 +02:00
curl_ntlm_wb.c
curl_ntlm_wb.h
curl_path.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
curl_path.h
curl_printf.h
curl_range.c
curl_range.h
curl_rtmp.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
curl_rtmp.h
curl_sasl.c sasl: use 'unsigned short' to store mechanism 2021-05-12 00:16:52 +02:00
curl_sasl.h sasl: use 'unsigned short' to store mechanism 2021-05-12 00:16:52 +02:00
curl_setup_once.h configure: include <time.h> unconditionally 2021-04-07 16:08:01 +02:00
curl_setup.h warnless: simplify type size handling 2021-06-04 15:08:10 +02:00
curl_sha256.h
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h
dict.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
dict.h
doh.c doh: fix wrong DEBUGASSERT for doh private_data 2021-06-10 16:13:13 +02:00
doh.h
dotdot.c
dotdot.h
dynbuf.c
dynbuf.h
easy.c dupset: remove totally off comment 2021-05-15 17:07:06 +02:00
easygetopt.c
easyif.h
easyoptions.c SSL: support in-memory CA certs for some backends 2021-05-05 02:29:16 -04:00
easyoptions.h
escape.c
escape.h
file.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
file.h
fileinfo.c
fileinfo.h
firefox-db2pem.sh
formdata.c
formdata.h
ftp.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
ftp.h
ftplistparser.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
ftplistparser.h
getenv.c
getinfo.c urldata: merge "struct DynamicStatic" into "struct UrlState" 2021-03-26 23:19:20 +01:00
getinfo.h
gopher.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
gopher.h
hash.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
hash.h
hmac.c
hostasyn.c
hostcheck.c hsts: ignore numberical IP address hosts 2021-05-30 19:49:40 +02:00
hostcheck.h
hostip4.c
hostip6.c CURLOPT_IPRESOLVE: preventing wrong IP version from being used 2021-05-20 16:58:31 +02:00
hostip.c hostip: bad CURLOPT_RESOLVE syntax now returns error 2021-06-03 13:53:18 +02:00
hostip.h hsts: ignore numberical IP address hosts 2021-05-30 19:49:40 +02:00
hostsyn.c
hsts.c hsts: ignore numberical IP address hosts 2021-05-30 19:49:40 +02:00
hsts.h hsts: enable by default 2021-04-19 08:22:16 +02:00
http2.c http2: Clarify 'Using HTTP2' verbose message 2021-06-15 03:18:45 -04:00
http2.h http2: move the stream error field to the per-transfer storage 2021-04-21 08:20:24 +02:00
http_aws_sigv4.c
http_aws_sigv4.h
http_chunks.c
http_chunks.h
http_digest.c Curl_input_digest: require space after Digest 2021-05-03 16:35:25 +02:00
http_digest.h
http_negotiate.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
http_negotiate.h
http_ntlm.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
http_ntlm.h
http_proxy.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
http_proxy.h conn_shutdown: if closed during CONNECT cleanup properly 2021-06-11 12:43:53 +02:00
http.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
http.h http: deal with partial CONNECT sends 2021-05-08 10:49:16 +02:00
idn_win32.c
if2ip.c
if2ip.h
imap.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
imap.h
inet_ntop.c configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_r 2021-06-18 13:52:18 +02:00
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c krb5/name_to_level: replace checkprefix with curl_strequal 2021-05-03 16:35:27 +02:00
ldap.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
libcurl.plist
libcurl.rc
libcurl.vers.in
llist.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
llist.h
Makefile.am
makefile.amiga
makefile.dj
Makefile.inc bufref: buffer reference support 2021-04-22 09:05:53 +02:00
Makefile.m32 copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
Makefile.netware configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r 2021-06-18 13:52:21 +02:00
Makefile.vxworks
md4.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
md5.c
memdebug.c copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
memdebug.h
mime.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
mime.h
mk-ca-bundle.pl
mk-ca-bundle.vbs
mprintf.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
mqtt.c mqtt: add support for username and password 2021-06-12 23:50:13 +02:00
mqtt.h
multi.c multi: add scan-build-6 work-around in curl_multi_fdset 2021-06-13 23:43:01 +02:00
multihandle.h Revert "Revert 'multi: implement wait using winsock events'" 2021-04-21 20:29:36 +02:00
multiif.h
netrc.c netrc: skip 'macdef' definitions 2021-06-13 23:44:41 +02:00
netrc.h
non-ascii.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
non-ascii.h
nonblock.c
nonblock.h
nwlib.c
nwos.c
openldap.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
optiontable.pl
parsedate.c
parsedate.h
pingpong.c
pingpong.h
pop3.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
pop3.h
progress.c progress: reset limit_size variables at transfer start 2021-05-11 16:32:11 +02:00
progress.h
psl.c
psl.h
quic.h
rand.c
rand.h
rename.c
rename.h
rtsp.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
rtsp.h configure: disable RTSP when hyper is selected 2021-06-10 08:42:46 +02:00
select.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
select.h lib: don't compare fd to FD_SETSIZE when using poll 2021-06-11 10:33:32 +02:00
sendf.c http: deal with partial CONNECT sends 2021-05-08 10:49:16 +02:00
sendf.h
setopt.c test269: disable for hyper 2021-06-03 23:11:11 +02:00
setopt.h
setup-os400.h
setup-vms.h tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
setup-win32.h
sha256.c
share.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
share.h
sigpipe.h sigpipe: ignore SIGPIPE when using wolfSSL as well 2021-04-26 12:59:42 +02:00
slist.c
slist.h
smb.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
smb.h
smtp.c vtls: only store TIMER_APPCONNECT for non-proxy connect 2021-06-19 23:02:16 +02:00
smtp.h
sockaddr.h
socketpair.c Revert "Revert "socketpair: fix potential hangs"" 2021-06-05 12:58:13 +02:00
socketpair.h copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
socks_gssapi.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
socks_sspi.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
socks.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
socks.h
speedcheck.c
speedcheck.h
splay.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
splay.h
strcase.c
strcase.h
strdup.c
strdup.h
strerror.c CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntax 2021-06-02 23:03:55 +02:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
system_win32.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
system_win32.h
telnet.c CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntax 2021-06-02 23:03:55 +02:00
telnet.h
tftp.c conn: add 'attach' to protocol handler, make libssh2 use it 2021-05-17 17:57:50 +02:00
tftp.h
timeval.c copyright: update copyright year ranges to 2021 2021-05-26 08:18:11 +02:00
timeval.h
transfer.c curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACE 2021-06-15 10:49:49 +02:00
transfer.h
url.c idn: fix libidn2 with windows unicode builds 2021-06-15 12:10:48 +00:00
url.h
urlapi-int.h
urlapi.c curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACE 2021-06-15 10:49:49 +02:00
urldata.h c-hyper: abort CONNECT response reading early on non 2xx responses 2021-06-10 08:42:27 +02:00
version_win32.c
version_win32.h
version.c version: free the openldap info correctly 2021-05-15 17:47:35 +02:00
warnless.c warnless: simplify type size handling 2021-06-04 15:08:10 +02:00
warnless.h
wildcard.c
wildcard.h
x509asn1.c vtls: deduplicate some DISABLE_PROXY ifdefs 2021-04-22 22:50:56 +02:00
x509asn1.h