Commit message (Collapse) | Author | ||
---|---|---|---|
2023-12-12 | switch to egor@tensin.name | Egor Tensin | |
2023-11-12 | client: print the server response | Egor Tensin | |
2023-11-12 | json_rpc: add a routine to generate request IDs | Egor Tensin | |
2023-07-18 | json_rpc: removed unused routines | Egor Tensin | |
2023-07-18 | switch to JSON-RPC as message format | Egor 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. |