curl-curl/lib
Daniel Stenberg 193397bf4e
progress: narrower time display, multiple fixes
- Each time field is now 7 characters wide, so that the total width
  never exceeds 79 columns so that it works correctly also in Windows
  terminals. The title lines are adjusted accordingly.

  This is accomplished by using h:mm:ss style up to 10 hours, and for
  longer periods switch to "nnX nnY" style output. For hours, days,
  months and years.

  For less than one hour, the hour field is now dropped.

  When no time info is provided, the field is now space-only. No more
  `-:--:--`.

  Also fixed the output for really long times which previously was
  completely broken. The largest time now shows as ">99999y". (Becase
  I can't figure out a better way).

- For sizes, the widths are now properly fixed to 6 characters. When
  displaying a unit with less than 3 digits, it shows two decimal
  precision like "16777215 => 15.99M" and one decmal otherwise: "262143
  => 255.9k"

  Also fixes the decimal math. 131071 is 127.9k, which it previously did
  not show.

- The time and size field outputs are now properly verified in test
  1636.

Fixes #20122
Closes #20173

fixup use only space when no time exists

Drop the hour from the display when zero
2026-01-04 14:42:08 +01:00
..
curlx inet_ntop: avoid the strlen() 2026-01-01 18:06:39 +01:00
vauth source: misc typos 2026-01-01 12:43:59 +01:00
vquic pytest: test 07_70 stabilize (curl_ngtcp2) 2026-01-03 00:48:54 +01:00
vssh libssh: fix indent 2025-12-31 18:49:53 +01:00
vtls vtls: drop unused use_alpn from ssl_connect_data struct 2026-01-02 10:45:12 +01:00
.gitignore unit tests: extract "private" prototypes at build time 2025-06-30 23:16:40 +02:00
altsvc.c altsvc: accept ma/persist per alternative entry 2026-01-02 23:50:21 +01:00
altsvc.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
amigaos.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
asyn-base.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
asyn-thrdd.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
asyn.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
bufq.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-h1-proxy.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-h2-proxy.c badwords: add fist -> first, fix fallouts 2025-12-31 12:21:42 +01:00
cf-h2-proxy.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-haproxy.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-haproxy.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-https-connect.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cf-https-connect.h tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
cf-ip-happy.c source: misc typos 2026-01-01 12:43:59 +01:00
cf-ip-happy.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
cf-socket.c cf-socket: return OOM error if socket() failes due to OOM 2025-12-27 16:25:38 +01:00
cf-socket.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
cfilters.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cfilters.h tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
conncache.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
connect.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
connect.h tidy-up: curlx/nonblock.h includes 2025-12-21 02:16:34 +01:00
content_encoding.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
content_encoding.h content_encoding: avoid strcpy 2025-12-22 14:17:21 +01:00
cookie.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cookie.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cshutdn.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cshutdn.h lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
curl_addrinfo.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_addrinfo.h tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_endian.h
curl_fnmatch.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_fnmatch.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_fopen.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_fopen.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_get_line.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_get_line.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_gethostname.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_gethostname.h
curl_gssapi.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_gssapi.h tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_md5.h tidy-up: more whitespace/indent, comments 2025-07-25 11:47:51 +02:00
curl_memrchr.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_memrchr.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_ntlm_core.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_ntlm_core.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_printf.h lib: stop overriding system printf symbols 2025-10-06 20:57:59 +02:00
curl_range.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_range.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_rtmp.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_rtmp.h
curl_sasl.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_sasl.h tidy-up: miscellaneous 2025-12-26 22:06:09 +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 memdebug: stop tracking send and recv 2025-12-26 10:27:27 +01:00
curl_sha256.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_sha512_256.c openssl: stop checking for OPENSSL_NO_SHA* macros 2025-12-31 17:00:03 +01:00
curl_sha512_256.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_share.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_share.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_sspi.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_sspi.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_threads.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_threads.h windows: replace _beginthreadex() with CreateThread() 2025-09-20 01:28:35 +02:00
curl_trc.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_trc.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cw-out.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cw-out.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cw-pause.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
cw-pause.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
dict.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
dict.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
dllmain.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
doh.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
doh.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
dynhds.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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-26 22:06:09 +01:00
easy.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
easygetopt.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
easyif.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
easyoptions.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
easyoptions.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
escape.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
escape.h lib: drop includes unused or duplicate 2025-12-20 22:02:20 +01:00
fake_addrinfo.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
fake_addrinfo.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
file.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
file.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
fileinfo.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
fileinfo.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
formdata.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
formdata.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ftp.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
ftp.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ftplistparser.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ftplistparser.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
functypes.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
getenv.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
getinfo.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
gopher.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
hash.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
hash.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
headers.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
headers.h headers: add length argument to Curl_headers_push() 2025-12-09 10:49:28 +01:00
hmac.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
hostip4.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
hostip6.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
hostip.c hostip.h: drop redundant setjmp.h include 2025-12-31 17:00:57 +01:00
hostip.h hostip.h: drop redundant setjmp.h include 2025-12-31 17:00:57 +01:00
hsts.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
hsts.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
http1.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http1.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http2.c badwords: add fist -> first, fix fallouts 2025-12-31 12:21:42 +01:00
http2.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_aws_sigv4.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
http_aws_sigv4.h lib: drop unused curlx headers 2025-12-21 02:16:33 +01:00
http_chunks.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_digest.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_negotiate.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_negotiate.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_ntlm.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_ntlm.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_proxy.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http_proxy.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
http.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
http.h cf-h1-proxy: support folded headers in CONNECT responses 2025-12-23 17:12:14 +01:00
httpsrr.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
httpsrr.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
idn.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
idn.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
if2ip.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
if2ip.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
imap.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
imap.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ldap.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
llist.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
macos.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
macos.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
md5.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
memdebug.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
mime.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
mime.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
mprintf.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
mqtt.c mqtt: return error when a too large packet is decoded 2026-01-01 23:30:10 +01:00
mqtt.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
multi_ev.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
multi_ev.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
multi_ntfy.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
multi_ntfy.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
multi.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
multihandle.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
multiif.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
netrc.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
netrc.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
noproxy.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
noproxy.h noproxy: patterns need to be comma separated 2024-06-01 12:25:13 +02:00
openldap.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
optiontable.pl build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
parsedate.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
parsedate.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
pingpong.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
pingpong.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
pop3.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
pop3.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
progress.c progress: narrower time display, multiple fixes 2026-01-04 14:42:08 +01:00
progress.h source: misc typos 2026-01-01 12:43:59 +01:00
psl.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
psl.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
rand.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
rand.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ratelimit.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
ratelimit.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
request.c ratelimit blocking: fix busy loop 2025-12-29 22:44:34 +01:00
request.h ratelimit blocking: fix busy loop 2025-12-29 22:44:34 +01:00
rtsp.c source: misc typos 2026-01-01 12:43:59 +01:00
rtsp.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
select.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
select.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
sendf.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
sendf.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
setopt.c setopt: free the previous STRING_ENCODING before storing the new 2026-01-04 14:32:28 +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 openssl: stop checking for OPENSSL_NO_SHA* macros 2025-12-31 17:00:03 +01:00
setup-win32.h windows: drop redundant curl_wcsdup_callback callback 2025-07-08 13:33:38 +02:00
sha256.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
sigpipe.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00
slist.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
slist.h slist: constify Curl_slist_append_nodup() string argument 2025-11-25 11:05:48 +01:00
smb.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
smb.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
smtp.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
smtp.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
sockaddr.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
socketpair.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
socketpair.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
socks_gssapi.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
socks_sspi.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
socks.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
socks.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
splay.c lib: drop unused or duplicate curlx/timeval.h includes 2025-12-31 15:59:19 +01:00
splay.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
strcase.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
strcase.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
strdup.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
strdup.h curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
strequal.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
strerror.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
strerror.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
system_win32.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
system_win32.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
telnet.c telnet: abort on bad suboption sequence 2025-12-29 10:49:30 +01:00
telnet.h
tftp.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
tftp.h
transfer.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
transfer.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
uint-bset.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
uint-hash.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
uint-spbset.c tidy-up: miscellaneous 2025-12-26 22:06:09 +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 tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
uint-table.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
url.c url: return error at once when OOM in netrc handling 2025-12-29 10:16:48 +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 urlapi: set uncondtional return code 2025-12-29 10:17:49 +01:00
urldata.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
version.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
ws.c ws: replace a cast by matching the format string 2026-01-02 10:45:12 +01:00
ws.h lib: fix formatting nits (part 3) 2025-12-03 14:50:16 +01:00