index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rpcbase
/
src
/
dispatch.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
tor-rpcbase: Remove unnecessary parentheses from around type.
Gabriela Moldovan
2025-07-07
1
-2
/
+2
*
rpc: Move support for weak references behind an experimental feature
Nick Mathewson
2025-01-27
1
-4
/
+0
*
rpc: Simplify method-dispatch-bypass logic a bit
Nick Mathewson
2024-10-23
1
-1
/
+13
*
Remove Rpc* variants from tor_error::ErrorKind
Nick Mathewson
2024-10-17
1
-13
/
+17
*
rpc: Expose a delegation table in arti:x_list_all_rpc_methods
Nick Mathewson
2024-09-24
1
-0
/
+8
*
rpc: add mandatory delegate-type attribute to Object template
Nick Mathewson
2024-09-24
1
-1
/
+4
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-2
/
+2
*
rpcbase: Implement RPC method delegation support.
Nick Mathewson
2024-08-14
1
-27
/
+85
*
rpcbase: Feature to list the RPC methods and what they apply to.
Nick Mathewson
2024-08-12
1
-0
/
+3
*
rpcbase: Facility for looking up RPC method information
Nick Mathewson
2024-08-12
1
-3
/
+12
*
rpcbase: Expose Invocable type names directly.
Nick Mathewson
2024-08-12
1
-6
/
+11
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-15
/
+8
*
rpcbase: remove now-unused invoke methods
Nick Mathewson
2024-07-25
1
-70
/
+33
*
rpcbase: Remove a TODO RPC about duplication
Nick Mathewson
2024-07-25
1
-1
/
+0
*
rpc: Remove TODO about moving @special to a different macro.
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpcbase: tests for crate-level invoke functions.
Nick Mathewson
2024-07-15
1
-20
/
+33
*
rpc: Test some lower level dispatch internals.
Nick Mathewson
2024-07-15
1
-3
/
+80
*
rpc: Missing rpc_invoker is a Bug.
Nick Mathewson
2024-06-10
1
-1
/
+6
*
Add more explanation of InvokerEnt fields.
Nick Mathewson
2024-06-10
1
-0
/
+8
*
rpc: Add RPC method invocation based on Context, not dispatch table.
Nick Mathewson
2024-06-10
1
-1
/
+5
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-25
/
+25
*
rpc: refactor DispatchTable invoker lookup into new functions
Nick Mathewson
2024-06-10
1
-15
/
+36
*
rpc: Implement Clone and HasKind on InvokeError.
Nick Mathewson
2024-06-10
1
-1
/
+11
*
Add a few "TODO RPC" notes
Nick Mathewson
2024-05-16
1
-0
/
+5
*
RPC: Expose dispatch table from Context
Nick Mathewson
2024-05-16
1
-0
/
+4
*
RPC: Fill in documentation about invoke_special
Nick Mathewson
2024-05-16
1
-4
/
+22
*
Tests for invoke_special
Nick Mathewson
2024-05-16
1
-0
/
+42
*
RPC: Fix types for DispatchTable::invoke_special
Nick Mathewson
2024-05-16
1
-11
/
+14
*
RPC: Require an Error type in methods.
Nick Mathewson
2024-05-16
1
-0
/
+3
*
Rpc: Allow invoker_ents to be marked as @special
Nick Mathewson
2024-05-16
1
-7
/
+21
*
Relax Serialize requirement on method outputs.
Nick Mathewson
2024-05-16
1
-8
/
+8
*
Split Invocable into RpcInvocable.
Nick Mathewson
2024-05-16
1
-50
/
+77
*
RPC: Add an "invoke special" mechanism
Nick Mathewson
2024-05-16
1
-1
/
+62
*
rpc::invoker_ent_list: allow trailing comma.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
Merge branch 'void' into 'main'
Nick Mathewson
2024-05-07
1
-7
/
+10
|
\
|
*
tor-rpcbase: Use Void to eliminate a panic, as statically unreachable
Ian Jackson
2024-05-02
1
-7
/
+10
*
|
Lightly simplify the syntax for installing multiple InvokerEnts
Nick Mathewson
2024-05-06
1
-0
/
+38
|
/
*
tor-rpcbase: Add a missing `#[doc(hidden)]`
Ian Jackson
2024-04-29
1
-0
/
+1
*
tor-rpcbase: invoker_ent!: simplify argument parsing
Ian Jackson
2024-04-25
1
-12
/
+15
*
tor-rpcbase: invoker_ent!: abolish flags argument
Ian Jackson
2024-04-25
1
-19
/
+9
*
tor-rpcbase: invoker_ent: Infer the correct fn type for cast
Ian Jackson
2024-04-25
1
-7
/
+69
*
tor-rpcbase: invoker_ent!: remove buggy unuseable arm
Ian Jackson
2024-04-25
1
-3
/
+0
*
rpc: add a comment from diziet to explain why we need same_decl
Nick Mathewson
2024-04-22
1
-0
/
+6
*
rpc: reformat macro slightly.
Nick Mathewson
2024-04-22
1
-2
/
+5
*
Rename Invoker trait to Invocable.
Nick Mathewson
2024-04-22
1
-15
/
+15
*
Fix rustdoc links.
Nick Mathewson
2024-04-22
1
-2
/
+2
*
Adjust an allow.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
rpc:Sketch out the syntax of our remaining tricky macros
Nick Mathewson
2024-04-22
1
-2
/
+8
*
RPC: Remove installable_rpc_invoke_fn
Nick Mathewson
2024-04-22
1
-128
/
+68
[next]