aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* net: fix recv_allEgor Tensin2022-08-23
| | | | Make sure we handle read() returning 0, this is a valid use-case.
* add some codeEgor Tensin2022-08-23
| | | | | A basic client-server app, the client sends commands as an array of strings. Hopefully I didn't mess up, and hopefully it'll be useful.
* add doc/rationale.mdEgor Tensin2022-08-21
|
* add LICENSE.txtEgor Tensin2022-08-21
|
* initial commitEgor Tensin2022-08-21