Change #276562
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 30 Jul 2026 11:26:22 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | c4013cdb85fcb8fa3f0613b5263a09af21832aef |
Comments
tidy-up: comments, messages, formatting - 'null-terminate', sync casing. - add an `#endif` comment. - avoid a few instances of 'will'. - configure: 'aws' -> 'aws-sigv4', where missing. - unfold/fold lines. - update memzero/strzero comments. - uppercase 'CRLF'. Closes #22443
Changed files
- README
- configure.ac
- docs/libcurl/opts/CURLOPT_HTTPSIG_ALGORITHM.md
- docs/libcurl/opts/CURLOPT_HTTPSIG_HEADERS.md
- docs/libcurl/opts/CURLOPT_HTTPSIG_KEY.md
- docs/libcurl/opts/CURLOPT_HTTPSIG_KEYID.md
- lib/curl_ed25519.c
- lib/curl_gssapi.c
- lib/curlx/base64.c
- lib/curlx/strdup.c
- lib/escape.c
- lib/ftp.c
- lib/pop3.c
- lib/sendf.c
- lib/smtp.c
- lib/vauth/ntlm.c
- projects/OS400/os400sys.c
- projects/vms/curl_crtl_init.c
- src/tool_doswin.c
- tests/ftpserver.pl
- tests/negtelnetserver.py
- tests/server/tftpd.c