aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h (follow)
Commit message (Collapse)AuthorAge
* fix pthread error handlingEgor Tensin2022-08-26
| | | | pthread functions return positive error codes.
* log: add print_log macroEgor Tensin2022-08-25
|
* 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.