Change #270073
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 09 Jun 2026 12:52:08 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 847aac066d45f0b79c96f76ea3f1c891978f1c43 |
Comments
tidy-up: use uppercase `TRUE`/`FALSE` where missing Keep it only in external API calls and C++ code. Also: - curlx/fopen: replace with `!!`. Spotted by GitHub Code Quality in cf-socket.c. Closes #21925
Changed files
- lib/cf-socket.c
- lib/curlx/fopen.c
- lib/http_aws_sigv4.c
- lib/imap.c
- lib/vtls/vtls.c
- src/tool_cb_wrt.c
- src/tool_doswin.c
- src/tool_writeout.c
- src/tool_writeout_json.c
- src/var.c
- tests/libtest/lib1565.c
- tests/libtest/lib2700.c
- tests/libtest/lib3102.c
- tests/server/dnsd.c
- tests/server/rtspd.c
- tests/server/sockfilt.c
- tests/server/socksd.c
- tests/server/sws.c
- tests/server/tftpd.c
- tests/unit/unit1607.c
- tests/unit/unit1609.c
- tests/unit/unit1979.c
- tests/unit/unit3205.c