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
*
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
*
RPC: Remove method and object type from macros.
Nick Mathewson
2024-04-22
1
-20
/
+18
*
rpc: Revise backend for dispatchable-object macro.
Nick Mathewson
2024-04-22
1
-127
/
+259
*
Add TODO RPC items from review.
Nick Mathewson
2024-04-11
1
-0
/
+8
*
rpc: Adjust a TODO comment.
Nick Mathewson
2024-04-11
1
-1
/
+1
*
rpc: Move deftly attributes into an `rpc` namespace.
Nick Mathewson
2024-04-11
1
-4
/
+4
*
Add generic support for RPC objects.
Nick Mathewson
2024-04-08
1
-8
/
+200
*
Refactor invoke_fn macro to make inventory optional
Nick Mathewson
2024-04-08
1
-14
/
+19
*
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
1
-11
/
+11
*
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
1
-11
/
+11
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
1
-16
/
+27
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
rpc: Cross-reference up from tor-rpcbase re where DispatchTable lives
Ian Jackson
2023-06-16
1
-0
/
+2
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
1
-4
/
+2
*
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
1
-4
/
+0
*
rpc: Remove downgrade_owned for now
Nick Mathewson
2023-05-24
1
-7
/
+0
*
rpc: Implement functionality to remove objects from a session
Nick Mathewson
2023-05-24
1
-0
/
+11
*
RPC: Add "register" methods to RequestContext.
Nick Mathewson
2023-05-04
1
-0
/
+7
*
rpc: New syntax for method declaration
Nick Mathewson
2023-04-19
1
-9
/
+46
*
rpcbase: Use with_fn.
Nick Mathewson
2023-04-19
1
-7
/
+10
*
rpc: Minor tweaks to get a sink to compile.
Nick Mathewson
2023-04-19
1
-4
/
+5
*
rpc: Use Method types to determine type of method outputs, updates.
Nick Mathewson
2023-04-19
1
-64
/
+103
*
rpc: Split Method into DynMethod and Method
Nick Mathewson
2023-04-19
1
-13
/
+20
[next]