curl/lib/curlx
Daniel Stenberg 71430e87fd
strparse: make curlx_str_until() accept zero for 'max'
When asked to parse for a string with max zero bytes, it will always
return error and no longer trigger an assert. This saves the caller from
having to check for this condition.

Closes #21600
2026-05-15 13:28:03 +02:00
..
base64.c
base64.h
basename.c
basename.h
dynbuf.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
dynbuf.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
fopen.c lib: reserve 'result' for CURLcode 2026-04-06 23:12:06 +02:00
fopen.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
inet_ntop.c
inet_ntop.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
inet_pton.c
inet_pton.h
multibyte.c
multibyte.h
nonblock.c
nonblock.h
snprintf.c
snprintf.h
strcopy.c
strcopy.h
strdup.c
strdup.h
strerr.c tidy-up: prefer "initialize" with a 'z' 2026-05-15 11:49:06 +02:00
strerr.h
strparse.c strparse: make curlx_str_until() accept zero for 'max' 2026-05-15 13:28:03 +02:00
strparse.h hsts: when a dupe host adds subdomains, use that 2026-03-26 23:27:24 +01:00
timediff.c
timediff.h
timeval.c curlx_now(), prevent zero timestamp 2026-03-21 14:47:36 +01:00
timeval.h
version_win32.c
version_win32.h
wait.c
wait.h
warnless.c
warnless.h
winapi.c
winapi.h