aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h (unfollow)
Commit message (Collapse)Author
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-06-28log: minor refactoringEgor Tensin
2023-06-28log: support logging levelsEgor Tensin
2023-06-12log: refactoringEgor Tensin
2023-06-12log: thread-safe loggingEgor Tensin
2023-06-12log: prefix with thread IDEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-09-08log: prepend timestampsEgor Tensin
2022-08-28fix Alpine buildsEgor Tensin
2022-08-26add check_errno macroEgor Tensin
2022-08-26fix macrosEgor Tensin
do { ... } while (0) is objectively better: https://stackoverflow.com/q/1067226/514684
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.