aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/protocol.c (unfollow)
Commit message (Collapse)Author
2023-11-15implement a command to list runsEgor Tensin
2023-11-12json_rpc: add a routine to generate request IDsEgor Tensin
2023-11-12refactoringEgor Tensin
2023-07-18switch to JSON-RPC as message formatEgor Tensin
Instead of the weird `struct msg` I had, I switched to the JSON-RPC format. It's basically the same, but has a well-defined semantics in case of errors.
2023-07-09store process output in SQLiteEgor Tensin
2023-07-04move custom message parsing to a separate moduleEgor Tensin