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
...
*
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
*
rpc: simplify API by always providing a sink.
Nick Mathewson
2023-04-16
1
-19
/
+12
*
rpc: Wire updates into rpc invoke functions again.
Nick Mathewson
2023-04-16
1
-12
/
+43
*
rpc: Move update sink out of context.
Nick Mathewson
2023-04-16
1
-38
/
+13
*
tor-rpcbase: rename cmd to method everywhere.
Nick Mathewson
2023-04-12
1
-31
/
+31
*
tor-rpcbase: Rename and rephrase "command" to "method"
Nick Mathewson
2023-04-12
1
-29
/
+29
*
rpc: Use empty structs in test code.
Nick Mathewson
2023-04-12
1
-12
/
+12
*
Rename tor-rpccmd to tor-rpcbase.
Nick Mathewson
2023-04-12
1
-0
/
+396
[prev]