curl/lib
Daniel Stenberg 99d3682303
url: rename function due to name-clash in Watt-32
Follow-up to 2481dbe5f4 and applies the change the way it was
intended.
2022-09-27 09:34:22 +02:00
..
vauth misc: null-terminate 2022-09-17 23:19:29 +02:00
vquic msh3: change the static_assert to make the code C89 2022-09-23 08:27:50 +02:00
vssh misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
vtls schannel: ban server ALPN change during recv renegotiation 2022-09-26 03:26:49 -04:00
.checksrc
.gitattributes
.gitignore
altsvc.c altsvc: use 'h3' for h3 2022-09-16 22:31:25 +02:00
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 hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02:00
asyn-thread.c hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02:00
asyn.h lib: the number four in a sequence is the "fourth" 2022-09-19 08:48:49 +02:00
base64.c misc: null-terminate 2022-09-17 23:19:29 +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 cmake: define BUILDING_LIBCURL in lib/CMakeLists, not config.h 2022-09-14 08:06:41 +02: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 mprintf: use snprintf if available 2022-09-22 23:06:26 +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 connect: fix the wrong error message on connect failures 2022-09-21 14:23:37 +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 misc: null-terminate 2022-09-17 23:19:29 +02:00
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake cmake: define BUILDING_LIBCURL in lib/CMakeLists, not config.h 2022-09-14 08:06:41 +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 url: rename function due to name-clash in Watt-32 2022-09-27 09:34:22 +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 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.c easy: fix the #include order 2022-09-21 23:15:15 +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
escape.h
file.c
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.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: null-terminate 2022-09-17 23:19:29 +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: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +02:00
hostip.c hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +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.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
http_proxy.h
http.c lib: the number four in a sequence is the "fourth" 2022-09-19 08:48:49 +02:00
http.h curl_ws_meta: initial implementation 2022-09-09 15:11:14 +02:00
idn_win32.c windows: adjust name of two internal public functions 2022-09-26 22:32:23 +00:00
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
libcurl.plist.in
libcurl.rc
libcurl.vers.in
llist.c
llist.h
Makefile.am windows: add .rc support to autotools builds 2022-09-18 12:05:35 +00:00
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
md5.c
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: use snprintf if available 2022-09-22 23:06:26 +02:00
mqtt.c
mqtt.h
multi.c hostip: lazily wait to figure out if IPv6 works until needed 2022-09-22 09:47:59 +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 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
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 misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
rtsp.h
select.c
select.h
sendf.c ws: initial websockets support 2022-09-09 15:11:14 +02:00
sendf.h
setopt.c setopt: use the handler table for protocol name to number conversions 2022-09-16 23:29:01 +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.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: 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
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 setopt: use the handler table for protocol name to number conversions 2022-09-16 23:29:01 +02:00
transfer.h
url.c url: rename function due to name-clash in Watt-32 2022-09-27 09:34:22 +02: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 setopt: use the handler table for protocol name to number conversions 2022-09-16 23:29:01 +02:00
urldata.h lib: prepare the incoming of additional protocols 2022-09-23 08:39:44 +02:00
version_win32.c
version_win32.h
version.c tool: remove protocol count limitation 2022-09-22 13:49:10 +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 a C89 compliance nit 2022-09-21 09:19:42 +02:00
ws.h ws: initial websockets support 2022-09-09 15:11:14 +02:00