Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cmd: add cmd_from_argv | Egor Tensin | 2022-08-23 |
| | |||
* | net: use CLOEXEC | Egor Tensin | 2022-08-23 |
| | | | | I've only recently learned about this flag, seems generally useful. | ||
* | net: fix recv_all | Egor Tensin | 2022-08-23 |
| | | | | Make sure we handle read() returning 0, this is a valid use-case. | ||
* | add some code | Egor Tensin | 2022-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. |