]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
badwords: catch and fix threading-related words
authorViktor Szakats <commit@vsz.me>
Tue, 16 Dec 2025 19:01:16 +0000 (20:01 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 16 Dec 2025 20:26:58 +0000 (21:26 +0100)
commit61273f58125c41a84febe90a50238ee7fb12a9ad
tree1e73d0648a2fe5a0b07442d76258ebeb79ddc0f1
parent8dadff9434d1bfacd61f2809b6a46141c8c751b0
badwords: catch and fix threading-related words

Also:
- sync newlines between the two threaded examples.

Closes #20001
26 files changed:
.github/scripts/badwords.txt
RELEASE-NOTES
docs/examples/.gitignore
docs/examples/Makefile.inc
docs/examples/http2-upload.c
docs/examples/multithread.c [deleted file]
docs/examples/smooth-gtk-thread.c
docs/examples/threaded-ssl.c
docs/examples/threaded.c [new file with mode: 0644]
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