curl/lib
Daniel Stenberg 14061f784c
cookie: compare cookie prefixes case insensitively
Adapted to language in rfc6265bis draft-11.

Closes #9863

Reviewed-by: Daniel Gustafsson
2022-11-08 09:08:09 +01:00
..
vauth style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
vquic misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
vssh style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
vtls tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
.checksrc
.gitattributes
.gitignore
altsvc.c altsvc: reject bad port numbers 2022-09-28 12:44:37 +02:00
altsvc.h
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
asyn-ares.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
asyn-thread.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
asyn.h lib: the number four in a sequence is the "fourth" 2022-09-19 08:48:49 +02:00
base64.c misc: nitpick grammar in comments/docs 2022-10-12 11:32:43 +02:00
bufref.c
bufref.h
c-hyper.c hyper: fix handling of hyper_task's when reusing the same address 2022-11-07 12:19:36 +01:00
c-hyper.h
CMakeLists.txt cmake: improve usability of CMake build as a sub-project 2022-10-21 09:29:09 +02:00
config-amigaos.h amiga: set SIZEOF_CURL_OFF_T=8 by default [ci skip] 2022-10-20 09:10:15 +00:00
config-dos.h tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
config-mac.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02:00
config-os400.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02:00
config-plan9.h tidy-up: delete parallel/unused feature flags 2022-10-06 15:30:13 +00:00
config-riscos.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02:00
config-win32.h tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
config-win32ce.h tidy-up: process.h detection and use 2022-11-01 22:27:28 +00: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 connect: fix builds without AF_INET6 2022-10-20 09:09:36 +00:00
connect.h
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 cookie: compare cookie prefixes case insensitively 2022-11-08 09:08:09 +01:00
cookie.h
curl_addrinfo.c misc: null-terminate 2022-09-17 23:19:29 +02:00
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake tidy-up: process.h detection and use 2022-11-01 22:27:28 +00: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
curl_endian.c
curl_endian.h
curl_fnmatch.c
curl_fnmatch.h
curl_get_line.c netrc: replace fgets with Curl_get_line 2022-10-24 11:29:03 +02:00
curl_get_line.h
curl_gethostname.c
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
curl_krb5.h
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h
curl_memrchr.c
curl_memrchr.h
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c docs: update sourceforge project links [ci skip] 2022-10-01 18:40:47 +00:00
curl_ntlm_core.h
curl_ntlm_wb.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
curl_ntlm_wb.h
curl_path.c cur_path: do not add '/' if homedir ends with one 2022-11-03 09:31:43 +01:00
curl_path.h
curl_printf.h
curl_range.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
curl_range.h
curl_rtmp.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
curl_rtmp.h
curl_sasl.c
curl_sasl.h
curl_setup_once.h functypes: provide the recv and send arg and return types 2022-09-28 09:06:11 +02:00
curl_setup.h style: use space after comment start and before comment end 2022-10-30 22:31:29 +01: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
curl_sspi.h
curl_threads.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
curl_threads.h
curlx.h
dict.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
dict.h
doh.c hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02:00
doh.h
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 misc: remove duplicated include files 2022-10-26 11:27:59 +02:00
easygetopt.c
easyif.h websockets: remodeled API to support 63 bit frame sizes 2022-10-07 12:50:58 +02:00
easyoptions.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
easyoptions.h
escape.c
escape.h
file.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
file.h
fileinfo.c
fileinfo.h
fopen.c
fopen.h
formdata.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
formdata.h
ftp.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
ftp.h
ftplistparser.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
ftplistparser.h
functypes.h functypes: provide the recv and send arg and return types 2022-09-28 09:06:11 +02:00
getenv.c
getinfo.c
getinfo.h
gopher.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
gopher.h
h2h3.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
h2h3.h misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
hash.c
hash.h
headers.c misc: null-terminate 2022-09-17 23:19:29 +02:00
headers.h
hmac.c
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 multi: use larger dns hash table for multi interface 2022-08-29 00:07:09 +02:00
hostsyn.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
hsts.c strcase: use curl_str(n)equal for case insensitive matches 2022-11-01 17:01:26 +01:00
hsts.h
http2.c strcase: use curl_str(n)equal for case insensitive matches 2022-11-01 17:01:26 +01:00
http2.h
http_aws_sigv4.c misc: remove duplicated include files 2022-10-26 11:27:59 +02:00
http_aws_sigv4.h
http_chunks.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
http_chunks.h
http_digest.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
http_digest.h
http_negotiate.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
http_negotiate.h
http_ntlm.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
http_ntlm.h
http_proxy.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
http_proxy.h
http.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
http.h websockets: remodeled API to support 63 bit frame sizes 2022-10-07 12:50:58 +02:00
idn_win32.c winidn: drop WANT_IDN_PROTOTYPES 2022-10-26 09:45:23 +00:00
if2ip.c
if2ip.h
imap.c misc: remove duplicated include files 2022-10-26 11:27:59 +02:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c build: fix for NonStop 2022-10-27 16:57:53 -04:00
ldap.c ldap: adapt to conn->port now being an 'int' 2022-08-08 19:56:14 +02:00
libcurl.plist.in
libcurl.rc
libcurl.vers.in
llist.c
llist.h
Makefile.am windows: fail early with a missing windres in autotools 2022-11-01 22:45:28 +00:00
makefile.amiga amiga: do not hardcode openssl/zlib into the os config [ci skip] 2022-10-18 18:22:41 +00:00
makefile.dj
Makefile.inc noproxy: support proxies specified using cidr notation 2022-10-21 13:39:20 +02:00
Makefile.m32 winidn: drop WANT_IDN_PROTOTYPES 2022-10-26 09:45:23 +00:00
md4.c misc: remove duplicated include files 2022-10-26 11:27:59 +02: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 lib: sanitize conditional exclusion around MIME 2022-09-29 10:51:04 +02:00
mime.h lib: sanitize conditional exclusion around MIME 2022-09-29 10:51:04 +02: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
multi.c multi: remove duplicate include of connect.h 2022-10-24 13:49:22 +02:00
multihandle.h hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02: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
nonblock.h
noproxy.c noproxy: tailmatch like in 7.85.0 and earlier 2022-11-07 08:00:38 +01:00
noproxy.h noproxy: support proxies specified using cidr notation 2022-10-21 13:39:20 +02:00
openldap.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
optiontable.pl
parsedate.c
parsedate.h
pingpong.c pingpong: extend the response reading error with errno 2022-09-06 18:48:57 +02:00
pingpong.h
pop3.c
pop3.h
progress.c
progress.h
psl.c
psl.h
quic.h
rand.c misc: null-terminate 2022-09-17 23:19:29 +02:00
rand.h misc: null-terminate 2022-09-17 23:19:29 +02:00
rename.c
rename.h
rtsp.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +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.h tidy-up: delete unused HAVE_STRUCT_POLLFD 2022-10-12 14:19:09 +00:00
sendf.c sendf: remove unnecessary if condition 2022-10-26 11:48:59 +02:00
sendf.h
setopt.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
setopt.h
setup-os400.h os400: use platform socklen_t in Curl_getnameinfo_a 2022-10-27 23:35:47 +02:00
setup-vms.h
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 multi: use larger dns hash table for multi interface 2022-08-29 00:07:09 +02:00
share.h
sigpipe.h
slist.c
slist.h
smb.c tidy-up: process.h detection and use 2022-11-01 22:27:28 +00:00
smb.h
smtp.c
smtp.h
sockaddr.h
socketpair.c
socketpair.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
socks_gssapi.c
socks_sspi.c
socks.c
socks.h
speedcheck.c
speedcheck.h
splay.c
splay.h
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.h
strerror.c strerror: improve two URL API error messages 2022-09-15 09:31:29 +02:00
strerror.h
strtok.c
strtok.h
strtoofft.c strtoofft: after space, there cannot be a control code 2022-09-09 15:02:15 +02:00
strtoofft.h
system_win32.c
system_win32.h
telnet.c style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
telnet.h
tftp.c
tftp.h
timediff.c lib: add missing limits.h includes 2022-09-12 09:41:50 +02:00
timediff.h
timeval.c
timeval.h
transfer.c misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
transfer.h
url.c strcase: use curl_str(n)equal for case insensitive matches 2022-11-01 17:01:26 +01:00
url.h setopt: use the handler table for protocol name to number conversions 2022-09-16 23:29:01 +02:00
urlapi-int.h urlapi: detect scheme better when not guessing 2022-09-15 09:31:40 +02:00
urlapi.c urlapi: remove two variable assigns 2022-10-21 11:00:18 +02:00
urldata.h style: use space after comment start and before comment end 2022-10-30 22:31:29 +01:00
version_win32.c
version_win32.h
version.c tidy-up: delete parallel/unused feature flags 2022-10-06 15:30:13 +00:00
warnless.c lib: add missing limits.h includes 2022-09-12 09:41:50 +02:00
warnless.h
wildcard.c
wildcard.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
ws.c websockets: fix handling of partial frames 2022-11-07 12:29:43 +01:00
ws.h websockets: remodeled API to support 63 bit frame sizes 2022-10-07 12:50:58 +02:00