master
build: tidy up curl-specific fstat calls and stat struct type
examples/threaded-ssl: delete in favor of `examples/threaded`
tidy-up: use more `static`, `sizeof()`, `char[]`, double-const
cmake: drop support for CMake 3.17 and older
cmake: support building some complicated examples, build them in CI
Makefile.example: make default options more likely to work
stop using the word 'just'
tidy-up: syntax and code nits
docs: compare `result` against literal `CURLE_OK` (where missing)
tidy-up: drop stray comparisons with literal zero
build: always use local `inet_pton()`/`inet_ntop()` implementations
tidy-up: make 'CA' uppercase, where missing
docs: use the correct CURLOPT_WRITEFUNCTION signature
tidy-up: miscellaneous
tidy-up: fix comment indentation
build: enable `-Wformat-signedness`, fix issues found
docs: rename CURLcode variables to 'result'
tidy-up: docs, comments, typos, whitespace
badwords: avoid 'simply'
tool_operate: remove call to abort()
examples: tidy-up headers and includes
checksrc: check for `assert`, replace in tests where missing, drop from examples
tidy-up: fix Perl syntax and formatting nits