curl/docs/internals
Viktor Szakats 952b04474c
tidy-up: miscellaneous
- badwords: replace stray synonyms with 'null-terminator'.
- tests/FILEFORMAT.md: tidy up feature descriptions.
- printf: replace stray `%i` masks with `%d` for consistency.
- pytest: add comments for empty excepts to try silencing GitHub CodeQL
  warnings.
- tool1394, unit1675: merge nested `if`s.
- dnscache: fix typo in comment.
- fix whitespace, indent and newlines.

Closes #21921
2026-06-09 11:07:55 +02:00
..
BUFQ.md BUFQ.md: re-sync with source code 2026-05-19 16:55:45 +02:00
BUFREF.md
CHECKSRC.md tidy-up: miscellaneous 2026-05-27 16:53:57 +02:00
CLIENT-READERS.md
CLIENT-WRITERS.md
CODE_STYLE.md
CONNECTION-FILTERS.md HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
CREDENTIALS.md creds: hold credentials 2026-05-12 16:05:15 +02:00
CURLX.md
DYNBUF.md tidy-up: miscellaneous 2026-06-09 11:07:55 +02:00
HASH.md
LLIST.md
MID.md
MQTT.md
MULTI-EV.md
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
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.