summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src/method.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a few "TODO RPC" notesNick Mathewson2024-05-161-0/+3
* RPC: Fill in documentation about invoke_specialNick Mathewson2024-05-161-2/+5
* RPC: Require an Error type in methods.Nick Mathewson2024-05-161-0/+5
* Relax Serialize requirement on method outputs.Nick Mathewson2024-05-161-3/+5
* rpc: Move typetag onto subtrait of DynMethodNick Mathewson2024-05-161-14/+33
* RPC: Enforce method name format.Nick Mathewson2024-05-141-0/+71
* rpc: Remove a limitation on DynMethod macro.Nick Mathewson2024-05-061-6/+5
* rpc: Revise backend for dispatchable-object macro.Nick Mathewson2024-04-221-11/+0
* rpc: Move deftly attributes into an `rpc` namespace.Nick Mathewson2024-04-111-3/+3
* Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-081-1/+12
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-041-20/+20
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-191-0/+36
* rpc: Split Method into DynMethod and MethodNick Mathewson2023-04-191-9/+39
* tor-rpcbase: Rename cmd.rs to method.rs.Nick Mathewson2023-04-121-0/+52