curl/lib
HenrikHolst 4028892f14
http: make Curl_compareheader() take string length arguments too
Also add STRCONST, a macro that returns a string literal and it's length
for functions that take "string,len"

Removes unnecesary calls to strlen().

Closes #8391
2022-02-07 14:37:58 +01:00
..
vauth lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
vquic vquic/vquic.h: removed the unused H3 psuedo defines 2022-02-07 13:56:06 +01:00
vssh lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
vtls x509asn1: toggle off functions not needed for diff tls backends 2022-02-05 00:11:34 +01:00
.checksrc
.gitattributes
.gitignore
altsvc.c docs: update IETF links to use datatracker 2022-01-21 23:06:36 +01:00
altsvc.h
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c asyn-ares: ares_getaddrinfo needs no happy eyeballs timer 2021-12-14 15:34:43 +01:00
asyn-thread.c
asyn.h
base64.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
bufref.c
bufref.h
c-hyper.c
c-hyper.h
checksrc.pl checksrc: fix typo in comment 2022-01-15 17:23:46 +01:00
CMakeLists.txt
config-amigaos.h
config-dos.h misc: remove the final watcom references 2022-01-17 08:49:25 +01:00
config-mac.h
config-os400.h
config-plan9.h
config-riscos.h
config-win32.h misc: remove the final watcom references 2022-01-17 08:49:25 +01:00
config-win32ce.h misc: remove the final watcom references 2022-01-17 08:49:25 +01:00
conncache.c conncache: make conncache_add_bundle return the pointer 2022-01-30 11:59:43 +01:00
conncache.h
connect.c ngtcp2: verify the server cert on connect (quictls) 2021-12-28 23:34:23 +01:00
connect.h
content_encoding.c
content_encoding.h
cookie.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
cookie.h
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_config.h.cmake
curl_ctype.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_ctype.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_des.c
curl_des.h
curl_endian.c
curl_endian.h
curl_fnmatch.c
curl_fnmatch.h
curl_get_line.c
curl_get_line.h
curl_gethostname.c
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h sha256/md5: return errors when init fails 2021-12-13 15:54:16 +01:00
curl_krb5.h
curl_ldap.h
curl_md4.h
curl_md5.h sha256/md5: return errors when init fails 2021-12-13 15:54:16 +01:00
curl_memory.h
curl_memrchr.c
curl_memrchr.h
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_ntlm_core.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_ntlm_wb.c
curl_ntlm_wb.h
curl_path.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_path.h
curl_printf.h
curl_range.c
curl_range.h
curl_rtmp.c
curl_rtmp.h
curl_sasl.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
curl_sasl.h
curl_setup_once.h
curl_setup.h http: make Curl_compareheader() take string length arguments too 2022-02-07 14:37:58 +01:00
curl_sha256.h misc: allow curl to build with wolfssl --enable-opensslextra 2022-01-21 23:04:02 +01:00
curl_sspi.c misc: update copyright year range 2021-12-30 14:17:47 +01:00
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h
dict.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
dict.h
doh.c urldata: CONN_IS_PROXIED replaces bits.close when proxy can be disabled 2022-01-30 12:01:25 +01:00
doh.h
dotdot.c docs: update IETF links to use datatracker 2022-01-21 23:06:36 +01:00
dotdot.h
dynbuf.c
dynbuf.h
easy.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
easygetopt.c
easyif.h
easyoptions.c
easyoptions.h
escape.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
escape.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
file.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
file.h
fileinfo.c
fileinfo.h
firefox-db2pem.sh
formdata.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
formdata.h
ftp.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
ftp.h
ftplistparser.c
ftplistparser.h
getenv.c
getinfo.c
getinfo.h
gopher.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
gopher.h
h2h3.c h2h3: added Curl_pseudo_headers() 2022-02-07 13:56:06 +01:00
h2h3.h h2h3: added Curl_pseudo_headers() 2022-02-07 13:56:06 +01:00
hash.c hash: lazy-alloc the table in Curl_hash_add() 2021-12-10 23:16:43 +01:00
hash.h hash: lazy-alloc the table in Curl_hash_add() 2021-12-10 23:16:43 +01:00
hmac.c
hostasyn.c
hostip4.c
hostip6.c
hostip.c misc: remove unused doh flags when CURL_DISABLE_DOH is defined 2021-12-15 08:01:21 +01:00
hostip.h hash: lazy-alloc the table in Curl_hash_add() 2021-12-10 23:16:43 +01:00
hostsyn.c
hsts.c docs: update IETF links to use datatracker 2022-01-21 23:06:36 +01:00
hsts.h
http2.c http2: use Curl_pseudo_headers 2022-02-07 13:56:06 +01:00
http2.h
http_aws_sigv4.c sha256/md5: return errors when init fails 2021-12-13 15:54:16 +01:00
http_aws_sigv4.h
http_chunks.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
http_negotiate.h
http_ntlm.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
http_ntlm.h
http_proxy.c http: make Curl_compareheader() take string length arguments too 2022-02-07 14:37:58 +01:00
http_proxy.h
http.c http: make Curl_compareheader() take string length arguments too 2022-02-07 14:37:58 +01:00
http.h http: make Curl_compareheader() take string length arguments too 2022-02-07 14:37:58 +01:00
idn_win32.c
if2ip.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
if2ip.h
imap.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
inet_pton.h
krb5.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
ldap.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
libcurl.plist
libcurl.rc
libcurl.vers.in
llist.c
llist.h
Makefile.am vxworks: drop support 2022-02-01 16:18:39 +01:00
makefile.amiga
makefile.dj
Makefile.inc h2h3: added Curl_pseudo_headers() 2022-02-07 13:56:06 +01:00
Makefile.m32
md4.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
md5.c md5: check md5_init_func return value 2022-01-23 01:56:59 -05:00
memdebug.c
memdebug.h
mime.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
mime.h
mk-ca-bundle.pl
mk-ca-bundle.vbs
mprintf.c misc: remove the final watcom references 2022-01-17 08:49:25 +01:00
mqtt.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
mqtt.h
multi.c multi: grammar fix in comment 2022-02-01 09:37:26 +01:00
multihandle.h multi: handle errors returned from socket/timer callbacks 2021-12-06 14:55:52 +01:00
multiif.h multi: handle errors returned from socket/timer callbacks 2021-12-06 14:55:52 +01:00
netrc.c
netrc.h
nonblock.c misc: remove BeOS code and references 2022-01-17 08:47:23 +01:00
nonblock.h
openldap.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
optiontable.pl
parsedate.c
parsedate.h
pingpong.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
pingpong.h
pop3.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
pop3.h
progress.c
progress.h
psl.c
psl.h
quic.h
rand.c
rand.h
rename.c
rename.h
rtsp.c
rtsp.h
select.c TPF: drop support 2022-02-04 08:05:35 +01:00
select.h TPF: drop support 2022-02-04 08:05:35 +01:00
sendf.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
sendf.h
setopt.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
setopt.h
setup-os400.h
setup-vms.h
setup-win32.h
sha256.c misc: allow curl to build with wolfssl --enable-opensslextra 2022-01-21 23:04:02 +01:00
share.c hash: lazy-alloc the table in Curl_hash_add() 2021-12-10 23:16:43 +01:00
share.h
sigpipe.h
slist.c
slist.h
smb.c smb: passing a socket for writing and reading data instead of FIRSTSOCKET 2022-02-05 00:15:22 +01:00
smb.h
smtp.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
smtp.h
sockaddr.h
socketpair.c
socketpair.h
socks_gssapi.c
socks_sspi.c
socks.c socks5: use appropriate ATYP for numerical IP address host names 2022-01-03 22:32:05 +01:00
socks.h
speedcheck.c
speedcheck.h
splay.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
splay.h
strcase.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
strcase.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
strdup.c
strdup.h
strerror.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
system_win32.c version_win32: Check build number and platform id 2021-12-02 03:39:14 -05:00
system_win32.h
telnet.c
telnet.h
tftp.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
tftp.h
timeval.c
timeval.h
transfer.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
transfer.h
url.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
url.h url: make Curl_disconnect return void 2022-01-20 09:07:30 +01:00
urlapi-int.h
urlapi.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
urldata.h lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
version_win32.c version_win32: fix warning for CURL_WINDOWS_APP 2022-02-04 17:34:27 +01:00
version_win32.h misc: update copyright year range 2021-12-30 14:17:47 +01:00
version.c lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
warnless.c
warnless.h
wildcard.c
wildcard.h