master
lib: use lib source directory as base include path
checksrc: disallow `atoi` and `atol` globally
rtmp: remove no longer used proto member
cmake: drop support for CMake 3.17 and older
Makefile.am: replace stray `:=` with `=` [ci skip]
tidy-up: prefer spelling 'flavor', where missing
tool: remove duplicate setopts
curl: remove the global argument from many functions
build: merge TrackMemory (`CURLDEBUG`) into debug-enabled option
vdns: directory for all DNS related sources
src: simplify declaring `curl_ca_embed`
tidy-up: fix Perl syntax and formatting nits
tidy-up: miscellaneous
badwords: rework exceptions, fix many of them
terminal: Enhance terminal size detection for multiple outputs
curl: make warnings and other messages aware of terminal width
tidy-up: fix comment indentation
src: safely clear certain buffers
httpsig: add RFC 9421 HTTP Message Signatures support
tool_dirhie: fix to create drive-relative directory
build: replace `assert()` with `DEBUGASSERT()`, where missing
tool: improve error/warning messages when output filename sanitization fails
tidy-up: use more `static`, `sizeof()`, `char[]`, double-const
clang-tidy: sync argument names in prototype and definition
clang-tidy: drop redundant casts
tool_filetime: sync dummy macro signature with function prototype
windows: use built-in `_WIN32` macro to detect Windows
tool_formparse: polish error message + make two functions static
curl: help category cleanups
build: use more `const`
build: drop `tool_hugehelp.c.cvs`, tidy up macros, drop `buildconf.bat`
tidy-up: rename `Curl_safefree()`/`tool_safefree()` to `curlx_safefree()`
src: fix formatting nits
tool_msgs: avoid null pointer deref for early errors
tool_xattr: add support for Windows alternate data stream
Revert "tool: add a retry delay for transfers to same origin on 429"
tool_operhlp: avoid NULL to %s
tool: log when loading .curlrc in verbose mode
lib: move all UNITTEST prototypes to C files
config2setopt.c: refactor config2setopts
AmigaOS: fix build fallouts, re-add to CI
tidy-up: syntax and code nits
src: drop unused includes
curl: named globs in output file name for upload glob references
build: drop Windows CE / CeGCC support
tidy-up: drop stray comparisons with literal zero
clang-tidy: check `bugprone-macro-parentheses`, fix fallouts
progress: count amount of data "delivered" to application
tidy-up: drop redundant includes