Tatsuhiro Tsujikawa 9feb85a1e3 vquic: fix UDP_GRO struct cmsghdr data type vor 4 Monaten
..
vauth 0887297100 lib/v*: tidy up types and casts vor 5 Monaten
vquic 9feb85a1e3 vquic: fix UDP_GRO struct cmsghdr data type vor 4 Monaten
vssh 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
vtls 3a537a4db9 x509asn1: remove superfluous free() vor 4 Monaten
.checksrc 2f0bb864c1 lib: don't use strerror() vor 3 Jahren
.gitattributes 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
.gitignore 9eafc11552 build: remove MacOSX-Framework script vor 7 Monaten
CMakeLists.txt e5a35b493d cmake: enable SOVERSION for Cygwin and `CMAKE_DLL_NAME_WITH_SOVERSION` vor 5 Monaten
Makefile.am 59dc9f7e69 build: untangle `CURLDEBUG` and `DEBUGBUILD` macros vor 5 Monaten
Makefile.inc fba9afebba mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option vor 6 Monaten
Makefile.mk e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
Makefile.soname 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
altsvc.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
altsvc.h 72abf7c13a lib: tidy up types and casts vor 5 Monaten
amigaos.c 5084ee1b6f amissl: add missing signal.h include vor 1 Jahr
amigaos.h ce3dce9015 tidy-up: mostly whitespace nits vor 1 Jahr
arpa_telnet.h dac293cfb7 lib: apache style infof and trace macros/functions vor 1 Jahr
asyn-ares.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
asyn-thread.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
asyn.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
base64.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf vor 6 Monaten
bufq.c b1005d127f bufq: writing into a softlimit queue cannot be partial vor 8 Monaten
bufq.h 60580f9f21 bufq: remove duplicate word in comment vor 6 Monaten
bufref.c 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding vor 11 Monaten
bufref.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
c-hyper.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
c-hyper.h 80a3b830cc http: expect 100 rework vor 8 Monaten
cf-h1-proxy.c 7208ff6534 http: remove "struct HTTP" vor 5 Monaten
cf-h1-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation vor 1 Jahr
cf-h2-proxy.c c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
cf-h2-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation vor 1 Jahr
cf-haproxy.c c31041b17e connection: shutdown TLS (for FTP) better vor 5 Monaten
cf-haproxy.h 8e85764b7b lib: remove unused functions, make single-use static vor 1 Jahr
cf-https-connect.c c31041b17e connection: shutdown TLS (for FTP) better vor 5 Monaten
cf-https-connect.h 9deebd311b lib: give source files cf-http.* better fitting names vor 1 Jahr
cf-socket.c 9feb85a1e3 vquic: fix UDP_GRO struct cmsghdr data type vor 4 Monaten
cf-socket.h 3060557af7 socket: support binding to interface *AND* IP vor 5 Monaten
cfilters.c c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
cfilters.h c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
config-amigaos.h 60359ad504 build: delete `HAVE_STDINT_H` and `HAVE_INTTYPES_H` vor 1 Jahr
config-dos.h a426b5050f build: variadic macro tidy-ups vor 1 Jahr
config-mac.h db07376a3e lib: remove TIME_WITH_SYS_TIME vor 1 Jahr
config-os400.h 49f83c30e4 lib: merge `ENABLE_QUIC` C macro into `USE_HTTP3` vor 7 Monaten
config-plan9.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
config-riscos.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
config-win32.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
config-win32ce.h c1bc090d65 windows: simplify detecting and using system headers vor 11 Monaten
conncache.c fde2143df7 conncache: done always evaluates to false vor 4 Monaten
conncache.h c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
connect.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
connect.h 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
content_encoding.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
content_encoding.h 82ba603da4 content_encoding: make Curl_all_content_encodings allocless vor 1 Jahr
cookie.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
cookie.h f88cc654ec cookie: reduce variable scope, add const vor 1 Jahr
curl_addrinfo.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
curl_addrinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_base64.h 2e160c9c65 tool: add "variable" support vor 1 Jahr
curl_config.h.cmake 66bf995d1c cmake: add CURL_USE_GSASL option with detection + CI test vor 5 Monaten
curl_ctype.h 7a2421dbb7 escape: replace Curl_isunreserved with ISUNRESERVED vor 1 Jahr
curl_des.c 2cd78f525c misc: Fix typos in docs and lib vor 8 Monaten
curl_des.h 7c8bae0d9c nss: remove support for this TLS library vor 1 Jahr
curl_endian.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_endian.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_fnmatch.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
curl_fnmatch.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_get_line.c 142ac257b3 lib: convert Curl_get_line to use dynbuf vor 9 Monaten
curl_get_line.h 142ac257b3 lib: convert Curl_get_line to use dynbuf vor 9 Monaten
curl_gethostname.c d0728c9109 lib: fix compiler warnings (gcc) vor 6 Monaten
curl_gethostname.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_gssapi.c adaec5d1d0 gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS ventura vor 1 Jahr
curl_gssapi.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_hmac.h 17162dcb27 build: fix libssh2 + `CURL_DISABLE_DIGEST_AUTH` + `CURL_DISABLE_AWS` vor 1 Jahr
curl_krb5.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_ldap.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_md4.h e92edfbef6 lib: add ability to disable auths individually vor 1 Jahr
curl_md5.h e92edfbef6 lib: add ability to disable auths individually vor 1 Jahr
curl_memory.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
curl_memrchr.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_memrchr.h 96c29900bc build: delete checks for C89 standard headers vor 1 Jahr
curl_multibyte.c 22cde3baa8 curl_multibyte: remove access() function wrapper for Windows vor 6 Monaten
curl_multibyte.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
curl_ntlm_core.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
curl_ntlm_core.h 7c8bae0d9c nss: remove support for this TLS library vor 1 Jahr
curl_path.c cd3463d99e curl_path: make Curl_get_pathname use dynbuf vor 6 Monaten
curl_path.h cd3463d99e curl_path: make Curl_get_pathname use dynbuf vor 6 Monaten
curl_printf.h f58e493e44 curl.h: add CURLE_TOO_LARGE vor 11 Monaten
curl_range.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_range.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_rtmp.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
curl_rtmp.h dde4b3855e curl_version_info: provide librtmp version vor 7 Monaten
curl_sasl.c 742196bd62 vauth: make two functions void that always just returned OK vor 6 Monaten
curl_sasl.h 1485e89213 misc: reduce struct and struct field sizes vor 1 Jahr
curl_setup.h fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
curl_setup_once.h 20c1b2d75e lib: use `#error` instead of invalid syntax in `curl_setup_once.h` vor 7 Monaten
curl_sha256.h e92edfbef6 lib: add ability to disable auths individually vor 1 Jahr
curl_sha512_256.c 30c3bf1656 cmake: fix building in unity mode vor 5 Monaten
curl_sha512_256.h cbe41d151d SHA-512/256: implement hash algorithm vor 9 Monaten
curl_sspi.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
curl_sspi.h 7e828fe503 curl_sspi: support more revocation error names in error messages vor 1 Jahr
curl_threads.c 998b17ea7f windows: fix UWP builds, add GHA job vor 5 Monaten
curl_threads.h 998b17ea7f windows: fix UWP builds, add GHA job vor 5 Monaten
curl_trc.c b7c7dffe35 ftp: add tracing support vor 6 Monaten
curl_trc.h b7c7dffe35 ftp: add tracing support vor 6 Monaten
curlx.h 9126b141c9 curl: use curl_getenv instead of the curlx_ version vor 7 Monaten
cw-out.c 270a25c011 cw-out: improved error handling vor 7 Monaten
cw-out.h 270a25c011 cw-out: improved error handling vor 7 Monaten
dict.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
dict.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
dllmain.c 7860f575fe dllmain: Call OpenSSL thread cleanup for Windows and Cygwin vor 6 Monaten
doh.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
doh.h fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
dynbuf.c 62e45ce9cd dynbuf: Fix returncode on memory error vor 6 Monaten
dynbuf.h 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes vor 11 Monaten
dynhds.c fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
dynhds.h fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
easy.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
easy_lock.h 5adb6000ff easy_lock: add a pthread_mutex_t fallback vor 1 Jahr
easygetopt.c 8d67c61c47 curldown: Fix email address in Copyright vor 8 Monaten
easyif.h 59dc9f7e69 build: untangle `CURLDEBUG` and `DEBUGBUILD` macros vor 5 Monaten
easyoptions.c b77d627d24 tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt vor 5 Monaten
easyoptions.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
escape.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
escape.h 91878ebeca lib: provide and use Curl_hexencode vor 1 Jahr
file.c 9e900054b4 file: separate fake headers and body with a stand-alone CRLF vor 5 Monaten
file.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
fileinfo.c c1d6fe2aaa ftplistparser: replace realloc with dynbuf vor 1 Jahr
fileinfo.h c1d6fe2aaa ftplistparser: replace realloc with dynbuf vor 1 Jahr
fopen.c f0eacd9447 fopen: fix narrowing conversion warning on 32-bit Android vor 8 Monaten
fopen.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
formdata.c 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes vor 11 Monaten
formdata.h 038c46f61f configure, cmake, lib: more form api deprecation vor 1 Jahr
ftp.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
ftp.h 8f4608468b ftp: add more conditions for connection reuse vor 1 Jahr
ftplistparser.c c296abd42d llist: add Curl_llist_append() vor 7 Monaten
ftplistparser.h 56d5c07bbb wildcard: remove files and move functions into ftplistparser.c vor 1 Jahr
functypes.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
getenv.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
getinfo.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
getinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
gopher.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
gopher.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
hash.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
hash.h e101a7a8b0 multi: add multi->proto_hash, a key-value store for protocol data vor 5 Monaten
headers.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
headers.h 2abfa3833b http: move headers collecting to writer vor 8 Monaten
hmac.c ff5e502316 lib: enable hmac for digest as well vor 1 Jahr
hostasyn.c 907eea0804 Revert "urldata: move async resolver state from easy handle to connectdata" vor 11 Monaten
hostip.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
hostip.h a35bbe8977 lib: bump hash sizes to `size_t` vor 6 Monaten
hostip4.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
hostip6.c 68673c3e9e hostip6: fix DEBUG_ADDRINFO builds vor 1 Jahr
hostsyn.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
hsts.c fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
hsts.h fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
http.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
http.h 7208ff6534 http: remove "struct HTTP" vor 5 Monaten
http1.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
http1.h bb4032a152 http: h1/h2 proxy unification vor 1 Jahr
http2.c c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
http2.h 8e85764b7b lib: remove unused functions, make single-use static vor 1 Jahr
http_aws_sigv4.c 3b9569c3e2 lib: prefer `var = time(NULL)` over `time(&var)` vor 5 Monaten
http_aws_sigv4.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
http_chunks.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
http_chunks.h 9369c30cd8 lib: Curl_read/Curl_write clarifications vor 8 Monaten
http_digest.c e92edfbef6 lib: add ability to disable auths individually vor 1 Jahr
http_digest.h e92edfbef6 lib: add ability to disable auths individually vor 1 Jahr
http_negotiate.c 61e6db87ac http_negotiate: fix `CURL_DISABLE_PROXY` build vor 7 Monaten
http_negotiate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
http_ntlm.c 50def7c881 NTLM_WB: drop support vor 7 Monaten
http_ntlm.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
http_proxy.c c31041b17e connection: shutdown TLS (for FTP) better vor 5 Monaten
http_proxy.h bb4032a152 http: h1/h2 proxy unification vor 1 Jahr
idn.c add22feeef idn: add native AppleIDN (icucore) support for macOS/iOS vor 7 Monaten
idn.h add22feeef idn: add native AppleIDN (icucore) support for macOS/iOS vor 7 Monaten
if2ip.c 0199104e94 if2ip: make the buf_size arg a size_t vor 6 Monaten
if2ip.h 0199104e94 if2ip: make the buf_size arg a size_t vor 6 Monaten
imap.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
imap.h 1485e89213 misc: reduce struct and struct field sizes vor 1 Jahr
inet_ntop.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
inet_ntop.h 72abf7c13a lib: tidy up types and casts vor 5 Monaten
inet_pton.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
inet_pton.h 03e7dff8ff windows: delete redundant headers vor 11 Monaten
krb5.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
ldap.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
libcurl.rc d13a3a6635 (lib)curl.rc: set debug flag also for `CURLDEBUG` and `UNITTESTS` vor 6 Monaten
libcurl.vers.in 70b5173410 configure: use XC_LIBTOOL for portability across libtool versions vor 11 Jahren
llist.c c296abd42d llist: add Curl_llist_append() vor 7 Monaten
llist.h c296abd42d llist: add Curl_llist_append() vor 7 Monaten
macos.c 8b7cbe9dec macOS: fix target detection more vor 1 Jahr
macos.h 8b7cbe9dec macOS: fix target detection more vor 1 Jahr
md4.c ca8cb245e1 cmake: fix building with both md4 and md5 in unity mode vor 6 Monaten
md5.c ca8cb245e1 cmake: fix building with both md4 and md5 in unity mode vor 6 Monaten
memdebug.c 5b286c2508 build: delete/replace clang warning pragmas vor 9 Monaten
memdebug.h 72abf7c13a lib: tidy up types and casts vor 5 Monaten
mime.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
mime.h 0ba47146f7 mime: add client reader vor 8 Monaten
mprintf.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf vor 6 Monaten
mqtt.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
mqtt.h bdae275958 mqtt, remove remaining use of data->state.buffer vor 9 Monaten
multi.c 9a49af5fd8 lib: add a few DEBUGASSERT(data) to aid code analyzers vor 4 Monaten
multihandle.h c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
multiif.h a35bbe8977 lib: bump hash sizes to `size_t` vor 6 Monaten
netrc.c 142ac257b3 lib: convert Curl_get_line to use dynbuf vor 9 Monaten
netrc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
nonblock.c bd8e45c6c5 cf-socket: optimize curlx_nonblock() and check its return error vor 4 Monaten
nonblock.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
noproxy.c 4e71f134e5 noproxy: test bad ipv6 net size first vor 5 Monaten
noproxy.h e78913e6b5 noproxy: patterns need to be comma separated vor 5 Monaten
openldap.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
optiontable.pl 8d67c61c47 curldown: Fix email address in Copyright vor 8 Monaten
parsedate.c f198d33e8d checksrc: disallow spaces before labels vor 1 Jahr
parsedate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
pingpong.c a5dd9435ee smpt: fix starttls vor 8 Monaten
pingpong.h 5929822114 lib: send rework vor 8 Monaten
pop3.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
pop3.h 8dd81bd5db lib: add Curl_xfer_write_resp_hd vor 7 Monaten
progress.c 68f96fc9bf getinfo: CURLINFO_QUEUE_TIME_T vor 10 Monaten
progress.h 68f96fc9bf getinfo: CURLINFO_QUEUE_TIME_T vor 10 Monaten
psl.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
psl.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
rand.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
rand.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
rename.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
rename.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
request.c 267c3b31e9 request: change the struct field bodywrites to a bool, only for hyper vor 5 Monaten
request.h 267c3b31e9 request: change the struct field bodywrites to a bool, only for hyper vor 5 Monaten
rtsp.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
rtsp.h 7208ff6534 http: remove "struct HTTP" vor 5 Monaten
select.c 374d178f14 multi: prepare multi_wait() for future shutdown usage vor 5 Monaten
select.h 374d178f14 multi: prepare multi_wait() for future shutdown usage vor 5 Monaten
sendf.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
sendf.h 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
setopt.c b77d627d24 tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt vor 5 Monaten
setopt.h efe93019a7 setopt: warn on Curl_set*opt() uses not using the return value vor 6 Monaten
setup-os400.h 38bf07bc99 os400: make it compilable again vor 5 Monaten
setup-vms.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
setup-win32.h c1bc090d65 windows: simplify detecting and using system headers vor 11 Monaten
sha256.c 30c3bf1656 cmake: fix building in unity mode vor 5 Monaten
share.c c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
share.h fd7ef00f43 build: delete support bits for obsolete Windows compilers vor 1 Jahr
sigpipe.h 96c29900bc build: delete checks for C89 standard headers vor 1 Jahr
slist.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
slist.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
smb.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
smb.h e3905de819 lib: further send/upload handling polish vor 8 Monaten
smtp.c 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
smtp.h e3905de819 lib: further send/upload handling polish vor 8 Monaten
sockaddr.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) vor 7 Monaten
socketpair.c f786fce914 socketpair: provide `Curl_socketpair` only when `!CURL_DISABLE_SOCKETPAIR` vor 5 Monaten
socketpair.h f786fce914 socketpair: provide `Curl_socketpair` only when `!CURL_DISABLE_SOCKETPAIR` vor 5 Monaten
socks.c c31041b17e connection: shutdown TLS (for FTP) better vor 5 Monaten
socks.h 8e85764b7b lib: remove unused functions, make single-use static vor 1 Jahr
socks_gssapi.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
socks_sspi.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
speedcheck.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
speedcheck.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
splay.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
splay.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
strcase.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf vor 6 Monaten
strcase.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
strdup.c 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding vor 11 Monaten
strdup.h 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding vor 11 Monaten
strerror.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
strerror.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
strtok.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
strtok.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
strtoofft.c 57446b67ba lib: initialize output pointers to NULL before calling strto[ff,l,ul] vor 8 Monaten
strtoofft.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
system_win32.c 998b17ea7f windows: fix UWP builds, add GHA job vor 5 Monaten
system_win32.h 4a512bd3f2 system_win32: add missing curl.h include vor 4 Monaten
telnet.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
telnet.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
tftp.c 385c62aabc lib: xfer_setup and non-blocking shutdown vor 5 Monaten
tftp.h 49c413cce2 setopt: check CURLOPT_TFTP_BLKSIZE range on set vor 1 Jahr
timediff.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
timediff.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges vor 1 Jahr
timeval.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
timeval.h d39863d27a multi: round the timeout up to prevent early wakeups vor 1 Jahr
transfer.c cb5c7039e8 transfer: set CSELECT_IN if there is data pending vor 5 Monaten
transfer.h 3841569ec8 transfer: do not use EXPIRE_NOW while blocked vor 5 Monaten
url.c c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
url.h c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
urlapi-int.h fc8e0dee30 build: untangle `UNITTESTS` and `DEBUGBUILD` macros vor 5 Monaten
urlapi.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
urldata.h c9b95c0bb3 lib: graceful connection shutdown vor 4 Monaten
version.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
version_win32.c 1445b7ae23 misc: fix typos vor 5 Monaten
version_win32.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
warnless.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows vor 1 Jahr
warnless.h 0c890d93eb warnless: delete orphan declarations vor 6 Monaten
ws.c 72abf7c13a lib: tidy up types and casts vor 5 Monaten
ws.h a586b8ca40 lib: client reader polish vor 8 Monaten