Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -1/+0 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -5/+10 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+5 |
| | | | | Also probably other fixes. | ||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -5/+15 |
| | |||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -148/+222 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Clean up ips/serialize generics | bptato | 2022-11-30 | 1 | -86/+53 |
| | |||||
* | Remove useless sread/swrite procs | bptato | 2022-11-30 | 1 | -51/+16 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -12/+5 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -1/+20 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+7 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -4/+80 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -3/+29 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -0/+207 |