curl/docs/internals
Viktor Szakats b3f76b21c9
tidy-up: miscellaneous
- fix typos and wording in documentation and comments.
- KNOWN_BUGS: merge duplicate H1 section.
- test_10_proxy: delete stray expressions.
- Perl: `while()` -> `while(1)`.
- Perl: fix indent, whitespace, drop redundant quotes and parentheses.
- fix casing: URL, SSL, Windows.
- badwords: readd `threadsafe`, add `well-known` (and fix it).
- replace `WinXP` -> `Windows XP` to match other uses.

Closes #21646
2026-05-20 00:50:43 +02:00
..
BUFQ.md BUFQ.md: re-sync with source code 2026-05-19 16:55:45 +02:00
BUFREF.md badwords: prefer 'null-terminated' 2026-03-18 11:40:13 +01:00
CHECKSRC.md docs: replace instances of the vague qualifier 'quite' 2026-03-07 23:52:50 +01:00
CLIENT-READERS.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
CLIENT-WRITERS.md
CODE_STYLE.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CONNECTION-FILTERS.md docs: fixup wording nits 2026-03-09 22:47:07 +01:00
CREDENTIALS.md creds: hold credentials 2026-05-12 16:05:15 +02:00
CURLX.md
DYNBUF.md
HASH.md
LLIST.md tidy-up: miscellaneous 2026-03-09 11:35:19 +01:00
MID.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
MQTT.md
MULTI-EV.md docs: fixup wording nits 2026-03-09 22:47:07 +01:00
NEW-PROTOCOL.md
PEERS.md lib: introduce Curl_peer 2026-05-05 16:22:11 +02:00
PORTING.md
RATELIMITS.md
README.md
SCORECARD.md
SPLAY.md
STRPARSE.md
THRDPOOL-AND-QUEUE.md spacecheck: verify filename lengths and characters 2026-03-25 18:56:40 +01:00
TIME-KEEPING.md docs: fixup wording nits 2026-03-09 22:47:07 +01:00
TLS-SESSIONS.md tidy-up: miscellaneous 2026-05-20 00:50:43 +02:00
UINT_SETS.md
WEBSOCKET.md

Internals

This directory contains documentation covering libcurl internals; APIs and concepts that are useful for contributors and maintainers.

Public APIs are documented in the public documentation, not here.