curl/lib
Viktor Szakats 0ba70dd13c
singleuse: drop Curl_memrchr() for no-HTTP builds
Make single-use function check CI test pass by dropping the global
`Curl_memrchr()` function from the build when it has no caller.

Fixes:
```
Curl_memrchr in curl_memrchr
```
https://github.com/curl/curl/actions/runs/10816280747/job/30007145114

Seen while migrating affected job from Azure to GHA.
Ref: #14859

Closes #14919
2024-09-15 16:33:24 +02:00
..
vauth lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
vquic QUIC: on connect, keep on trying on draining server 2024-09-12 08:24:10 +02:00
vssh lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
vtls vtls/rustls: support strong CSRNG data 2024-09-13 14:11:56 +02:00
.checksrc checksrc: add STRNCPY as an opt-in rule to detect and error on strncpy 2024-09-09 13:47:50 +02:00
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c
asyn-thread.c asyn-thread: stop using GetAddrInfoExW on Windows 2024-09-08 11:39:30 -04:00
asyn.h
base64.c
bufq.c
bufq.h
bufref.c
bufref.h
c-hyper.c
c-hyper.h
cf-h1-proxy.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
cf-h1-proxy.h
cf-h2-proxy.c
cf-h2-proxy.h
cf-haproxy.c haproxy: send though next filter 2024-09-02 23:34:26 +02:00
cf-haproxy.h
cf-https-connect.c connect: store connection info when really done 2024-09-13 22:27:11 +02:00
cf-https-connect.h
cf-socket.c lib: fix AF_INET6 use outside of USE_IPV6 2024-09-11 23:12:22 +02:00
cf-socket.h
cfilters.c connect: store connection info when really done 2024-09-13 22:27:11 +02:00
cfilters.h connect: limit update IP info 2024-08-28 13:58:10 +02:00
CMakeLists.txt libcurl.def: move from / into lib 2024-09-05 17:05:40 +02:00
config-amigaos.h
config-dos.h
config-mac.h
config-os400.h lib: remove use of RANDOM_FILE 2024-09-02 18:42:32 +02:00
config-plan9.h lib: remove use of RANDOM_FILE 2024-09-02 18:42:32 +02:00
config-riscos.h lib: remove use of RANDOM_FILE 2024-09-02 18:42:32 +02:00
config-win32.h
config-win32ce.h
conncache.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
conncache.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
connect.c connect: store connection info when really done 2024-09-13 22:27:11 +02:00
connect.h connect: limit update IP info 2024-08-28 13:58:10 +02:00
content_encoding.c content_encoding: avoid getting all encodings unless necessary 2024-09-09 16:50:22 +02:00
content_encoding.h
cookie.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
cookie.h
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake lib: remove use of RANDOM_FILE 2024-09-02 18:42:32 +02:00
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
curl_get_line.h
curl_gethostname.c lib: remove the final strncpy() calls 2024-09-09 13:47:38 +02:00
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h
curl_krb5.h
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h
curl_memrchr.c singleuse: drop Curl_memrchr() for no-HTTP builds 2024-09-15 16:33:24 +02:00
curl_memrchr.h singleuse: drop Curl_memrchr() for no-HTTP builds 2024-09-15 16:33:24 +02:00
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c
curl_ntlm_core.h
curl_path.c
curl_path.h
curl_printf.h printf: fix mingw-w64 format checks 2024-09-02 21:03:01 +02:00
curl_range.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
curl_range.h
curl_rtmp.c
curl_rtmp.h
curl_sasl.c
curl_sasl.h
curl_setup_once.h
curl_setup.h lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
curl_sha256.h
curl_sha512_256.c
curl_sha512_256.h
curl_sspi.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
curl_sspi.h lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
curl_threads.c openssl: fix the data race when sharing an SSL session between threads 2024-09-02 23:35:44 +02:00
curl_threads.h
curl_trc.c
curl_trc.h
curlx.h
cw-out.c
cw-out.h
dict.c
dict.h
dllmain.c
doh.c doh: remove redundant checks 2024-09-07 22:30:21 +02:00
doh.h doh: cleanups 2024-09-06 08:58:52 +02:00
dynbuf.c
dynbuf.h
dynhds.c
dynhds.h
easy_lock.h
easy.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
easygetopt.c
easyif.h
easyoptions.c
easyoptions.h
escape.c
escape.h
file.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
file.h
fileinfo.c
fileinfo.h
fopen.c
fopen.h
formdata.c
formdata.h
ftp.c FTP: partly revert eeb7c12807 2024-09-14 17:23:04 +02:00
ftp.h
ftplistparser.c
ftplistparser.h
functypes.h
getenv.c
getinfo.c connect: limit update IP info 2024-08-28 13:58:10 +02:00
getinfo.h
gopher.c
gopher.h
hash.c
hash.h
headers.c
headers.h
hmac.c
hostasyn.c
hostip4.c
hostip6.c
hostip.c cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
hostip.h
hostsyn.c
hsts.c
hsts.h
http1.c
http1.h
http2.c http2: when uploading data from stdin, fix eos forwarding 2024-09-12 13:46:38 +02:00
http2.h
http_aws_sigv4.c
http_aws_sigv4.h
http_chunks.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
http_ntlm.h
http_proxy.c
http_proxy.h
http.c http: make max-filesize check not count ignored bodies 2024-09-14 22:51:57 +02:00
http.h
idn.c
idn.h
if2ip.c
if2ip.h
imap.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c
ldap.c
libcurl.def libcurl.def: move from / into lib 2024-09-05 17:05:40 +02:00
libcurl.rc
libcurl.vers.in
llist.c llist: only provide Curl_llist_tail in unit test builds 2024-09-05 13:09:13 +02:00
llist.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
macos.c
macos.h
Makefile.am lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
Makefile.inc
Makefile.mk Makefile.mk: update to use Markdown sources for manual 2024-09-06 21:57:54 +02:00
Makefile.soname
md4.c
md5.c
memdebug.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
memdebug.h
mime.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
mime.h
mprintf.c printf: fix mingw-w64 format checks 2024-09-02 21:03:01 +02:00
mqtt.c
mqtt.h
multi.c multi: check that the multi handle is valid in curl_multi_assign 2024-09-11 23:04:11 +02:00
multihandle.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
multiif.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
netrc.c
netrc.h
nonblock.c
nonblock.h
noproxy.c
noproxy.h
openldap.c
optiontable.pl curl.h: make CURLOPT_WRITEINFO and CURLOPT_CLOSEPOLICY compile 2024-09-02 10:43:34 +02:00
parsedate.c
parsedate.h
pingpong.c
pingpong.h
pop3.c pop3: fix multi-line with LIST arg 2024-09-06 10:42:14 +02:00
pop3.h
progress.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
progress.h
psl.c
psl.h
rand.c vtls/rustls: support strong CSRNG data 2024-09-13 14:11:56 +02:00
rand.h vtls/rustls: support strong CSRNG data 2024-09-13 14:11:56 +02:00
rename.c
rename.h
request.c request: correctly reset the eos_sent flag 2024-09-13 13:28:10 +02:00
request.h http2: when uploading data from stdin, fix eos forwarding 2024-09-12 13:46:38 +02:00
rtsp.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
rtsp.h
select.c
select.h
sendf.c http: make max-filesize check not count ignored bodies 2024-09-14 22:51:57 +02:00
sendf.h
setopt.c setopt: remove superfluous use of ternary expressions 2024-09-12 19:12:06 +02:00
setopt.h
setup-os400.h
setup-vms.h
setup-win32.h
sha256.c
share.c cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
share.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
sigpipe.h
slist.c
slist.h
smb.c smb: convert superflous assign into assert 2024-09-05 09:25:08 +02:00
smb.h
smtp.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
smtp.h
sockaddr.h
socketpair.c
socketpair.h
socks_gssapi.c
socks_sspi.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
socks.c
socks.h
speedcheck.c
speedcheck.h
splay.c
splay.h
strcase.c
strcase.h
strdup.c
strdup.h
strerror.c
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
system_win32.c asyn-thread: stop using GetAddrInfoExW on Windows 2024-09-08 11:39:30 -04:00
system_win32.h asyn-thread: stop using GetAddrInfoExW on Windows 2024-09-08 11:39:30 -04:00
telnet.c
telnet.h
tftp.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
tftp.h
timediff.c
timediff.h lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
timeval.c
timeval.h
transfer.c transfer: remove redundant variable use: select_bits 2024-09-14 17:20:27 +02:00
transfer.h
url.c connect: store connection info when really done 2024-09-13 22:27:11 +02:00
url.h cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
urlapi-int.h
urlapi.c
urldata.h FTP: partly revert eeb7c12807 2024-09-14 17:23:04 +02:00
version_win32.c
version_win32.h
version.c
warnless.c
warnless.h
ws.c lib: use FMT_ as prefix instead of CURL_FORMAT_ 2024-09-03 08:45:45 +02:00
ws.h