curl/lib
Daniel Stenberg 8419fe4d88
cmake: check for getppid and utimes
... as they're checked for in the configure script and are used by
source code.

Removed checks for perror, setvbuf and strlcat since those defines are
not checked for in source code.

Bonus: removed HAVE_STRLCPY from a few config-*.h files since that
symbol is not used in source code.

Closes #6997
2021-05-04 14:46:55 +02:00
..
vauth lib: fix some misuse of curlx_convert_UTF8_to_tchar 2021-04-27 15:09:23 -04:00
vquic tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
vssh libssh2: ignore timeout during disconnect 2021-05-04 08:20:40 +02:00
vtls CURLcode: add CURLE_SSL_CLIENTCERT 2021-05-03 17:11:01 +02:00
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
asyn-thread.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +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 c-hyper: fix unused variable ‘wrote’ 2021-04-27 16:00:48 +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: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
config-dos.h configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
config-mac.h configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
config-os400.h cmake: check for getppid and utimes 2021-05-04 14:46:55 +02:00
config-plan9.h configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
config-riscos.h cmake: check for getppid and utimes 2021-05-04 14:46:55 +02:00
config-tpf.h cmake: check for getppid and utimes 2021-05-04 14:46:55 +02:00
config-vxworks.h cmake: check for getppid and utimes 2021-05-04 14:46:55 +02:00
config-win32.h configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
config-win32ce.h configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
conncache.c lib: remove 'conn->data' completely 2021-02-16 10:48:57 +01:00
conncache.h
connect.c connect: use CURL_SA_FAMILY_T for portability 2021-04-21 09:22:37 +02:00
connect.h lib: use int type for more port variables 2021-02-09 02:53:31 -05:00
content_encoding.c lib: fix 0-length Curl_client_write calls 2021-04-29 15:02:32 +02:00
content_encoding.h
cookie.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
cookie.h cookies: Use named parameters in header prototypes 2021-02-23 22:00:02 +01:00
curl_addrinfo.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake cmake: check for getppid and utimes 2021-05-04 14:46:55 +02:00
curl_ctype.c
curl_ctype.h
curl_des.c
curl_des.h
curl_endian.c config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T 2021-03-11 10:11:56 +01:00
curl_endian.h config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T 2021-03-11 10:11:56 +01:00
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
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 ntlm: support version 2 on 32-bit platforms 2021-04-09 09:40:49 +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 urldata: merge "struct DynamicStatic" into "struct UrlState" 2021-03-26 23:19:20 +01:00
curl_rtmp.h
curl_sasl.c vtls: deduplicate some DISABLE_PROXY ifdefs 2021-04-22 22:50:56 +02:00
curl_sasl.h sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl 2021-02-09 10:53:25 +01:00
curl_setup_once.h configure: include <time.h> unconditionally 2021-04-07 16:08:01 +02:00
curl_setup.h tls: add USE_HTTP2 define 2021-04-29 15:04:39 +02:00
curl_sha256.h
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h
dict.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
dict.h
doh.c schannel: Disable auto credentials; add an option to enable it 2021-04-22 16:53:37 -04:00
doh.h
dotdot.c
dotdot.h
dynbuf.c
dynbuf.h dynbuf: bump the max HTTP request to 1MB 2021-03-06 22:48:35 +01:00
easy.c easy: ignore sigpipe in curl_easy_send 2021-04-26 13:22:20 +02:00
easygetopt.c
easyif.h
easyoptions.c doh: add options to disable ssl verification 2021-02-14 18:20:48 -05:00
easyoptions.h
escape.c
escape.h
file.c lib: remove strlen call from Curl_client_write 2021-04-29 15:02:16 +02:00
file.h
fileinfo.c
fileinfo.h
firefox-db2pem.sh
formdata.c
formdata.h copyright: fix missing year (range) updates 2021-01-29 14:35:13 +01:00
ftp.c lib: remove strlen call from Curl_client_write 2021-04-29 15:02:16 +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
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 tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
hostcheck.h
hostip4.c
hostip6.c
hostip.c configure: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
hostip.h asyn-ares: use consistent resolve error message 2021-02-18 15:02:17 +01:00
hostsyn.c
hsts.c hsts: enable by default 2021-04-19 08:22:16 +02:00
hsts.h hsts: enable by default 2021-04-19 08:22:16 +02:00
http2.c http2: fix a resource leak in push_promise() 2021-05-01 23:40:14 +02: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: use credentials from transfer, not connection 2021-02-13 22:36:15 +01:00
http_aws_sigv4.h
http_chunks.c Curl_chunker: shrink the struct 2021-01-27 08:48:08 +01:00
http_chunks.h Curl_chunker: shrink the struct 2021-01-27 08:48:08 +01:00
http_digest.c Curl_input_digest: require space after Digest 2021-05-03 16:35:25 +02:00
http_digest.h http: use credentials from transfer, not connection 2021-02-13 22:36:15 +01:00
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 http_proxy: only loop on 407 + close if we have credentials 2021-04-05 22:49:07 +02:00
http_proxy.h
http.c Curl_http_header: check for colon when matching Persistent-Auth 2021-05-03 16:35:22 +02:00
http.h http2: move the stream error field to the per-transfer storage 2021-04-21 08:20:24 +02:00
idn_win32.c
if2ip.c
if2ip.h
imap.c pingpong: rename the curl_pp_transfer enum to use PP prefix 2021-02-04 23:06:03 +01:00
imap.h
inet_ntop.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +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 lib: fix some misuse of curlx_convert_UTF8_to_tchar 2021-04-27 15:09:23 -04: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 copyright: fix missing year (range) updates 2021-01-29 14:35:13 +01:00
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: remove use of RETSIGTYPE 2021-04-07 16:01:05 +02:00
Makefile.vxworks
md4.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
md5.c gnutls: assume nettle crypto support 2021-02-18 23:06:47 +01:00
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 copyright: fix missing year (range) updates 2021-01-29 14:35:13 +01:00
mk-ca-bundle.pl copyright: fix missing year (range) updates 2021-01-29 14:35:13 +01:00
mk-ca-bundle.vbs
mprintf.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
mqtt.c
mqtt.h
multi.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +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.h
non-ascii.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
non-ascii.h
nonblock.c build: remove all traces of USE_BLOCKING_SOCKETS 2021-02-25 16:41:35 +01:00
nonblock.h
nwlib.c
nwos.c
openldap.c lib: remove strlen call from Curl_client_write 2021-04-29 15:02:16 +02:00
optiontable.pl
parsedate.c
parsedate.h
pingpong.c
pingpong.h pingpong: rename the curl_pp_transfer enum to use PP prefix 2021-02-04 23:06:03 +01:00
pop3.c lib: fix 0-length Curl_client_write calls 2021-04-29 15:02:32 +02:00
pop3.h
progress.c send_speed: simplify the checks for if a speed limit is set 2021-03-27 12:38:28 +01:00
progress.h
psl.c
psl.h
quic.h
rand.c
rand.h
rename.c
rename.h
rtsp.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
rtsp.h
select.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
select.h select: convert Curl_select() to private static function 2021-01-27 09:05:31 +01:00
sendf.c lib: fix 0-length Curl_client_write calls 2021-04-29 15:02:32 +02:00
sendf.h
setopt.c schannel: Disable auto credentials; add an option to enable it 2021-04-22 16:53:37 -04: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 gnutls: assume nettle crypto support 2021-02-18 23:06:47 +01:00
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 config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T 2021-03-11 10:11:56 +01:00
smb.h config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T 2021-03-11 10:11:56 +01:00
smtp.c pingpong: rename the curl_pp_transfer enum to use PP prefix 2021-02-04 23:06:03 +01:00
smtp.h
sockaddr.h
socketpair.c
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 CURLcode: add CURLE_SSL_CLIENTCERT 2021-05-03 17:11:01 +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
telnet.h
tftp.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
tftp.h
timeval.c
timeval.h
transfer.c http: fix the check for 'Authorization' with Bearer 2021-05-02 12:08:20 +02:00
transfer.h
url.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
url.h
urlapi-int.h
urlapi.c urlapi: make sure no +/- signs are accepted in IPv4 numericals 2021-04-21 09:17:55 +02:00
urldata.h schannel: Disable auto credentials; add an option to enable it 2021-04-22 16:53:37 -04:00
version_win32.c
version_win32.h
version.c version: add gsasl_version to curl_version_info_data 2021-04-22 18:28:28 -04:00
warnless.c
warnless.h warnless.h: remove the prototype for curlx_ultosi 2021-01-26 16:32:27 +01:00
wildcard.c
wildcard.h
x509asn1.c vtls: deduplicate some DISABLE_PROXY ifdefs 2021-04-22 22:50:56 +02:00
x509asn1.h