Change #252415
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 16 Dec 2025 21:26:58 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 61273f58125c41a84febe90a50238ee7fb12a9ad |
Comments
badwords: catch and fix threading-related words Also: - sync newlines between the two threaded examples. Closes #20001
Changed files
- .github/scripts/badwords.txt
- RELEASE-NOTES
- docs/examples/.gitignore
- docs/examples/Makefile.inc
- docs/examples/http2-upload.c
- docs/examples/multithread.c
- docs/examples/smooth-gtk-thread.c
- docs/examples/threaded-ssl.c
- docs/examples/threaded.c
- docs/libcurl/curl_global_cleanup.md
- docs/libcurl/curl_global_init.md
- docs/libcurl/curl_global_trace.md
- docs/libcurl/libcurl-thread.md
- docs/libcurl/libcurl-tutorial.md
- docs/libcurl/libcurl.md
- docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.md
- include/curl/easy.h
- lib/amigaos.c
- lib/config-os400.h
- lib/hostip.h
- lib/hostip4.c
- lib/http_ntlm.c
- lib/memdebug.c
- lib/vtls/gtls.c
- m4/curl-functions.m4
- tests/server/util.c