aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/json.c (unfollow)
Commit message (Collapse)Author
2023-12-30json: add the lib prefix to wrapper functionsEgor Tensin
It makes it easier to audit for non-wrapped json-c usage.
2023-12-27json: factor out json_object_put into json_freeEgor Tensin
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-11-15implement a command to list runsEgor Tensin
2023-11-12client: print the server responseEgor Tensin
2023-07-18net: don't copy data in struct bufEgor Tensin
2023-07-18net: remove unused buf_* routinesEgor Tensin
2023-07-18switch to JSON-RPC as message formatEgor 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.