about summary refs log tree commit diff stats
path: root/src/ips
Commit message (Collapse)AuthorAgeFilesLines
* Add textareabptato2022-11-285-19/+83
| | | | Editing is implemented using an external editor (like vi).
* Rework broken non-blocking iobptato2022-11-271-10/+6
| | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment)
* Fix some regressions, add loading progress barbptato2022-11-271-1/+8
|
* Also, implement proper asyncbptato2022-11-271-1/+20
| | | | Well, not really proper, but better than nothing? Maybe not.
* Improve status messages, fix regressions, etcbptato2022-11-252-1/+2
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-0/+7
|
* Buffer improvementsbptato2022-11-252-4/+122
|
* Avoid forking child processes from the main processbptato2022-11-244-12/+193
| | | | Caveat: this breaks piped streams.
* Move ips stuff to src/ips/bptato2022-11-223-0/+287