summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-3/+3
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Write a README for tor-rpcbaseNick Mathewson2024-06-241-0/+156
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-172-2/+2
* Update to derive-deftly 0.12.1Ian Jackson2024-06-172-2/+6
* 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-102-1/+58
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-102-26/+26
* 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
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-3/+3
* Add a few "TODO RPC" notesNick Mathewson2024-05-162-0/+8
* RPC: Expose dispatch table from ContextNick Mathewson2024-05-162-0/+7
* RPC: Fill in documentation about invoke_specialNick Mathewson2024-05-162-6/+27
* 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-162-0/+8
* Rpc: Allow invoker_ents to be marked as @specialNick Mathewson2024-05-161-7/+21
* Relax Serialize requirement on method outputs.Nick Mathewson2024-05-162-11/+13
* Split Invocable into RpcInvocable.Nick Mathewson2024-05-161-50/+77
* RPC: Add an "invoke special" mechanismNick Mathewson2024-05-161-1/+62
* rpc: Move typetag onto subtrait of DynMethodNick Mathewson2024-05-162-16/+35
* RPC: Enforce method name format.Nick Mathewson2024-05-142-1/+75
* Fix rustdoc errors from !2140.Nick Mathewson2024-05-091-2/+2
* RPC: Use one cast table entry per type.Nick Mathewson2024-05-091-29/+47
* tor-rpcbase: Add facility to downcast to Arc<dyn Trait>.Nick Mathewson2024-05-093-9/+84
* Make cast_to_trait inherent on dyn Object.Nick Mathewson2024-05-091-4/+10
* rpc::invoker_ent_list: allow trailing comma.Nick Mathewson2024-05-091-1/+1
* rpc: Add helper type for methods that return a single id.Nick Mathewson2024-05-092-0/+9
* Merge branch 'void' into 'main'Nick Mathewson2024-05-072-7/+11
|\
| * tor-rpcbase: Use Void to eliminate a panic, as statically unreachableIan Jackson2024-05-022-7/+11
* | Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-071-2/+2
|\ \
| * | Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* | | Lightly simplify the syntax for installing multiple InvokerEntsNick Mathewson2024-05-061-0/+38
* | | Add a const instance of rpc::Nil.Nick Mathewson2024-05-061-0/+2
* | | rpc: Remove a limitation on DynMethod macro.Nick Mathewson2024-05-061-6/+5
|/ /
* / tor-rpcbase: Require downcast_rs 1.2.1Nick Mathewson2024-05-051-1/+1
|/
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-3/+3
* 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