about summary refs log tree commit diff stats
path: root/src/ips/serialize.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add JS support to documentsbptato2022-12-181-1/+0
|
* Add referer support, re-render on windowChangebptato2022-12-131-5/+10
|
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+5
| | | | Also probably other fixes.
* Add all sorts of config options and cookiesbptato2022-12-131-5/+15
|
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-148/+222
| | | | Write always blocks for now, as it's too big of a footgun not to
* Clean up ips/serialize genericsbptato2022-11-301-86/+53
|
* Remove useless sread/swrite procsbptato2022-11-301-51/+16
|
* Add textareabptato2022-11-281-12/+5
| | | | Editing is implemented using an external editor (like vi).
* Also, implement proper asyncbptato2022-11-271-1/+20
| | | | Well, not really proper, but better than nothing? Maybe not.
* Fix user style regression, add minimum-contrastbptato2022-11-251-0/+7
|
* Buffer improvementsbptato2022-11-251-4/+80
|
* Avoid forking child processes from the main processbptato2022-11-241-3/+29
| | | | Caveat: this breaks piped streams.
* Move ips stuff to src/ips/bptato2022-11-221-0/+207