Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | json: add the lib prefix to wrapper functions | Egor Tensin | 2023-12-30 |
| | | | | It makes it easier to audit for non-wrapped json-c usage. | ||
* | 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 |
| | |||
* | client: print the server response | Egor Tensin | 2023-11-12 |
| | |||
* | net: don't copy data in struct buf | Egor Tensin | 2023-07-18 |
| | |||
* | 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. |