Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -38/+36 |
| | | | | | | | | | * fix enctype not getting picked up * fix form data constructor requiring open() syscall (which gets blocked by our seccomp filter) * add closing boundary to multipart end * pass fds instead of path names through WebFile/Blob and send those through bufwriter/bufreader | ||||
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 1 | -2/+2 |
| | |||||
* | Initial image support | bptato | 2024-04-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | * png: add missing filters, various decoder fixes * term: fix kitty response interpretation, add support for kitty image detection * buffer, pager: initial image display support Emphasis on "initial"; it only "works" with kitty output and PNG input. Also, it's excruciatingly slow, and repaints images way too often. Left undocumented intentionally it for now, until it actually becomes useful. In the meantime, adventurous users can find out themselves why: [[siteconf]] url = "https://.*" images = true | ||||
* | Update code style | bptato | 2024-04-17 | 1 | -1/+1 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | bufreader: add initPacketReader | bptato | 2024-03-24 | 1 | -4/+6 |
| | |||||
* | io: add bufreader | bptato | 2024-03-21 | 1 | -0/+198 |
analogous to bufwriter |