| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rpc, spec: Document current ObjectError, RequestError behavior as correct. | Nick Mathewson | 2023-04-13 | 1 | -10/+2 | |
| | | ||||||
| * | rpcbase: Use correct error codes, and add tests. | Nick Mathewson | 2023-04-12 | 2 | -7/+183 | |
| | | | | | | | | | | | | Well, mostly correct. Our current serde implementation doesn't tell us much about what went wrong with the object, so we can't tell why we couldn't convert it into a Request. Also, our output for the data field is not as the spec says: we should bring them into conformance. Part of #825. | |||||
| * | tor-rpcbase: Create error kinds properly. | Nick Mathewson | 2023-04-12 | 1 | -14/+16 | |
| | | | | | | The field is called "kinds", it is a list, and it holds strings beginning with "arti:". | |||||
| * | tor-rpcbase: rename cmd to method everywhere. | Nick Mathewson | 2023-04-12 | 1 | -31/+31 | |
| | | ||||||
| * | tor-rpcbase: Rename cmd.rs to method.rs. | Nick Mathewson | 2023-04-12 | 2 | -2/+2 | |
| | | ||||||
| * | tor-rpcbase: Rename and rephrase "command" to "method" | Nick Mathewson | 2023-04-12 | 5 | -47/+47 | |
| | | ||||||
| * | rpc: Try to fix rustdoc errors. | Nick Mathewson | 2023-04-12 | 2 | -2/+2 | |
| | | ||||||
| * | rpc: Use empty structs in test code. | Nick Mathewson | 2023-04-12 | 1 | -12/+12 | |
| | | ||||||
| * | Rename tor-rpccmd to tor-rpcbase. | Nick Mathewson | 2023-04-12 | 8 | -0/+840 | |
