curl/docs/internals
Daniel Stenberg d8f9f0a912
tool_operate: remove call to abort()
Make an assert and return a plain error instead. No abort in release
code.

- also remove from two examples
- add as a banned function in checksrc
- document the banned state

Closes #22182
2026-06-26 13:41: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 tool_operate: remove call to abort() 2026-06-26 13:41:55 +02:00
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 lib: transfer origin and proxy handling 2026-06-12 23:52:00 +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: transfer origin and proxy handling 2026-06-12 23:52:00 +02:00
PORTING.md
RATELIMITS.md
README.md
SCORECARD.md
SPLAY.md
STRPARSE.md
THRDPOOL-AND-QUEUE.md
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.