]> git.ipfire.org Git - thirdparty/curl.git/commit
tidy-up: miscellaneous
authorViktor Szakats <commit@vsz.me>
Wed, 20 May 2026 10:20:10 +0000 (12:20 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 27 May 2026 14:53:57 +0000 (16:53 +0200)
commit7e1001bcd69967707cf6fee9e71fc10dd244d509
tree20451b724594bad995b4e19fc2dc5093bc3f7ed6
parenta7d4abb0cfcc5b155174675c51d0edecc15eccbb
tidy-up: miscellaneous

- H3 proxy: re-sync code with original source `curl_ngtcp2.c` to reduce
  differences, and to apply missed minor fixes. Also apply clang-format.
  Drop redundant `#undef`s, casts, `#endif` comments, includes, drop
  intermediate variables, sync include and macro order.
  Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
- INSTALL-CMAKE.md: move `CURL_ENABLE_SMB` to the enable section.
- tests/http/env: rename `tcpdmp` to `tcpdump` to match object variable.
- mbedtls: drop incorrect `mbedTLS 4+` comments.
  (features are also supported by 3+, meaning it's always supported.)
- lib1648: rename a variable to match purpose.
- CIPHERS.md: alpha-sort link list.
- replace rare `X''` hex markup with `0x`.
- `IP v4/6` -> `IPv4/6`.
- 'version X.Y' -> 'vX.Y', where sensible.
- 'VX.Y' -> 'vX.Y', where sensible.
- fix indents, casing, newlines, typos.

Closes #21772
36 files changed:
.github/workflows/linux-old.yml
RELEASE-NOTES
configure.ac
docs/CIPHERS.md
docs/CONTRIBUTE.md
docs/INSTALL-CMAKE.md
docs/RUSTLS.md
docs/internals/CHECKSRC.md
include/curl/curlver.h
lib/capsule.c
lib/cf-capsule.c
lib/cf-h2-proxy.c
lib/cf-h3-proxy.c
lib/cf-h3-proxy.h
lib/curl_sha512_256.c
lib/http.c
lib/http2.c
lib/md5.c
lib/netrc.c
lib/sha256.c
lib/socks.c
lib/vquic/curl_ngtcp2.c
lib/vquic/vquic.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/schannel_verify.c
projects/vms/build_gnv_curl_pcsi_desc.com
projects/vms/build_vms.com
projects/vms/curl_gnv_build_steps.txt
projects/vms/readme
src/tool_getpass.c
tests/http/test_20_websockets.py
tests/http/testenv/env.py
tests/libtest/lib1560.c
tests/libtest/lib1648.c
tests/server/socksd.c