..
vauth
openldap: fix missing sasl symbols at build in specific configs
2023-02-09 08:17:20 +01:00
vquic
http2: Use KEEP_SEND_HOLD for flow control in HTTP/2
2023-03-14 03:26:57 -04:00
vssh
libssh2: only set the memory callbacks when debugging
2023-03-10 08:01:47 +01:00
vtls
secure-transport: fix recv return code handling
2023-03-14 09:59:27 +01:00
.checksrc
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c
asyn-thread.c
asyn.h
base64.c
bufref.c
bufref.h
c-hyper.c
ws: fix recv of larger frames
2023-02-10 08:28:58 +01:00
c-hyper.h
cf-https-connect.c
connect: fix time_connect and time_appconnect timer statistics
2023-03-06 20:16:43 +01:00
cf-https-connect.h
lib: give source files cf-http.* better fitting names
2023-03-02 08:48:34 +01:00
cf-socket.c
url: fix logic in connection reuse to deny reuse on "unclean" connections
2023-03-07 12:50:31 +01:00
cf-socket.h
url: fix logic in connection reuse to deny reuse on "unclean" connections
2023-03-07 12:50:31 +01:00
cfilters.c
url: fix logic in connection reuse to deny reuse on "unclean" connections
2023-03-07 12:50:31 +01:00
cfilters.h
url: fix logic in connection reuse to deny reuse on "unclean" connections
2023-03-07 12:50:31 +01:00
CMakeLists.txt
cmake: delete unused HAVE__STRTOI64
2023-03-13 15:49:54 +00:00
config-amigaos.h
config-dos.h
config-mac.h
config-os400.h
config-plan9.h
config-riscos.h
config-win32.h
build: fix stdint/inttypes detection with non-autotools
2023-03-13 10:47:21 +00:00
config-win32ce.h
conncache.c
conncache.h
connect.c
connect: fix time_connect and time_appconnect timer statistics
2023-03-06 20:16:43 +01:00
connect.h
content_encoding.c
lib: silence clang/gcc -Wvla warnings in brotli headers
2023-03-10 22:24:24 +00:00
content_encoding.h
cookie.c
cookie: don't load cookies again when flushing
2023-03-06 15:51:56 +01:00
cookie.h
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake
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
curl_gethostname.h
curl_gssapi.c
gssapi: align global gss_OID_desc vars to silence ld warnings on macOS ventura
2023-03-10 08:04:42 +01:00
curl_gssapi.h
curl_hmac.h
curl_krb5.h
curl_ldap.h
curl_log.c
lib: give source files cf-http.* better fitting names
2023-03-02 08:48:34 +01:00
curl_log.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
curl_ntlm_core.h
curl_ntlm_wb.c
curl_ntlm_wb.h
curl_path.c
curl_path: create the new path with dynbuf
2023-03-10 23:20:19 +01:00
curl_path.h
curl_printf.h
curl_range.c
curl_range.h
curl_rtmp.c
curl_rtmp.h
curl_sasl.c
openldap: fix missing sasl symbols at build in specific configs
2023-02-09 08:17:20 +01:00
curl_sasl.h
curl_setup.h
misc: remove support for curl_off_t < 8 bytes
2023-02-24 17:05:33 +01:00
curl_setup_once.h
wolfssl: add quic/ngtcp2 detection in cmake, and fix builds
2023-03-14 11:57:55 +00:00
curl_sha256.h
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h
dict.c
dict.h
doh.c
hostip: avoid sscanf and extra buffer copies
2023-02-27 20:43:13 +01:00
doh.h
dynbuf.c
DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failure
2023-03-01 04:18:15 -05:00
dynbuf.h
easy.c
easy: remove infof() debug leftover from curl_easy_recv
2023-02-27 19:50:25 +01:00
easy_lock.h
easygetopt.c
easyif.h
easyoptions.c
easyoptions.h
escape.c
escape.h
file.c
file.h
fileinfo.c
fileinfo.h
fopen.c
fopen.h
formdata.c
formdata.h
ftp.c
ftp: add more conditions for connection reuse
2023-03-13 09:07:23 +01:00
ftp.h
ftp: add more conditions for connection reuse
2023-03-13 09:07:23 +01:00
ftplistparser.c
wildcard: remove files and move functions into ftplistparser.c
2023-03-03 23:25:30 +01:00
ftplistparser.h
wildcard: remove files and move functions into ftplistparser.c
2023-03-03 23:25:30 +01:00
functypes.h
getenv.c
getinfo.c
getinfo.h
gopher.c
gopher.h
h2h3.c
h2h3.h
hash.c
hash.h
headers.c
headers: make curl_easy_header and nextheader return different buffers
2023-03-09 00:13:41 +01:00
headers.h
hmac.c
hostasyn.c
hostip: avoid sscanf and extra buffer copies
2023-02-27 20:43:13 +01:00
hostip.c
hostip: avoid sscanf and extra buffer copies
2023-02-27 20:43:13 +01:00
hostip.h
hostip: avoid sscanf and extra buffer copies
2023-02-27 20:43:13 +01:00
hostip4.c
hostip6.c
hostsyn.c
hsts.c
hsts.h
http.c
http: don't send 100-continue for short PUT requests
2023-03-11 18:57:19 -08:00
http.h
http:: include stdint.h more readily
2023-02-16 10:07:52 +01:00
http2.c
http2: Use KEEP_SEND_HOLD for flow control in HTTP/2
2023-03-14 03:26:57 -04:00
http2.h
http_aws_sigv4.c
aws_sigv4: fall back to UNSIGNED-PAYLOAD for sign_as_s3
2023-03-14 17:04:47 +01:00
http_aws_sigv4.h
http_chunks.c
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c
http_ntlm.h
http_proxy.c
http_proxy: parse the status line without sscanf
2023-02-24 23:54:54 +01:00
http_proxy.h
idn.c
idn: return error if the conversion ends up with a blank host
2023-02-27 15:12:29 +01:00
idn.h
if2ip.c
if2ip.h
imap.c
imap.h
inet_ntop.c
urlapi: parse IPv6 literals without ENABLE_IPV6
2023-03-03 10:05:08 +01:00
inet_ntop.h
inet_pton.c
urlapi: parse IPv6 literals without ENABLE_IPV6
2023-03-03 10:05:08 +01:00
inet_pton.h
krb5.c
krb5: avoid sscanf for parsing
2023-02-24 17:24:01 +01:00
ldap.c
cmake: fix enabling LDAPS on Windows
2023-03-05 19:55:14 +00:00
libcurl.plist.in
libcurl.rc
libcurl.vers.in
llist.c
llist.h
Makefile.am
Makefile.inc
wildcard: remove files and move functions into ftplistparser.c
2023-03-03 23:25:30 +01:00
Makefile.mk
Makefile.mk: fix -g option in debug mode [ci skip]
2023-03-13 00:16:30 +00:00
Makefile.soname
md4.c
md5.c
memdebug.c
memdebug.h
mime.c
mime.h
mprintf.c
mqtt.c
mqtt: on send error, return error
2023-02-28 08:11:55 +01:00
mqtt.h
multi.c
multi: make multi_perform ignore/unignore signals less often
2023-03-13 23:01:02 +01:00
multihandle.h
multiif.h
netrc.c
netrc.h
nonblock.c
nonblock.h
noproxy.c
noproxy.h
openldap.c
optiontable.pl
parsedate.c
parsedate: replace sscanf( for time stamp parsing
2023-02-20 23:48:20 +01:00
parsedate.h
pingpong.c
pingpong.h
pop3.c
pop3.h
progress.c
misc: remove support for curl_off_t < 8 bytes
2023-02-24 17:05:33 +01:00
progress.h
psl.c
psl.h
rand.c
rand: use arc4random as fallback when available
2023-03-06 11:21:38 +01:00
rand.h
rename.c
rename.h
rtsp.c
url: fix logic in connection reuse to deny reuse on "unclean" connections
2023-03-07 12:50:31 +01:00
rtsp.h
select.c
select: stop treating POLLRDBAND as an error
2023-02-23 23:41:44 +01:00
select.h
sendf.c
sendf.h
setopt.c
ftp: add more conditions for connection reuse
2023-03-13 09:07:23 +01:00
setopt.h
setup-os400.h
os400: correct Curl_os400_sendto()
2023-02-17 14:49:51 +01:00
setup-vms.h
setup-win32.h
sha256.c
share.c
share.h
sigpipe.h
multi: make multi_perform ignore/unignore signals less often
2023-03-13 23:01:02 +01:00
slist.c
slist.h
smb.c
misc: remove support for curl_off_t < 8 bytes
2023-02-24 17:05:33 +01:00
smb.h
smtp.c
smtp.h
sockaddr.h
socketpair.c
socketpair: allow EWOULDBLOCK when reading the pair check bytes
2023-02-20 08:11:49 +01:00
socketpair.h
socks.c
socks: allow using DoH to resolve host names
2023-02-17 09:17:54 +01:00
socks.h
socks_gssapi.c
socks_sspi.c
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
system_win32.h
telnet.c
telnet: only accept option arguments in ascii
2023-03-10 17:43:18 +01:00
telnet.h
tftp.c
tftp.h
timediff.c
timediff.h
timeval.c
timeval.h
transfer.c
http2: Use KEEP_SEND_HOLD for flow control in HTTP/2
2023-03-14 03:26:57 -04:00
transfer.h
url.c
ftp: add more conditions for connection reuse
2023-03-13 09:07:23 +01:00
url.h
urlapi-int.h
urlapi.c
urlapi: take const args in _dup and _get functions
2023-03-08 15:38:26 +01:00
urldata.h
ftp: add more conditions for connection reuse
2023-03-13 09:07:23 +01:00
version.c
lib: silence clang/gcc -Wvla warnings in brotli headers
2023-03-10 22:24:24 +00:00
version_win32.c
version_win32.h
warnless.c
warnless.h
ws.c
ws: keep the socket non-blocking
2023-02-28 00:38:21 +01:00
ws.h
ws: fix recv of larger frames
2023-02-10 08:28:58 +01:00