aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add http_strcasecmp(3)Xavier Del Campo Romero2026-02-271-0/+1
| | | | | | | | | POSIX.1-2008 does not any locale-specific version of strcasecmp(3), so conversions to lowercase depend on the system locale. Since HTTP header fields must be checked without case sensitivity and not depend on the system locale, a specialised function that forces the "POSIX" locale is required.
* Add http_strncasecmp(3)Xavier Del Campo Romero2026-02-271-0/+1
| | | | | | | | | POSIX.1-2008 does not any locale-specific version of strncasecmp(3), so conversions to lowercase depend on the system locale. Since HTTP header fields must be checked without case sensitivity and not depend on the system locale, a specialised function that forces the "POSIX" locale is required.
* Add man3 pages for the form APIv0.5.0Xavier Del Campo Romero2025-10-091-0/+4
|
* doc: Update handler_{loop,listen}Xavier Del Campo2023-11-201-0/+1
|
* doc: Add man3 page for http_decode_urldecode-urlXavier Del Campo Romero2023-11-121-0/+1
| | | | | | | Suprisingly, this man page was missing on the 0.1.0 release. The recent signature changes on http_decode_url have already been reflected.
* Adhere to GNU Make directory variablesXavier Del Campo Romero2023-10-251-22/+24
|
* Install man pagesv0.1.0-rc1Xavier Del Campo Romero2023-09-271-0/+32