Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -11/+8 |
| | | | | | | | Better compute the values we need on-demand at the call sites; this way, we can pass through content type attributes to mailcap too. (Also, remove a bug where applyResponse was called twice.) | ||||
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -3/+3 |
| | |||||
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -0/+48 |
* add mailcap: works with copiousoutput, needsterminal, etc. * add mime.types (only works with mailcap) * refactor pipeBuffer * remove "dispatcher" * fix bug in directory display where baseurl would not be used |