curl/lib
Daniel Stenberg becfe2ec78
urldata: cease storing TLS auth type
The only TLS auth type libcurl ever supported is SRP and that is the
default type. Since nobody ever sets any other type, there is no point
in wasting space to store the set type and code to check the type.

If TLS auth is used, SRP is now implied.

Closes #10181
2022-12-31 16:56:21 +01:00
..
vauth netware: remove leftover traces 2022-11-23 11:56:52 +01:00
vquic lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
vssh lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
vtls urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
.checksrc lib: don't use strerror() 2021-09-09 07:53:42 +02:00
.gitattributes copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
.gitignore copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
altsvc.c altsvc: fix rejection of negative port numbers 2022-12-15 08:21:20 +01:00
altsvc.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
amigaos.c amigaos: add missing curl header [ci skip] 2022-10-18 18:22:09 +00:00
amigaos.h amigaos: fix threaded resolver on AmigaOS 4.x 2022-08-10 14:14:27 +02:00
arpa_telnet.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
asyn-ares.c netware: remove leftover traces 2022-11-23 11:56:52 +01:00
asyn-thread.c netware: remove leftover traces 2022-11-23 11:56:52 +01:00
asyn.h lib: the number four in a sequence is the "fourth" 2022-09-19 08:48:49 +02:00
base64.c base64: faster base64 decoding 2022-12-06 08:57:04 +01:00
bufref.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
bufref.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
c-hyper.c c-hyper: fix multi-request mechanism 2022-12-11 14:15:53 +01:00
c-hyper.h hyper: use wakers for curl pause/resume 2022-06-30 10:19:08 +02:00
cf-socket.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
cf-socket.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
cfilters.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
cfilters.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
CMakeLists.txt misc: fix grammar and spelling 2022-12-22 18:07:07 +01:00
config-amigaos.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-dos.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-mac.h system.h: fix socklen_t, curl_off_t, long long for Classic Mac OS 2022-12-09 08:21:15 +01:00
config-os400.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-plan9.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-riscos.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-win32.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
config-win32ce.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
conncache.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
conncache.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
connect.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
connect.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
content_encoding.c tidy-up: delete parallel/unused feature flags 2022-10-06 15:30:13 +00:00
content_encoding.h content_encoding: use writer struct subclasses for different encodings 2022-09-11 14:46:52 +02:00
cookie.c urldata: move the cookefilelist to the 'set' struct 2022-12-22 16:06:37 +01:00
cookie.h cookie: apply limits 2022-06-26 11:00:48 +02:00
curl_addrinfo.c netware: remove leftover traces 2022-11-23 11:56:52 +01:00
curl_addrinfo.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_base64.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_config.h.cmake build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
curl_ctype.h curl_ctype: add space around <= operator in ISSPACE macro 2022-09-06 14:31:19 +02:00
curl_des.c docs: update sourceforge project links [ci skip] 2022-10-01 18:40:47 +00:00
curl_des.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_endian.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_endian.h curl_endian: remove Curl_write64_le from header 2022-11-23 09:07:12 +01:00
curl_fnmatch.c lib: fix some type mismatches and remove unneeded typecasts 2022-11-08 03:11:01 -05:00
curl_fnmatch.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_get_line.c curl_get_line: allow last line without newline char 2022-12-02 11:28:43 +01:00
curl_get_line.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_gethostname.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_gethostname.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_gssapi.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_hmac.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
curl_krb5.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_ldap.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_md4.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_md5.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_memory.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_memrchr.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_memrchr.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_multibyte.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_multibyte.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_ntlm_core.c ntlm: improve comment for encrypt_des 2022-11-16 11:26:22 +01:00
curl_ntlm_core.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_ntlm_wb.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
curl_ntlm_wb.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_path.c cur_path: do not add '/' if homedir ends with one 2022-11-03 09:31:43 +01:00
curl_path.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_printf.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_range.c lib: parse numbers with fixed known base 10 2022-11-17 23:15:37 +01:00
curl_range.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_rtmp.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
curl_rtmp.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_sasl.c vtls: localization of state data in filters 2022-11-22 14:25:50 +01:00
curl_sasl.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_setup_once.h build: assume errno.h is always available 2022-12-07 14:41:09 -05:00
curl_setup.h build: assume assert.h is always available 2022-12-07 14:30:32 -05:00
curl_sha256.h style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
curl_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_sspi.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curl_threads.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
curl_threads.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
curlx.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
dict.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
dict.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
doh.c hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02:00
doh.h doh: move doh related struct definitions to doh.h 2022-07-18 11:55:26 +02:00
dynbuf.c urlapi: leaner with fewer allocs 2022-09-07 10:21:45 +02:00
dynbuf.h misc: null-terminate 2022-09-17 23:19:29 +02:00
easy_lock.h easy_lock: check for HAVE_STDATOMIC_H as well 2022-10-21 09:23:02 +02:00
easy.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
easygetopt.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
easyif.h websockets: remodeled API to support 63 bit frame sizes 2022-10-07 12:50:58 +02:00
easyoptions.c CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit 2022-11-18 00:17:27 +01:00
easyoptions.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
escape.c lib: fix some type mismatches and remove unneeded typecasts 2022-11-08 03:11:01 -05:00
escape.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
file.c lib: remove bad set.opt_no_body assignments 2022-11-11 15:56:05 +01:00
file.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
fileinfo.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
fileinfo.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
fopen.c fopen: add Curl_fopen() for better overwriting of files 2022-06-26 11:03:57 +02:00
fopen.h fopen: add Curl_fopen() for better overwriting of files 2022-06-26 11:03:57 +02:00
formdata.c mime: relax easy/mime structures binding 2022-11-28 09:09:54 +01:00
formdata.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ftp.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
ftp.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ftplistparser.c lib: use size_t or int etc instead of longs 2022-12-14 12:31:01 +01:00
ftplistparser.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
functypes.h functypes: provide the recv and send arg and return types 2022-09-28 09:06:11 +02:00
getenv.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
getinfo.c lib: connection filters (cfilter) addition to curl: 2022-11-11 15:17:51 +01:00
getinfo.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
gopher.c vtls: localization of state data in filters 2022-11-22 14:25:50 +01:00
gopher.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
h2h3.c msh3: add support for request payload 2022-12-28 13:52:58 +01:00
h2h3.h msh3: add support for request payload 2022-12-28 13:52:58 +01:00
hash.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
hash.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
headers.c misc: null-terminate 2022-09-17 23:19:29 +02:00
headers.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
hmac.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
hostasyn.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
hostip4.c lib: sync guard for Curl_getaddrinfo_ex() definition and use 2022-11-01 22:40:36 +00:00
hostip6.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
hostip.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
hostip.h netware: remove leftover traces 2022-11-23 11:56:52 +01:00
hostsyn.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
hsts.c hsts: handle adding the same host name again 2022-12-27 15:22:32 +01:00
hsts.h share: add sharing of HSTS cache among handles 2022-12-27 15:22:01 +01:00
http2.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
http2.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
http_aws_sigv4.c aws_sigv4: fix typos in aws_sigv4.c 2022-12-01 08:34:37 +01:00
http_aws_sigv4.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
http_chunks.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
http_chunks.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
http_digest.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
http_digest.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
http_negotiate.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
http_negotiate.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
http_ntlm.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
http_ntlm.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
http_proxy.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
http_proxy.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
http.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
http.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
idn.c urlapi: add CURLU_PUNYCODE 2022-12-26 23:29:23 +01:00
idn.h urlapi: add CURLU_PUNYCODE 2022-12-26 23:29:23 +01:00
if2ip.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
if2ip.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
imap.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
imap.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
inet_ntop.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
inet_ntop.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
inet_pton.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
inet_pton.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
krb5.c sendf: change Curl_read_plain to wrap Curl_recv_plain (take 2) 2022-11-20 03:54:36 -05:00
ldap.c lib: fix some type mismatches and remove unneeded typecasts 2022-11-08 03:11:01 -05:00
libcurl.plist.in macos: set .plist version in autoconf 2022-04-20 15:26:13 +02:00
libcurl.rc copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
libcurl.vers.in configure: use XC_LIBTOOL for portability across libtool versions 2013-03-08 13:27:45 +01:00
llist.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
llist.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
Makefile.am cmake: set the soname on the shared library 2022-12-15 12:36:25 +01:00
Makefile.inc lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
Makefile.mk Makefile.mk: fix wolfssl and mbedtls default paths 2022-12-27 11:36:03 +00:00
Makefile.soname cmake: set the soname on the shared library 2022-12-15 12:36:25 +01:00
md4.c md4: fix build with GnuTLS + OpenSSL v1 2022-12-22 23:06:46 +01:00
md5.c misc: remove duplicated include files 2022-10-26 11:27:59 +02:00
memdebug.c memdebug: add annotation attributes 2022-08-14 10:53:18 +02:00
memdebug.h functypes: provide the recv and send arg and return types 2022-09-28 09:06:11 +02:00
mime.c mime: relax easy/mime structures binding 2022-11-28 09:09:54 +01:00
mime.h mime: relax easy/mime structures binding 2022-11-28 09:09:54 +01:00
mprintf.c mprintf: reject two kinds of precision for the same argument 2022-10-18 08:43:40 +02:00
mqtt.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
mqtt.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
multi.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
multihandle.h multihandle: turn bool struct fields into bits 2022-12-30 00:16:53 +01:00
multiif.h multi: use larger dns hash table for multi interface 2022-08-29 00:07:09 +02:00
netrc.c netrc: replace fgets with Curl_get_line 2022-10-24 11:29:03 +02:00
netrc.h netrc: remove the two 'changed' arguments 2022-10-13 23:42:07 +02:00
nonblock.c netware: remove leftover traces 2022-11-23 11:56:52 +01:00
nonblock.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
noproxy.c noproxy: guard against empty hostnames in noproxy check 2022-12-08 23:37:32 +01:00
noproxy.h noproxy: support proxies specified using cidr notation 2022-10-21 13:39:20 +02:00
openldap.c vtls: localization of state data in filters 2022-11-22 14:25:50 +01:00
optiontable.pl lib/optiontable.pl: adapt to CURLOPTDEPRECATED() 2022-11-29 14:43:42 +01:00
parsedate.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
parsedate.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
pingpong.c vtls: localization of state data in filters 2022-11-22 14:25:50 +01:00
pingpong.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
pop3.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
pop3.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
progress.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
progress.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
psl.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
psl.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
rand.c lib: connection filters (cfilter) addition to curl: 2022-11-11 15:17:51 +01:00
rand.h misc: null-terminate 2022-09-17 23:19:29 +02:00
rename.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
rename.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
rtsp.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
rtsp.h style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
select.c select: do not return fatal error on EINTR from poll() 2022-07-04 00:58:07 -04:00
select.h tidy-up: delete unused HAVE_STRUCT_POLLFD 2022-10-12 14:19:09 +00:00
sendf.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
sendf.h sendf: change Curl_read_plain to wrap Curl_recv_plain (take 2) 2022-11-20 03:54:36 -05:00
setopt.c urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
setopt.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
setup-os400.h os400: use platform socklen_t in Curl_getnameinfo_a 2022-10-27 23:35:47 +02:00
setup-vms.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
setup-win32.h setup-win32: no longer define UNICODE/_UNICODE implicitly 2022-09-07 02:55:10 -04:00
sha256.c misc: remove duplicated include files 2022-10-26 11:27:59 +02:00
share.c share: add sharing of HSTS cache among handles 2022-12-27 15:22:01 +01:00
share.h share: add sharing of HSTS cache among handles 2022-12-27 15:22:01 +01:00
sigpipe.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
slist.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
slist.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
smb.c smb/telnet: do not free the protocol struct in *_done() 2022-12-19 12:33:19 +01:00
smb.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
smtp.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
smtp.h transfer: upload performance; avoid tiny send 2022-06-20 09:42:40 +02:00
sockaddr.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
socketpair.c socketpair: allow localhost MITM sniffers 2022-12-28 09:27:02 +01:00
socketpair.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
socks_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
socks_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
socks.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
socks.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
speedcheck.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
speedcheck.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
splay.c splay: avoid using -1 in unsigned variable 2022-07-23 13:38:54 +02:00
splay.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
strcase.c strcase: use curl_str(n)equal for case insensitive matches 2022-11-01 17:01:26 +01:00
strcase.h strcase: use curl_str(n)equal for case insensitive matches 2022-11-01 17:01:26 +01:00
strdup.c strdup: name it Curl_strdup 2022-12-22 14:31:37 +01:00
strdup.h strdup: name it Curl_strdup 2022-12-22 14:31:37 +01:00
strerror.c urlapi: add CURLU_PUNYCODE 2022-12-26 23:29:23 +01:00
strerror.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
strtok.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
strtok.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
strtoofft.c lib: parse numbers with fixed known base 10 2022-11-17 23:15:37 +01:00
strtoofft.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
system_win32.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
system_win32.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
telnet.c smb/telnet: do not free the protocol struct in *_done() 2022-12-19 12:33:19 +01:00
telnet.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
tftp.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
tftp.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
timediff.c lib: add missing limits.h includes 2022-09-12 09:41:50 +02:00
timediff.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
timeval.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
timeval.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
transfer.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
transfer.h lib: rewind BEFORE request instead of AFTER previous 2022-11-25 08:30:26 +01:00
url.c urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
url.h lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
urlapi-int.h urlapi: detect scheme better when not guessing 2022-09-15 09:31:40 +02:00
urlapi.c urlapi: add CURLU_PUNYCODE 2022-12-26 23:29:23 +01:00
urldata.h urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
version_win32.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
version_win32.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
version.c lib: connect/h2/h3 refactor 2022-12-30 16:43:19 +01:00
warnless.c lib: add missing limits.h includes 2022-09-12 09:41:50 +02:00
warnless.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
wildcard.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
wildcard.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
ws.c ws: if no connection is around, return error 2022-12-13 15:13:03 +01:00
ws.h Websocket: fixes for partial frames and buffer updates. 2022-11-12 00:51:24 +01:00