Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | twtstr: misc refactorings | bptato | 2024-02-09 | 1 | -1/+1 |
| | | | | | | * move out half width <-> full width converters * snake_case -> camelCase * improve toScreamingSnakeCase slicing | ||||
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -0/+1 |
| | | | | | Avoid computing e.g. charwidth data for http which does not need it at all. | ||||
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -0/+60 |
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 |