summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src/dispatch.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-09-031-2/+2
* rpcbase: Implement RPC method delegation support.Nick Mathewson2024-08-141-27/+85
* rpcbase: Feature to list the RPC methods and what they apply to.Nick Mathewson2024-08-121-0/+3
* rpcbase: Facility for looking up RPC method informationNick Mathewson2024-08-121-3/+12
* rpcbase: Expose Invocable type names directly.Nick Mathewson2024-08-121-6/+11
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-251-15/+8
* rpcbase: remove now-unused invoke methodsNick Mathewson2024-07-251-70/+33
* rpcbase: Remove a TODO RPC about duplicationNick Mathewson2024-07-251-1/+0
* rpc: Remove TODO about moving @special to a different macro.Nick Mathewson2024-07-251-4/+0
* rpcbase: tests for crate-level invoke functions.Nick Mathewson2024-07-151-20/+33
* rpc: Test some lower level dispatch internals.Nick Mathewson2024-07-151-3/+80
* rpc: Missing rpc_invoker is a Bug.Nick Mathewson2024-06-101-1/+6
* Add more explanation of InvokerEnt fields.Nick Mathewson2024-06-101-0/+8
* rpc: Add RPC method invocation based on Context, not dispatch table.Nick Mathewson2024-06-101-1/+5
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-25/+25
* rpc: refactor DispatchTable invoker lookup into new functionsNick Mathewson2024-06-101-15/+36
* rpc: Implement Clone and HasKind on InvokeError.Nick Mathewson2024-06-101-1/+11
* Add a few "TODO RPC" notesNick Mathewson2024-05-161-0/+5
* RPC: Expose dispatch table from ContextNick Mathewson2024-05-161-0/+4
* RPC: Fill in documentation about invoke_specialNick Mathewson2024-05-161-4/+22
* Tests for invoke_specialNick Mathewson2024-05-161-0/+42
* RPC: Fix types for DispatchTable::invoke_specialNick Mathewson2024-05-161-11/+14
* RPC: Require an Error type in methods.Nick Mathewson2024-05-161-0/+3
* Rpc: Allow invoker_ents to be marked as @specialNick Mathewson2024-05-161-7/+21
* Relax Serialize requirement on method outputs.Nick Mathewson2024-05-161-8/+8
* Split Invocable into RpcInvocable.Nick Mathewson2024-05-161-50/+77
* RPC: Add an "invoke special" mechanismNick Mathewson2024-05-161-1/+62
* rpc::invoker_ent_list: allow trailing comma.Nick Mathewson2024-05-091-1/+1
* Merge branch 'void' into 'main'Nick Mathewson2024-05-071-7/+10
|\
| * tor-rpcbase: Use Void to eliminate a panic, as statically unreachableIan Jackson2024-05-021-7/+10
* | Lightly simplify the syntax for installing multiple InvokerEntsNick Mathewson2024-05-061-0/+38
|/
* tor-rpcbase: Add a missing `#[doc(hidden)]`Ian Jackson2024-04-291-0/+1
* tor-rpcbase: invoker_ent!: simplify argument parsingIan Jackson2024-04-251-12/+15
* tor-rpcbase: invoker_ent!: abolish flags argumentIan Jackson2024-04-251-19/+9
* tor-rpcbase: invoker_ent: Infer the correct fn type for castIan Jackson2024-04-251-7/+69
* tor-rpcbase: invoker_ent!: remove buggy unuseable armIan Jackson2024-04-251-3/+0
* rpc: add a comment from diziet to explain why we need same_declNick Mathewson2024-04-221-0/+6
* rpc: reformat macro slightly.Nick Mathewson2024-04-221-2/+5
* Rename Invoker trait to Invocable.Nick Mathewson2024-04-221-15/+15
* Fix rustdoc links.Nick Mathewson2024-04-221-2/+2
* Adjust an allow.Nick Mathewson2024-04-221-1/+1
* rpc:Sketch out the syntax of our remaining tricky macrosNick Mathewson2024-04-221-2/+8
* RPC: Remove installable_rpc_invoke_fnNick Mathewson2024-04-221-128/+68
* RPC: Remove method and object type from macros.Nick Mathewson2024-04-221-20/+18
* rpc: Revise backend for dispatchable-object macro.Nick Mathewson2024-04-221-127/+259
* Add TODO RPC items from review.Nick Mathewson2024-04-111-0/+8
* rpc: Adjust a TODO comment.Nick Mathewson2024-04-111-1/+1
* rpc: Move deftly attributes into an `rpc` namespace.Nick Mathewson2024-04-111-4/+4
* Add generic support for RPC objects.Nick Mathewson2024-04-081-8/+200
* Refactor invoke_fn macro to make inventory optionalNick Mathewson2024-04-081-14/+19