Change #255328
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 15 Jan 2026 13:06:13 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | ac6264366fbe6ff0cc4fe9f30364285ffefb8043 |
Comments
tidy-up: miscellaneous - tool_bname: scope an include. - `endif` comments. - Markdown fixes. - comment tidy-ups. - whitespace, newlines, indent. Closes #20309
Changed files
- .github/workflows/http3-linux.yml
- .github/workflows/linux-old.yml
- .github/workflows/macos.yml
- .github/workflows/non-native.yml
- Makefile.am
- docs/CONTRIBUTE.md
- docs/HELP-US.md
- docs/HSTS.md
- docs/HTTP3.md
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/INTERNALS.md
- docs/KNOWN_BUGS.md
- docs/KNOWN_RISKS.md
- docs/MANUAL.md
- docs/Makefile.am
- docs/TODO.md
- docs/URL-SYNTAX.md
- docs/VULN-DISCLOSURE-POLICY.md
- docs/examples/htmltitle.cpp
- docs/internals/CONNECTION-FILTERS.md
- docs/internals/MQTT.md
- docs/internals/WEBSOCKET.md
- docs/libcurl/Makefile.inc
- docs/libcurl/curl_formget.md
- docs/libcurl/curl_multi_info_read.md
- docs/libcurl/libcurl-multi.md
- docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md
- docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md
- docs/runtests.md
- docs/testcurl.md
- docs/tests/CI.md
- docs/tests/FILEFORMAT.md
- include/curl/Makefile.am
- lib/Makefile.am
- lib/curl_range.c
- lib/curl_sasl.c
- lib/curl_sha512_256.c
- lib/curlx/fopen.h
- lib/easy.c
- lib/formdata.c
- lib/memdebug.c
- lib/mime.c
- lib/mime.h
- lib/multi.c
- lib/multi_ev.c
- lib/multi_ntfy.c
- lib/pop3.c
- lib/progress.c
- lib/ratelimit.h
- lib/strerror.c
- lib/url.h
- lib/vauth/cram.c
- lib/vauth/vauth.c
- lib/vtls/schannel.c
- m4/curl-confopts.m4
- projects/README.md
- projects/Windows/README.md
- projects/vms/Makefile.am
- projects/vms/gnv_curl_configure.sh
- scripts/checksrc-all.pl
- scripts/contributors.sh
- scripts/managen
- scripts/mk-ca-bundle.pl
- src/config2setopts.c
- src/tool_bname.c
- src/tool_cb_hdr.c
- src/tool_cb_prg.c
- src/tool_cb_rea.c
- src/tool_cb_see.h
- src/tool_cb_wrt.c
- src/tool_cfgable.c
- src/tool_cfgable.h
- src/tool_findfile.c
- src/tool_getparam.c
- src/tool_getpass.c
- src/tool_help.h
- src/tool_libinfo.c
- src/tool_main.c
- src/tool_progress.h
- src/tool_sdecls.h
- tests/Makefile.am
- tests/data/test1292
- tests/data/test16
- tests/data/test1630
- tests/data/test2
- tests/data/test218
- tests/data/test3
- tests/data/test571
- tests/data/test97
- tests/data/test98
- tests/getpart.pm
- tests/http/Makefile.am
- tests/libtest/lib562.c
- tests/server/tftpd.c
- tests/unit/unit1609.c
- tests/unit/unit3211.c
- tests/unit/unit3213.c