Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | net: don't copy data in struct buf | Egor Tensin | 2023-07-18 |
| | |||
* | net: remove unused buf_* routines | 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. |