curl-curl/lib
Daniel Stenberg 18af4e4e10
cookie: flush better
The cookie flushing (saving to a cookie jar) should only be done if a
transfer has been started. This is now done by checking the
cookies->running field, which is not reset in curl_easy_reset() so the
saving works correctly even after a call to that.

Follow-up to fd6eb8d6e7

Verified by test 1920

Reported-by: Alexander Batischev
Fixes #20090
Closes #20094
2025-12-25 12:05:23 +01:00
..
curlx curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
vauth lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
vquic vquic: initialize new callback in nghttp3 1.14.0+ 2025-12-23 13:34:07 +01:00
vssh lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
vtls curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
.gitignore unit tests: extract "private" prototypes at build time 2025-06-30 23:16:40 +02:00
altsvc.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
altsvc.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
amigaos.c checksrc: ensure using ifdef/ifndef when possible, fix fallouts 2025-12-21 21:12:31 +01:00
amigaos.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
arpa_telnet.h lib: fix formatting nits (part 1) 2025-11-30 11:01:50 +01:00
asyn-ares.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
asyn-base.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
asyn-thrdd.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
asyn.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
bufq.c lib: fix formatting nits (part 1) 2025-11-30 11:01:50 +01:00
bufq.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
bufref.c tidy-up: one more round of formatting nits 2025-12-04 19:30:59 +01:00
bufref.h bufref: add Curl_bufref_dup that returns a strdup()ed version 2025-12-04 19:04:19 +01:00
cf-h1-proxy.c cf-h1-proxy: support folded headers in CONNECT responses 2025-12-23 17:12:14 +01:00
cf-h1-proxy.h lib: fix formatting nits (part 1) 2025-11-30 11:01:50 +01:00
cf-h2-proxy.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
cf-h2-proxy.h tidy-up: prefer ifdef/ifndef for single checks 2025-07-27 22:35:17 +02:00
cf-haproxy.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cf-haproxy.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cf-https-connect.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cf-https-connect.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
cf-ip-happy.c time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
cf-ip-happy.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
cf-socket.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cf-socket.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
cfilters.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cfilters.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
CMakeLists.txt cmake: match filename suffixes with file content 2025-12-20 11:34:27 +01:00
config-mac.h build: stop checking for sys/stat.h 2025-06-24 09:44:28 +02:00
config-os400.h badwords: catch and fix threading-related words 2025-12-16 21:26:58 +01:00
config-plan9.h localtime: detect thread-safe alternatives and use them 2025-12-16 14:30:06 +01:00
config-riscos.h build: stop checking for sys/stat.h 2025-06-24 09:44:28 +02:00
config-win32.h config-win32.h: drop unused/obsolete CURL_HAS_OPENLDAP_LDAPSDK 2025-12-10 16:02:56 +01:00
conncache.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
conncache.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
connect.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
connect.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
content_encoding.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
content_encoding.h content_encoding: avoid strcpy 2025-12-22 14:17:21 +01:00
cookie.c cookie: flush better 2025-12-25 12:05:23 +01:00
cookie.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cshutdn.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cshutdn.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_addrinfo.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
curl_addrinfo.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
curl_config-cmake.h.in cmake: match filename suffixes with file content 2025-12-20 11:34:27 +01:00
curl_ctype.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
curl_endian.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
curl_endian.h
curl_fnmatch.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_fnmatch.h tidy-up: OS names 2024-08-04 19:17:45 +02:00
curl_fopen.c lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
curl_fopen.h build: avoid overriding system symbols for fopen functions 2025-09-30 01:10:36 +02:00
curl_get_line.c lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
curl_get_line.h curl_get_line: enhance the API 2025-10-19 16:25:11 +02:00
curl_gethostname.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
curl_gethostname.h
curl_gssapi.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
curl_gssapi.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_hmac.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_ldap.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
curl_md4.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_md5.h tidy-up: more whitespace/indent, comments 2025-07-25 11:47:51 +02:00
curl_memrchr.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_memrchr.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_ntlm_core.c curl_ntlm_core: fix DES_* symbols for some wolfSSL builds 2025-12-24 22:49:43 +01:00
curl_ntlm_core.h curl_ntlm_core: move vauth/vauth.h include from header to source 2025-12-21 02:16:34 +01:00
curl_printf.h lib: stop overriding system printf symbols 2025-10-06 20:57:59 +02:00
curl_range.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_range.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_rtmp.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
curl_rtmp.h curl_version_info: provide librtmp version 2024-04-15 16:48:34 +02:00
curl_sasl.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
curl_sasl.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_setup_once.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_setup.h tests: replace strcpy() with curlx_strcopy() 2025-12-23 22:25:39 +01:00
curl_sha256.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_sha512_256.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
curl_sha512_256.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_share.c lib: drop includes unused or duplicate 2025-12-20 22:02:20 +01:00
curl_share.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_sspi.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
curl_sspi.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_threads.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
curl_threads.h windows: replace _beginthreadex() with CreateThread() 2025-09-20 01:28:35 +02:00
curl_trc.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
curl_trc.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
cw-out.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cw-out.h lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cw-pause.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
cw-pause.h lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
dict.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
dict.h
dllmain.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
doh.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
doh.h lib: fix formatting nits (part 2) 2025-12-02 16:52:54 +01:00
dynhds.c cf-h1-proxy: support folded headers in CONNECT responses 2025-12-23 17:12:14 +01:00
dynhds.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
easy_lock.h tidy-up: miscellaneous 2025-12-18 21:27:58 +01:00
easy.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
easygetopt.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
easyif.h WebSockets: make support official (non-experimental) 2024-09-27 13:20:25 +02:00
easyoptions.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
easyoptions.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
escape.c escape: add a length check in curl_easy_escape 2025-12-24 22:47:26 +01:00
escape.h lib: drop includes unused or duplicate 2025-12-20 22:02:20 +01:00
fake_addrinfo.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
fake_addrinfo.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
file.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
file.h file: use easy handle meta for protocol struct 2025-05-08 13:18:45 +02:00
fileinfo.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
fileinfo.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
formdata.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
formdata.h formdata: use struct bufref for maybe-dynamic fields. 2025-12-04 16:17:36 +01:00
ftp.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
ftp.h badwords: fix two exceptions and drop them 2025-11-14 17:32:04 +01:00
ftplistparser.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
ftplistparser.h lib: refactor the type of funcs which have useless return and checks 2025-11-07 13:01:39 +01:00
functypes.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
getenv.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
getinfo.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
getinfo.h lib: refactor the type of funcs which have useless return and checks 2025-11-07 13:01:39 +01:00
gopher.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
gopher.h
hash.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
hash.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
headers.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
headers.h headers: add length argument to Curl_headers_push() 2025-12-09 10:49:28 +01:00
hmac.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
hostip4.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
hostip6.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
hostip.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
hostip.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
hsts.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
hsts.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http1.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http1.h http1: parse header from uint8_t buffer 2025-11-28 16:07:07 +01:00
http2.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
http2.h lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
http_aws_sigv4.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
http_aws_sigv4.h lib: drop unused curlx headers 2025-12-21 02:16:33 +01:00
http_chunks.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
http_chunks.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http_digest.c lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
http_digest.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http_negotiate.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
http_negotiate.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http_ntlm.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
http_ntlm.h vauth: move auth structs to conn meta data 2025-06-10 15:57:44 +02:00
http_proxy.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
http_proxy.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
http.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
http.h cf-h1-proxy: support folded headers in CONNECT responses 2025-12-23 17:12:14 +01:00
httpsrr.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
httpsrr.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
idn.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
idn.h idn: add native AppleIDN (icucore) support for macOS/iOS 2024-04-17 00:24:09 +02:00
if2ip.c lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
if2ip.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
imap.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
imap.h lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
ldap.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
libcurl.def multi: add notifications API 2025-10-07 10:55:31 +02:00
libcurl.rc (lib)curl.rc: set debug flag also for CURLDEBUG and UNITTESTS 2024-05-22 08:38:12 +02:00
libcurl.vers.in build: tidy up and improve versioned-symbols options 2024-09-21 12:21:14 +02:00
llist.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
llist.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
macos.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
macos.h
Makefile.am build: stop disabling strcpy checks with clang-tidy 2025-12-24 00:02:40 +01:00
Makefile.inc curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
Makefile.soname tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
md4.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
md5.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
memdebug.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
mime.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
mime.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
mprintf.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
mqtt.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
mqtt.h mqtt: use conn/easy meta hash 2025-04-29 14:25:25 +02:00
multi_ev.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
multi_ev.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
multi_ntfy.c multi-notify: add check macro 2025-12-20 17:30:54 +01:00
multi_ntfy.h multi-notify: add check macro 2025-12-20 17:30:54 +01:00
multi.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
multihandle.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
multiif.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
netrc.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
netrc.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
noproxy.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
noproxy.h noproxy: patterns need to be comma separated 2024-06-01 12:25:13 +02:00
openldap.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
optiontable.pl build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
parsedate.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
parsedate.h curlx: move Curl_gmtime(), use gmtime_s() on Windows 2025-12-16 14:30:05 +01:00
pingpong.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
pingpong.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
pop3.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
pop3.h pop3: use meta hashes at easy handle and connection 2025-05-06 09:08:47 +02:00
progress.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
progress.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
psl.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
psl.h lib: use BIT() instead of bool in structs more 2025-04-22 08:01:08 +02:00
rand.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
rand.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
ratelimit.c build: drop unused includes 2025-12-19 02:04:20 +01:00
ratelimit.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
request.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
request.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
rtsp.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
rtsp.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
select.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
select.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
sendf.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
sendf.h lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
setopt.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
setopt.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
setup-os400.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
setup-vms.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
setup-win32.h windows: drop redundant curl_wcsdup_callback callback 2025-07-08 13:33:38 +02:00
sha256.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
sigpipe.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
slist.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
slist.h slist: constify Curl_slist_append_nodup() string argument 2025-11-25 11:05:48 +01:00
smb.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
smb.h tidy-up: prefer ifdef/ifndef for single checks 2025-07-27 22:35:17 +02:00
smtp.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
smtp.h lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
sockaddr.h build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
socketpair.c tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
socketpair.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
socks_gssapi.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
socks_sspi.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
socks.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
socks.h socks.h: delete obsolete, unused, macros 2025-12-20 21:14:56 +01:00
splay.c time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
splay.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strcase.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strcase.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strdup.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strdup.h curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
strequal.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strerror.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
strerror.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
system_win32.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
system_win32.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
telnet.c lib: drop, or replace sendf.h with curl_trc.h where possible 2025-12-21 12:39:25 +01:00
telnet.h
tftp.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
tftp.h setopt: check CURLOPT_TFTP_BLKSIZE range on set 2023-11-22 07:44:05 +01:00
transfer.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
transfer.h lib: keep timestamp in easy handle 2025-12-16 08:48:44 +01:00
uint-bset.c lib: include curlx/warnless.h from curl_setup.h 2025-12-21 02:36:33 +01:00
uint-bset.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-hash.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-hash.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-spbset.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-spbset.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-table.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
uint-table.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
url.c lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
url.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
urlapi-int.h test1658: add unit test for the HTTPS RR decoder 2025-04-05 21:03:47 +02:00
urlapi.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
urldata.h lib: drop unused protocol headers 2025-12-25 12:00:22 +01:00
version.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
ws.c curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
ws.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00