aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.clang-format (follow)
Commit message (Collapse)AuthorAge
* test: add test for segfaulting CI scriptEgor Tensin2023-07-11
| | | | | | | | 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.
* clang-format: don't break string literalsEgor Tensin2023-07-07
|
* log: support logging levelsEgor Tensin2023-06-28
|
* 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.