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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpcbase: remove now-unused invoke methods
Nick Mathewson
2024-07-25
2
-71
/
+34
*
rpcbase: Remove a TODO RPC about duplication
Nick Mathewson
2024-07-25
1
-1
/
+0
*
rpcbase: Replace a TODO with a set of notes and caveats
Nick Mathewson
2024-07-25
1
-7
/
+10
*
rpc: remove TODO about adding an extension trait
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpc: Remove TODO about moving @special to a different macro.
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpc: Do not hide InvokeError::Bug when converting to RpcError
Nick Mathewson
2024-07-25
1
-18
/
+35
*
rpc: split "method not found"
Nick Mathewson
2024-07-25
1
-7
/
+7
*
rpcbase: remove "Nil" TODO.
Nick Mathewson
2024-07-25
1
-3
/
+0
*
rpcbase: Use newer "tgens" deftly syntax
Nick Mathewson
2024-07-25
1
-3
/
+1
*
rpcbase: remove a TODO about expose_outside_of_session
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpcbase: tests for crate-level invoke functions.
Nick Mathewson
2024-07-15
2
-20
/
+73
*
rpc: Test a previously unchecked cast function.
Nick Mathewson
2024-07-15
1
-0
/
+3
*
rpc: Test some lower level dispatch internals.
Nick Mathewson
2024-07-15
1
-3
/
+80
*
rpc: Tests for method name checking.
Nick Mathewson
2024-07-15
1
-0
/
+38
*
rpc: Add a test for failed downcast.
Nick Mathewson
2024-07-15
1
-0
/
+9
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
2
-2
/
+2
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+5
*
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
2
-1
/
+58
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
2
-26
/
+26
*
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
2
-0
/
+8
*
RPC: Expose dispatch table from Context
Nick Mathewson
2024-05-16
2
-0
/
+7
*
RPC: Fill in documentation about invoke_special
Nick Mathewson
2024-05-16
2
-6
/
+27
*
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
2
-0
/
+8
*
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
2
-11
/
+13
*
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: Move typetag onto subtrait of DynMethod
Nick Mathewson
2024-05-16
2
-16
/
+35
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
2
-1
/
+75
*
Fix rustdoc errors from !2140.
Nick Mathewson
2024-05-09
1
-2
/
+2
*
RPC: Use one cast table entry per type.
Nick Mathewson
2024-05-09
1
-29
/
+47
*
tor-rpcbase: Add facility to downcast to Arc<dyn Trait>.
Nick Mathewson
2024-05-09
3
-9
/
+84
*
Make cast_to_trait inherent on dyn Object.
Nick Mathewson
2024-05-09
1
-4
/
+10
*
rpc::invoker_ent_list: allow trailing comma.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
rpc: Add helper type for methods that return a single id.
Nick Mathewson
2024-05-09
1
-0
/
+8
*
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
*
|
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
1
-2
/
+2
|
\
\
|
*
|
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
|
|
/
*
|
Lightly simplify the syntax for installing multiple InvokerEnts
Nick Mathewson
2024-05-06
1
-0
/
+38
*
|
Add a const instance of rpc::Nil.
Nick Mathewson
2024-05-06
1
-0
/
+2
*
|
rpc: Remove a limitation on DynMethod macro.
Nick Mathewson
2024-05-06
1
-6
/
+5
|
/
*
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
[prev]
[next]