aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/msgs.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-191-1/+5
* rpc: Split Method into DynMethod and MethodNick Mathewson2023-04-191-12/+15
* rpc: Change `id=<SYNTAX>` to "no id".Nick Mathewson2023-04-131-6/+21
* rpc: Require that errors are RpcError.Nick Mathewson2023-04-131-4/+2
* rpc: Improve error reporting for invalid requestsNick Mathewson2023-04-121-1/+93
* arti-rpcserver: Be careful about saying "result".Nick Mathewson2023-04-121-5/+10
* arti-rpcserver: rename command to method.Nick Mathewson2023-04-121-8/+8
* tor-rpcbase: Rename and rephrase "command" to "method"Nick Mathewson2023-04-121-3/+3
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-2/+2
* rpc: Rename BoxedResponseBody => ResponseBodyNick Mathewson2023-04-121-10/+10
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-121-2/+3
* rpc: Wire up arti-rpcserver to use tor-rpccmd.Nick Mathewson2023-04-121-0/+6
* rpc: do a better job of hiding impl_const_type_id!Nick Mathewson2023-04-121-1/+2
* RPC: Initial implementation of a multiple-argument dispatchNick Mathewson2023-04-121-0/+1
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-35/+10
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-0/+214