index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rpcbase
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
rpc: Adjust invoke_rpc_method API and related lookups.
Nick Mathewson
2026-04-13
1
-20
/
+29
*
rpc: Add context support for adding and removing weak refs
Nick Mathewson
2026-04-13
1
-2
/
+5
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-2
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-rpcbase: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-1
/
+1
*
Merge branch 'rpc-references-cleanup' into 'main'
Nick Mathewson
2025-01-28
1
-12
/
+1
|
\
|
*
rpc: Move support for weak references behind an experimental feature
Nick Mathewson
2025-01-27
1
-12
/
+1
*
|
Merge branch 'strongrefs_are_not_deduped' into 'main'
Nick Mathewson
2025-01-28
1
-6
/
+2
|
\
\
|
*
|
rpc: Clean up comments surrounding strong references
Nick Mathewson
2025-01-27
1
-6
/
+2
|
|
/
*
|
rpcbase: Make recognized namespace list optional.
Nick Mathewson
2025-01-27
1
-7
/
+10
*
|
rpcbase: Move is_valid_rpc_identifier to crate root.
Nick Mathewson
2025-01-27
1
-3
/
+88
*
|
rpc: Rename InvalidMethodName to InvalidRpcIdentifier.
Nick Mathewson
2025-01-27
1
-1
/
+1
|
/
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
rpc: Simplify method-dispatch-bypass logic a bit
Nick Mathewson
2024-10-23
1
-14
/
+16
*
rpc: do not attempt to dispatch methods with bypassed dispatch.
Nick Mathewson
2024-10-23
1
-0
/
+12
*
Remove Rpc* variants from tor_error::ErrorKind
Nick Mathewson
2024-10-17
1
-7
/
+8
*
rpc: Make RpcErrorKind public.
Nick Mathewson
2024-10-17
1
-1
/
+1
*
Merge branch 'rename_singleton_id' into 'main'
Jim Newsome
2024-09-25
1
-1
/
+1
|
\
|
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-1
/
+1
*
|
rpc: Expose a delegation table in arti:x_list_all_rpc_methods
Nick Mathewson
2024-09-24
1
-0
/
+5
|
/
*
rpcbase: Implement RPC method delegation support.
Nick Mathewson
2024-08-14
1
-4
/
+4
*
Add a missing incantation to fix doc(cfg=...).
Nick Mathewson
2024-08-13
1
-0
/
+1
*
rpcbase: Feature to list the RPC methods and what they apply to.
Nick Mathewson
2024-08-12
1
-0
/
+4
*
rpc: Remove special conversion for SendUpdateError.
Nick Mathewson
2024-07-25
1
-0
/
+6
*
rpc: Remove RpcError data field and use Report
Nick Mathewson
2024-07-25
1
-3
/
+11
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-2
/
+2
*
rpcbase: remove now-unused invoke methods
Nick Mathewson
2024-07-25
1
-1
/
+1
*
rpc: remove TODO about adding an extension trait
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpcbase: remove "Nil" TODO.
Nick Mathewson
2024-07-25
1
-3
/
+0
*
rpcbase: tests for crate-level invoke functions.
Nick Mathewson
2024-07-15
1
-0
/
+40
*
rpc: Add RPC method invocation based on Context, not dispatch table.
Nick Mathewson
2024-06-10
1
-0
/
+53
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-1
/
+1
*
RPC: Expose dispatch table from Context
Nick Mathewson
2024-05-16
1
-0
/
+3
*
rpc: Move typetag onto subtrait of DynMethod
Nick Mathewson
2024-05-16
1
-2
/
+2
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
1
-1
/
+4
*
tor-rpcbase: Add facility to downcast to Arc<dyn Trait>.
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 '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
*
|
Add a const instance of rpc::Nil.
Nick Mathewson
2024-05-06
1
-0
/
+2
|
/
*
rpc: Revise backend for dispatchable-object macro.
Nick Mathewson
2024-04-22
1
-4
/
+2
[next]