curl/lib
Daniel Stenberg ddda4fdf3d
setopt: fix compiler warning
Follow-up to cd5ca80f00

closes #9502
2022-09-14 08:02:27 +02:00
..
vauth misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
vquic misc: spelling fixes 2022-08-31 14:31:01 +00:00
vssh misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
vtls wolfSSL: fix session management bug. 2022-09-13 10:15:40 +02:00
.checksrc
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c amigaos: fix threaded resolver on AmigaOS 4.x 2022-08-10 14:14:27 +02: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 asyn-ares: make a single alloc out of hostname + async data 2022-08-16 08:54:33 +02:00
asyn-thread.c asyn-thread: fix socket leak on OOM 2022-08-16 08:54:25 +02:00
asyn.h
base64.c base64: base64url encoding has no padding 2022-07-19 11:06:20 +02:00
bufref.c
bufref.h
c-hyper.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
c-hyper.h
CMakeLists.txt tidy-up: delete unused build configuration macros 2022-07-19 15:12:19 +00:00
config-amigaos.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02:00
config-dos.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02: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 config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02: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 config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02:00
config-win32ce.h config: remove the check for and use of SIZEOF_SHORT 2022-08-11 09:07:06 +02: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 urldata: use a curl_prot_t type for storing protocol bits 2022-09-13 11:26:49 +02:00
connect.h
content_encoding.c content_encoding: use writer struct subclasses for different encodings 2022-09-11 14:46:52 +02:00
content_encoding.h content_encoding: use writer struct subclasses for different encodings 2022-09-11 14:46:52 +02:00
cookie.c cookie: reject cookies with "control bytes" 2022-08-29 11:20:37 +02:00
cookie.h
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake cmake: add detection of threadsafe feature 2022-08-26 21:09:32 +02:00
curl_ctype.h curl_ctype: add space around <= operator in ISSPACE macro 2022-09-06 14:31:19 +02: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 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 Makefile.m32: allow -nghttp3/-ngtcp2 without -ssl [ci skip] 2022-08-15 02:49:59 +00:00
curl_ntlm_core.h
curl_ntlm_wb.c
curl_ntlm_wb.h
curl_path.c
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
curl_rtmp.h
curl_sasl.c
curl_sasl.h
curl_setup_once.h ctype: remove all use of <ctype.h>, use our own versions 2022-09-06 08:32:36 +02:00
curl_setup.h curl_setup: include only system.h instead of curl.h 2022-09-12 09:41:55 +02:00
curl_sha256.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h
dict.c
dict.h
doh.c doh: use https protocol by default 2022-07-16 14:10:39 +00: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 lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
easy_lock.h easy_lock: fix build with icc 2022-07-12 23:08:35 +02:00
easy.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
easygetopt.c
easyif.h ws: initial websockets support 2022-09-09 15:11:14 +02:00
easyoptions.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
easyoptions.h
escape.c docs: explain curl_easy_escape/unescape curl handle is ignored 2022-07-10 02:59:58 -04:00
escape.h
file.c file: add handling of native AmigaOS paths 2022-08-08 16:42:10 +02:00
file.h
fileinfo.c
fileinfo.h
fopen.c
fopen.h
formdata.c formdata: typecast the va_arg return value 2022-09-13 15:38:48 +02:00
formdata.h
ftp.c ftp: ignore a 550 response to MDTM 2022-09-07 10:26:55 +02:00
ftp.h
ftplistparser.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
ftplistparser.h
getenv.c
getinfo.c getinfo: return better error on NULL as first argument 2022-07-10 18:22:23 +02:00
getinfo.h
gopher.c
gopher.h
h2h3.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
h2h3.h
hash.c
hash.h
headers.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
headers.h
hmac.c
hostasyn.c
hostip4.c amigaos: fix threaded resolver on AmigaOS 4.x 2022-08-10 14:14:27 +02:00
hostip6.c
hostip.c ctype: remove all use of <ctype.h>, use our own versions 2022-09-06 08:32:36 +02:00
hostip.h multi: use larger dns hash table for multi interface 2022-08-29 00:07:09 +02:00
hostsyn.c
hsts.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
hsts.h
http2.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
http2.h
http_aws_sigv4.c http_aws_sigv4.c: remove two unusued includes 2022-07-01 23:33:42 +02:00
http_aws_sigv4.h
http_chunks.c curl_ctype: convert to macros-only 2022-09-06 08:36:33 +02:00
http_chunks.h
http_digest.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34: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
http_ntlm.h
http_proxy.c sendf: make Curl_debug a void function 2022-07-23 13:38:43 +02:00
http_proxy.h
http.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
http.h curl_ws_meta: initial implementation 2022-09-09 15:11:14 +02:00
idn_win32.c
if2ip.c
if2ip.h
imap.c misc: spelling fixes 2022-08-31 14:31:01 +00:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c
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
makefile.amiga
makefile.dj
Makefile.inc ws: initial websockets support 2022-09-09 15:11:14 +02:00
Makefile.m32 Makefile.m32: allow -nghttp3/-ngtcp2 without -ssl [ci skip] 2022-08-15 02:49:59 +00:00
md4.c amissl: make AmiSSL v5 a minimum requirement 2022-08-08 09:16:01 +02:00
md5.c amissl: make AmiSSL v5 a minimum requirement 2022-08-08 09:16:01 +02:00
memdebug.c memdebug: add annotation attributes 2022-08-14 10:53:18 +02:00
memdebug.h lib and tests: add missing curl.h includes 2022-09-12 09:41:47 +02:00
mime.c
mime.h
mprintf.c mprintf: fix *dyn_vprintf() when out-of-memory 2022-07-19 23:56:03 +02:00
mqtt.c
mqtt.h
multi.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
multihandle.h
multiif.h multi: use larger dns hash table for multi interface 2022-08-29 00:07:09 +02:00
netrc.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
netrc.h
nonblock.c
nonblock.h
openldap.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
optiontable.pl easyoptions: fix icc warning 2022-07-19 11:01:15 +02:00
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 windows: improve random source 2022-07-04 09:38:24 +00:00
rand.h windows: improve random source 2022-07-04 09:38:24 +00:00
rename.c
rename.h
rtsp.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
rtsp.h
select.c select: do not return fatal error on EINTR from poll() 2022-07-04 00:58:07 -04:00
select.h
sendf.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
sendf.h sendf: make Curl_debug a void function 2022-07-23 13:38:43 +02:00
setopt.c setopt: fix compiler warning 2022-09-14 08:02:27 +02:00
setopt.h
setup-os400.h
setup-vms.h
setup-win32.h setup-win32: no longer define UNICODE/_UNICODE implicitly 2022-09-07 02:55:10 -04:00
sha256.c
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 fix Cygwin/MSYS compilation 2022-09-10 16:34:13 +02: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: avoid using -1 in unsigned variable 2022-07-23 13:38:54 +02:00
splay.h
strcase.c ctype: remove all use of <ctype.h>, use our own versions 2022-09-06 08:32:36 +02:00
strcase.h ctype: remove all use of <ctype.h>, use our own versions 2022-09-06 08:32:36 +02:00
strdup.c
strdup.h
strerror.c
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
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 headers: reset the requests counter at transfer start 2022-09-09 14:46:06 +02:00
transfer.h
url.c urldata: use a curl_prot_t type for storing protocol bits 2022-09-13 11:26:49 +02:00
url.h
urlapi-int.h urlapi: leaner with fewer allocs 2022-09-07 10:21:45 +02:00
urlapi.c urlapi: leaner with fewer allocs 2022-09-07 10:21:45 +02:00
urldata.h urldata: use a curl_prot_t type for storing protocol bits 2022-09-13 11:26:49 +02:00
version_win32.c
version_win32.h
version.c version: add ws + wss 2022-09-09 15:11:14 +02: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 ws: fix build without USE_WEBSOCKETS 2022-09-12 10:22:42 +02:00
ws.h ws: initial websockets support 2022-09-09 15:11:14 +02:00