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