curl/docs/internals
Viktor Szakats 3040971d12
GHA: silence proselint warnings and an error
Fix new issues found by `proselint`.

Also:
- silence this technical warning:
  ```
  :0: DeprecationWarning: /home/runner/.proselintrc was found instead of a JSON file. Rename to /home/runner/.proselintrc.json.
  ```
- fix an input filename.
  `proselints` fails now if an input file is missing.

Reported-by: Jay Satiro
Bug: https://github.com/curl/curl/pull/15291#issuecomment-2410505100
Closes #15293
2024-10-15 16:44:17 +02:00
..
BUFQ.md bufq: unwrite fix 2024-10-03 13:27:36 +02:00
BUFREF.md
CHECKSRC.md
CLIENT-READERS.md
CLIENT-WRITERS.md
CODE_STYLE.md
CONNECTION-FILTERS.md
DYNBUF.md
HASH.md
HYPER.md GHA: silence proselint warnings and an error 2024-10-15 16:44:17 +02:00
LLIST.md
MQTT.md
NEW-PROTOCOL.md GHA: silence proselint warnings and an error 2024-10-15 16:44:17 +02:00
README.md
SPLAY.md internals/SPLAY.md: internal API documentation 2024-08-16 17:13:37 +02:00
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.