Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cha-http-libfetch: fix incorrect usage of strncat | bptato | 2024-01-11 | 1 | -14/+3 |
| | | | | | | | strncat does not work like that :P Luckily, BSD has strlcat which does. (While we're at it, remove the unused PDIE macro.) | ||||
* | bonus: add libfetch HTTP backend | bptato | 2023-12-14 | 2 | -0/+163 |
It has roughly zero utility, but maybe it's a good demonstration of local CGI? (TODO: add libfetch FTP too, that might actually be useful.) |