aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h (unfollow)
Commit message (Collapse)Author
2022-08-26fix pthread error handlingEgor Tensin
pthread functions return positive error codes.
2022-08-25log: add print_log macroEgor Tensin
2022-08-23add some codeEgor 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.