curl/tests/server
Viktor Szakats 0260e8465a
GHA/checksrc: expand spellcheck, fix issues found
- codespell: break logic out into its own runnable script. Allowing
  to run it on local machines.
- codespell: install via `pip`, bump to latest version.
- codespell: show version number in CI log.
- codespell: drop no longer needed word exception: `msdos`.
- codespell: include all curl source tree, except `packages` and
  `winbuild`. Drop an obsolete file exclusion.
- add new spellchecker job using the `typos` tool. It includes
  the codespell dictionary and a couple more. Use linuxbrew to install
  it. This takes 10 seconds, while installing via `cargo` from source
  would take over a minute.
- codespell: introduce an inline ignore filter compatible with `cspell`
  Make `typos` recognize it, too. Move single exceptions inline.

Fix new typos found. Also rename variables and words to keep
spellchecking exceptions at minumum. This involves touching some tests.
Also switch base64 strings to `%b64[]` to avoid false positives.

Ref: https://github.com/crate-ci/typos/blob/master/docs/reference.md
Ref: https://github.com/codespell-project/codespell?tab=readme-ov-file#inline-ignore
Ref: https://github.com/codespell-project/codespell/issues/1212#issuecomment-1721152455
Ref: https://cspell.org/docs/Configuration/document-settings

Closes #17905
2025-07-21 16:09:01 +02:00
..
.checksrc checksrc: reduce exceptions, apply again to curlx 2025-06-27 17:33:35 +02:00
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt tests/unit: hook up unitprotos to the units-clang-tidy target 2025-07-03 23:49:25 +02:00
dnsd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
getpart.c GHA/checksrc: expand spellcheck, fix issues found 2025-07-21 16:09:01 +02:00
Makefile.am tests: fix BUNDLE variable references in Makefile.am 2025-06-26 10:55:47 +02:00
Makefile.inc build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
memptr.c windows: drop redundant curl_wcsdup_callback callback 2025-07-08 13:33:38 +02:00
mqttd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
resolve.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
rtspd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
sockfilt.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
socksd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
sws.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
tftpd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
util.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00