Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gopher: simplify | bptato | 2024-05-21 | 1 | -1/+1 |
| | | | | | * update naming * do not send status code (it was always 200 anyway) | ||||
* | gopher2html: do not use streams | bptato | 2023-12-21 | 1 | -4/+2 |
| | |||||
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -18/+1 |
| | | | | | | | | | | | | Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape | ||||
* | Move gopher to adapter/ | bptato | 2023-12-12 | 1 | -15/+1 |
| | | | | Also, move default urimethodmap config to res. | ||||
* | adapter/: re-structure | bptato | 2023-12-12 | 1 | -0/+134 |