aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.clang-format (unfollow)
Commit message (Collapse)Author
2023-07-11test: add test for segfaulting CI scriptEgor Tensin
The C code leaked out of src/, so I moved .clang-format and some compile options to the root directory. Also, I'm starting to hit test execution limits; I'm going to limit the repositories used for stress testing.
2023-07-07clang-format: don't break string literalsEgor Tensin
2023-06-28log: support logging levelsEgor 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.