about summary refs log tree commit diff stats
path: root/src/ips/serversocket.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add textareabptato2022-11-281-4/+4
| | | | Editing is implemented using an external editor (like vi).
* Avoid forking child processes from the main processbptato2022-11-241-3/+2
| | | | Caveat: this breaks piped streams.
* Move ips stuff to src/ips/bptato2022-11-221-0/+26