aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/protocol.c (follow)
Commit message (Collapse)AuthorAge
* json: add the lib prefix to wrapper functionsEgor Tensin2023-12-30
| | | | It makes it easier to audit for non-wrapped json-c usage.
* json: factor out json_object_put into json_freeEgor Tensin2023-12-27
|
* switch to egor@tensin.nameEgor Tensin2023-12-12
|
* implement a command to list runsEgor Tensin2023-11-15
|
* json_rpc: add a routine to generate request IDsEgor Tensin2023-11-12
|
* refactoringEgor Tensin2023-11-12
|
* switch to JSON-RPC as message formatEgor Tensin2023-07-18
| | | | | | 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.
* store process output in SQLiteEgor Tensin2023-07-09
|
* move custom message parsing to a separate moduleEgor Tensin2023-07-04