Stefan Eissing 1c4813c769 mbedtls: send close-notify on close пре 1 месец
..
vauth 742196bd62 vauth: make two functions void that always just returned OK пре 1 месец
vquic 4c46e277b2 vquic-tls: use correct cert name check API for wolfSSL пре 1 месец
vssh 3a082cd3c5 libssh2: delete redundant feature guard пре 1 месец
vtls 1c4813c769 mbedtls: send close-notify on close пре 1 месец
.checksrc 2f0bb864c1 lib: don't use strerror() пре 2 година
.gitattributes 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
.gitignore 9eafc11552 build: remove MacOSX-Framework script пре 2 месеци
CMakeLists.txt 0b31c713a9 cmake: merge two `if(BUILD_TESTING)` branches пре 1 месец
Makefile.am 9eafc11552 build: remove MacOSX-Framework script пре 2 месеци
Makefile.inc fba9afebba mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option пре 2 месеци
Makefile.mk e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
Makefile.soname 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
altsvc.c 49f83c30e4 lib: merge `ENABLE_QUIC` C macro into `USE_HTTP3` пре 2 месеци
altsvc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
amigaos.c 5084ee1b6f amissl: add missing signal.h include пре 11 месеци
amigaos.h ce3dce9015 tidy-up: mostly whitespace nits пре 10 месеци
arpa_telnet.h dac293cfb7 lib: apache style infof and trace macros/functions пре 8 месеци
asyn-ares.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
asyn-thread.c 428579f5d1 asyn-thread: fix curl_global_cleanup crash in Windows пре 1 месец
asyn.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
base64.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf пре 2 месеци
bufq.c b1005d127f bufq: writing into a softlimit queue cannot be partial пре 3 месеци
bufq.h 60580f9f21 bufq: remove duplicate word in comment пре 1 месец
bufref.c 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding пре 6 месеци
bufref.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
c-hyper.c 8dd81bd5db lib: add Curl_xfer_write_resp_hd пре 2 месеци
c-hyper.h 80a3b830cc http: expect 100 rework пре 3 месеци
cf-h1-proxy.c bbeeccdea8 lib/cf-h1-proxy: silence compiler warnings (gcc 14) пре 1 месец
cf-h1-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation пре 1 година
cf-h2-proxy.c 3210101088 tls: use shared init code for TCP+QUIC пре 2 месеци
cf-h2-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation пре 1 година
cf-haproxy.c 3210101088 tls: use shared init code for TCP+QUIC пре 2 месеци
cf-haproxy.h 8e85764b7b lib: remove unused functions, make single-use static пре 1 година
cf-https-connect.c 3583ed8b77 cf-https-connect: use timeouts as unsigned ints пре 2 месеци
cf-https-connect.h 9deebd311b lib: give source files cf-http.* better fitting names пре 1 година
cf-socket.c d0728c9109 lib: fix compiler warnings (gcc) пре 1 месец
cf-socket.h fcef00db1a lib: keep conn IP information together пре 3 месеци
cfilters.c c6655f7029 http/2, http/3: decouple stream state from easy handle пре 2 месеци
cfilters.h c6655f7029 http/2, http/3: decouple stream state from easy handle пре 2 месеци
config-amigaos.h 60359ad504 build: delete `HAVE_STDINT_H` and `HAVE_INTTYPES_H` пре 7 месеци
config-dos.h a426b5050f build: variadic macro tidy-ups пре 8 месеци
config-mac.h db07376a3e lib: remove TIME_WITH_SYS_TIME пре 9 месеци
config-os400.h 49f83c30e4 lib: merge `ENABLE_QUIC` C macro into `USE_HTTP3` пре 2 месеци
config-plan9.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
config-riscos.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
config-win32.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
config-win32ce.h c1bc090d65 windows: simplify detecting and using system headers пре 6 месеци
conncache.c a35bbe8977 lib: bump hash sizes to `size_t` пре 1 месец
conncache.h a35bbe8977 lib: bump hash sizes to `size_t` пре 1 месец
connect.c 49f83c30e4 lib: merge `ENABLE_QUIC` C macro into `USE_HTTP3` пре 2 месеци
connect.h fcef00db1a lib: keep conn IP information together пре 3 месеци
content_encoding.c f867942511 test: add test1546, chunked not last transfer encoding пре 1 месец
content_encoding.h 82ba603da4 content_encoding: make Curl_all_content_encodings allocless пре 7 месеци
cookie.c 0b4401a4fb lib: silence warnings on comma misuse пре 2 месеци
cookie.h f88cc654ec cookie: reduce variable scope, add const пре 9 месеци
curl_addrinfo.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
curl_addrinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_base64.h 2e160c9c65 tool: add "variable" support пре 11 месеци
curl_config.h.cmake 382717d7f1 curl_setup.h: detect 'inline' support пре 2 месеци
curl_ctype.h 7a2421dbb7 escape: replace Curl_isunreserved with ISUNRESERVED пре 9 месеци
curl_des.c 2cd78f525c misc: Fix typos in docs and lib пре 4 месеци
curl_des.h 7c8bae0d9c nss: remove support for this TLS library пре 11 месеци
curl_endian.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_endian.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_fnmatch.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_fnmatch.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_get_line.c 142ac257b3 lib: convert Curl_get_line to use dynbuf пре 4 месеци
curl_get_line.h 142ac257b3 lib: convert Curl_get_line to use dynbuf пре 4 месеци
curl_gethostname.c d0728c9109 lib: fix compiler warnings (gcc) пре 1 месец
curl_gethostname.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_gssapi.c adaec5d1d0 gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS ventura пре 1 година
curl_gssapi.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_hmac.h 17162dcb27 build: fix libssh2 + `CURL_DISABLE_DIGEST_AUTH` + `CURL_DISABLE_AWS` пре 7 месеци
curl_krb5.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_ldap.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_md4.h e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
curl_md5.h e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
curl_memory.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
curl_memrchr.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_memrchr.h 96c29900bc build: delete checks for C89 standard headers пре 9 месеци
curl_multibyte.c 22cde3baa8 curl_multibyte: remove access() function wrapper for Windows пре 1 месец
curl_multibyte.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
curl_ntlm_core.c 006977859d openssl: fix building with v3 `no-deprecated` + add CI test пре 7 месеци
curl_ntlm_core.h 7c8bae0d9c nss: remove support for this TLS library пре 11 месеци
curl_path.c cd3463d99e curl_path: make Curl_get_pathname use dynbuf пре 1 месец
curl_path.h cd3463d99e curl_path: make Curl_get_pathname use dynbuf пре 1 месец
curl_printf.h f58e493e44 curl.h: add CURLE_TOO_LARGE пре 6 месеци
curl_range.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_range.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_rtmp.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
curl_rtmp.h dde4b3855e curl_version_info: provide librtmp version пре 2 месеци
curl_sasl.c 742196bd62 vauth: make two functions void that always just returned OK пре 1 месец
curl_sasl.h 1485e89213 misc: reduce struct and struct field sizes пре 1 година
curl_setup.h c56071f41f curl_setup.h: add support for IAR compiler пре 1 месец
curl_setup_once.h 20c1b2d75e lib: use `#error` instead of invalid syntax in `curl_setup_once.h` пре 2 месеци
curl_sha256.h e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
curl_sha512_256.c 382717d7f1 curl_setup.h: detect 'inline' support пре 2 месеци
curl_sha512_256.h cbe41d151d SHA-512/256: implement hash algorithm пре 4 месеци
curl_sspi.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
curl_sspi.h 7e828fe503 curl_sspi: support more revocation error names in error messages пре 7 месеци
curl_threads.c 428579f5d1 asyn-thread: fix curl_global_cleanup crash in Windows пре 1 месец
curl_threads.h 38029101e2 mingw: delete support for legacy mingw.org toolchain пре 9 месеци
curl_trc.c b7c7dffe35 ftp: add tracing support пре 1 месец
curl_trc.h b7c7dffe35 ftp: add tracing support пре 1 месец
curlx.h 9126b141c9 curl: use curl_getenv instead of the curlx_ version пре 3 месеци
cw-out.c 270a25c011 cw-out: improved error handling пре 2 месеци
cw-out.h 270a25c011 cw-out: improved error handling пре 2 месеци
dict.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
dict.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
dllmain.c 7860f575fe dllmain: Call OpenSSL thread cleanup for Windows and Cygwin пре 2 месеци
doh.c 0a94d18241 doh: cleanups in ECH related functions пре 1 месец
doh.h d19fc8ea33 doh: Remove unused function prototype пре 1 месец
dynbuf.c 62e45ce9cd dynbuf: Fix returncode on memory error пре 1 месец
dynbuf.h 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes пре 6 месеци
dynhds.c 117c9bd978 http2: header conversion tightening пре 8 месеци
dynhds.h 117c9bd978 http2: header conversion tightening пре 8 месеци
easy.c 798a37b25e lib: clear the easy handle's saved errno before transfer пре 1 месец
easy_lock.h 5adb6000ff easy_lock: add a pthread_mutex_t fallback пре 8 месеци
easygetopt.c 8d67c61c47 curldown: Fix email address in Copyright пре 4 месеци
easyif.h 3755153571 lib: Curl_read/Curl_write clarifications пре 4 месеци
easyoptions.c a362962b72 TLS: add support for ECH (Encrypted Client Hello) пре 2 месеци
easyoptions.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
escape.c 91878ebeca lib: provide and use Curl_hexencode пре 9 месеци
escape.h 91878ebeca lib: provide and use Curl_hexencode пре 9 месеци
file.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
file.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
fileinfo.c c1d6fe2aaa ftplistparser: replace realloc with dynbuf пре 1 година
fileinfo.h c1d6fe2aaa ftplistparser: replace realloc with dynbuf пре 1 година
fopen.c f0eacd9447 fopen: fix narrowing conversion warning on 32-bit Android пре 4 месеци
fopen.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
formdata.c 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes пре 6 месеци
formdata.h 038c46f61f configure, cmake, lib: more form api deprecation пре 11 месеци
ftp.c 3a564fecab ftp: fix build for CURL_DISABLE_VERBOSE_STRINGS пре 1 месец
ftp.h 8f4608468b ftp: add more conditions for connection reuse пре 1 година
ftplistparser.c c296abd42d llist: add Curl_llist_append() пре 2 месеци
ftplistparser.h 56d5c07bbb wildcard: remove files and move functions into ftplistparser.c пре 1 година
functypes.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
getenv.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
getinfo.c f46385d36d urldata: remove fields not used depending on used features пре 2 месеци
getinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
gopher.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
gopher.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
hash.c 3b9ac3646b hash: delete unused debug function пре 1 месец
hash.h 3b9ac3646b hash: delete unused debug function пре 1 месец
headers.c a74f4d9518 misc: fix typos, quoting and spelling пре 1 месец
headers.h 2abfa3833b http: move headers collecting to writer пре 4 месеци
hmac.c ff5e502316 lib: enable hmac for digest as well пре 9 месеци
hostasyn.c 907eea0804 Revert "urldata: move async resolver state from easy handle to connectdata" пре 6 месеци
hostip.c d0728c9109 lib: fix compiler warnings (gcc) пре 1 месец
hostip.h a35bbe8977 lib: bump hash sizes to `size_t` пре 1 месец
hostip4.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
hostip6.c 68673c3e9e hostip6: fix DEBUG_ADDRINFO builds пре 8 месеци
hostsyn.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
hsts.c d84a95de11 hsts: explicitly skip blank lines пре 1 месец
hsts.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
http.c 5a4769b6d5 http: HEAD response body tolerance пре 1 месец
http.h c6655f7029 http/2, http/3: decouple stream state from easy handle пре 2 месеци
http1.c bb4032a152 http: h1/h2 proxy unification пре 9 месеци
http1.h bb4032a152 http: h1/h2 proxy unification пре 9 месеци
http2.c 5a4769b6d5 http: HEAD response body tolerance пре 1 месец
http2.h 8e85764b7b lib: remove unused functions, make single-use static пре 1 година
http_aws_sigv4.c ac49152e26 http_aws_sigv4: remove useless assignment пре 2 месеци
http_aws_sigv4.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
http_chunks.c 0b28ece657 lib: add trace support for client reads and writes пре 2 месеци
http_chunks.h 9369c30cd8 lib: Curl_read/Curl_write clarifications пре 4 месеци
http_digest.c e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
http_digest.h e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
http_negotiate.c 61e6db87ac http_negotiate: fix `CURL_DISABLE_PROXY` build пре 2 месеци
http_negotiate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
http_ntlm.c 50def7c881 NTLM_WB: drop support пре 2 месеци
http_ntlm.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
http_proxy.c 3210101088 tls: use shared init code for TCP+QUIC пре 2 месеци
http_proxy.h bb4032a152 http: h1/h2 proxy unification пре 9 месеци
idn.c add22feeef idn: add native AppleIDN (icucore) support for macOS/iOS пре 2 месеци
idn.h add22feeef idn: add native AppleIDN (icucore) support for macOS/iOS пре 2 месеци
if2ip.c 0199104e94 if2ip: make the buf_size arg a size_t пре 2 месеци
if2ip.h 0199104e94 if2ip: make the buf_size arg a size_t пре 2 месеци
imap.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
imap.h 1485e89213 misc: reduce struct and struct field sizes пре 1 година
inet_ntop.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
inet_ntop.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
inet_pton.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
inet_pton.h 03e7dff8ff windows: delete redundant headers пре 6 месеци
krb5.c 0f4c439fc7 krb5: use dynbuf пре 1 месец
ldap.c e0866dd054 ldap: fix unused variables (seen on OmniOS) пре 1 месец
libcurl.rc d13a3a6635 (lib)curl.rc: set debug flag also for `CURLDEBUG` and `UNITTESTS` пре 1 месец
libcurl.vers.in 70b5173410 configure: use XC_LIBTOOL for portability across libtool versions пре 11 година
llist.c c296abd42d llist: add Curl_llist_append() пре 2 месеци
llist.h c296abd42d llist: add Curl_llist_append() пре 2 месеци
macos.c 8b7cbe9dec macOS: fix target detection more пре 11 месеци
macos.h 8b7cbe9dec macOS: fix target detection more пре 11 месеци
md4.c ca8cb245e1 cmake: fix building with both md4 and md5 in unity mode пре 1 месец
md5.c ca8cb245e1 cmake: fix building with both md4 and md5 in unity mode пре 1 месец
memdebug.c 5b286c2508 build: delete/replace clang warning pragmas пре 5 месеци
memdebug.h 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes пре 6 месеци
mime.c 848c104639 lib: remove two instances of "only only" messages пре 1 месец
mime.h 0ba47146f7 mime: add client reader пре 3 месеци
mprintf.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf пре 2 месеци
mqtt.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
mqtt.h bdae275958 mqtt, remove remaining use of data->state.buffer пре 5 месеци
multi.c a35bbe8977 lib: bump hash sizes to `size_t` пре 1 месец
multihandle.h fd0d2ed74a wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC пре 1 месец
multiif.h a35bbe8977 lib: bump hash sizes to `size_t` пре 1 месец
netrc.c 142ac257b3 lib: convert Curl_get_line to use dynbuf пре 4 месеци
netrc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
nonblock.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
nonblock.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
noproxy.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
noproxy.h 7ad8a7ba9e noproxy: support for space-separated names is deprecated пре 1 година
openldap.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
optiontable.pl 8d67c61c47 curldown: Fix email address in Copyright пре 4 месеци
parsedate.c f198d33e8d checksrc: disallow spaces before labels пре 1 година
parsedate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
pingpong.c a5dd9435ee smpt: fix starttls пре 3 месеци
pingpong.h 5929822114 lib: send rework пре 4 месеци
pop3.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
pop3.h 8dd81bd5db lib: add Curl_xfer_write_resp_hd пре 2 месеци
progress.c 68f96fc9bf getinfo: CURLINFO_QUEUE_TIME_T пре 6 месеци
progress.h 68f96fc9bf getinfo: CURLINFO_QUEUE_TIME_T пре 6 месеци
psl.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
psl.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
rand.c cfe7902111 lib: add debug log outputs for CURLE_BAD_FUNCTION_ARGUMENT пре 5 месеци
rand.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
rename.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
rename.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
request.c 926fb00405 request: make Curl_req_init return void пре 2 месеци
request.h 926fb00405 request: make Curl_req_init return void пре 2 месеци
rtsp.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
rtsp.h 8dd81bd5db lib: add Curl_xfer_write_resp_hd пре 2 месеци
select.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
select.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
sendf.c 848c104639 lib: remove two instances of "only only" messages пре 1 месец
sendf.h b879edef7e sendf: fix two typos in comments пре 2 месеци
setopt.c 9d6d614264 setopt: acknowledge errors proper for CURLOPT_COOKIEJAR пре 1 месец
setopt.h efe93019a7 setopt: warn on Curl_set*opt() uses not using the return value пре 1 месец
setup-os400.h 6f8d9cc4e9 os400: implement CLI tool пре 10 месеци
setup-vms.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
setup-win32.h c1bc090d65 windows: simplify detecting and using system headers пре 6 месеци
sha256.c e92edfbef6 lib: add ability to disable auths individually пре 9 месеци
share.c 2dbe75bd7f build: fix some `-Wsign-conversion`/`-Warith-conversion` warnings пре 6 месеци
share.h fd7ef00f43 build: delete support bits for obsolete Windows compilers пре 7 месеци
sigpipe.h 96c29900bc build: delete checks for C89 standard headers пре 9 месеци
slist.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
slist.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
smb.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
smb.h e3905de819 lib: further send/upload handling polish пре 3 месеци
smtp.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
smtp.h e3905de819 lib: further send/upload handling polish пре 3 месеци
sockaddr.h e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
socketpair.c fd0d2ed74a wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC пре 1 месец
socketpair.h fd0d2ed74a wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC пре 1 месец
socks.c e411c98f70 build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) пре 2 месеци
socks.h 8e85764b7b lib: remove unused functions, make single-use static пре 1 година
socks_gssapi.c 2cd78f525c misc: Fix typos in docs and lib пре 4 месеци
socks_sspi.c 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes пре 6 месеци
speedcheck.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
speedcheck.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
splay.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
splay.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
strcase.c 03cf1c7b8c lib: silence `-Wsign-conversion` in base64, strcase, mprintf пре 2 месеци
strcase.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
strdup.c 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding пре 6 месеци
strdup.h 7c992dd9f8 lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding пре 6 месеци
strerror.c a362962b72 TLS: add support for ECH (Encrypted Client Hello) пре 2 месеци
strerror.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
strtok.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
strtok.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
strtoofft.c 57446b67ba lib: initialize output pointers to NULL before calling strto[ff,l,ul] пре 4 месеци
strtoofft.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
system_win32.c 26f002e02e system_win32: fix a function pointer assignment warning пре 6 месеци
system_win32.h 26f002e02e system_win32: fix a function pointer assignment warning пре 6 месеци
telnet.c c294f9cb56 lib: make protocol handlers store scheme name lowercase пре 1 месец
telnet.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
tftp.c d0728c9109 lib: fix compiler warnings (gcc) пре 1 месец
tftp.h 49c413cce2 setopt: check CURLOPT_TFTP_BLKSIZE range on set пре 7 месеци
timediff.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
timediff.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges пре 1 година
timeval.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
timeval.h d39863d27a multi: round the timeout up to prevent early wakeups пре 9 месеци
transfer.c 8a5fe04c7b transfer: remove useless assignment пре 2 месеци
transfer.h 8dd81bd5db lib: add Curl_xfer_write_resp_hd пре 2 месеци
url.c 6ea9388157 url: remove duplicate call to Curl_conncache_remove_conn when pruning пре 1 месец
url.h fcef00db1a lib: keep conn IP information together пре 3 месеци
urlapi-int.h 0a25b3e014 urlapi: remove unused flags argument from Curl_url_set_authority пре 2 месеци
urlapi.c aef369867f lib: call Curl_strntolower instead of doing crafted loops пре 1 месец
urldata.h 0f4c439fc7 krb5: use dynbuf пре 1 месец
version.c 7c8970e95f version: use msnprintf instead of strncpy пре 1 месец
version_win32.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
version_win32.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
warnless.c e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows пре 7 месеци
warnless.h 0c890d93eb warnless: delete orphan declarations пре 1 месец
ws.c 266baf2d34 websocket: Avoid memory leak in error path пре 1 месец
ws.h a586b8ca40 lib: client reader polish пре 3 месеци