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