Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | json: factor out json_object_put into json_free | Egor Tensin | 2023-12-27 |
| | |||
* | switch to egor@tensin.name | Egor Tensin | 2023-12-12 |
| | |||
* | implement a command to list runs | Egor Tensin | 2023-11-15 |
| | |||
* | json_rpc: add a routine to generate request IDs | Egor Tensin | 2023-11-12 |
| | |||
* | refactoring | Egor Tensin | 2023-11-12 |
| | |||
* | switch to JSON-RPC as message format | Egor Tensin | 2023-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 SQLite | Egor Tensin | 2023-07-09 |
| | |||
* | move custom message parsing to a separate module | Egor Tensin | 2023-07-04 |