summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rpc-references-cleanup' into 'main'Nick Mathewson2025-01-282-16/+1
|\
| * rpc: Move support for weak references behind an experimental featureNick Mathewson2025-01-272-16/+1
* | Merge branch 'strongrefs_are_not_deduped' into 'main'Nick Mathewson2025-01-281-6/+2
|\ \
| * | rpc: Clean up comments surrounding strong referencesNick Mathewson2025-01-271-6/+2
| |/
* | rpcbase: Enforce validity on error datum keywords.Nick Mathewson2025-01-271-3/+10
* | rpcbase: Make recognized namespace list optional.Nick Mathewson2025-01-272-8/+11
* | rpcbase: Move is_valid_rpc_identifier to crate root.Nick Mathewson2025-01-272-91/+89
* | rpc: Rename InvalidMethodName to InvalidRpcIdentifier.Nick Mathewson2025-01-272-14/+16
* | Remove RPC TODO about bypass_method_dispatch method.Nick Mathewson2025-01-271-6/+1
|/
* rpc: Make cancel requests uncancellable.Nick Mathewson2025-01-221-1/+18
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* rpc: Simplify method-dispatch-bypass logic a bitNick Mathewson2024-10-233-25/+39
* rpc: do not attempt to dispatch methods with bypassed dispatch.Nick Mathewson2024-10-231-0/+12
* rpc: Add a mechanism for method that bypass regular dispatchNick Mathewson2024-10-231-2/+34
* rpc: Include "data" field in error.Nick Mathewson2024-10-171-3/+43
* Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-173-31/+29
* Tweak some RpcErrorKind member names.Nick Mathewson2024-10-171-4/+4
* rpc: Create a constructor for RpcError.Nick Mathewson2024-10-171-0/+14
* rpc: Allow the "RpcError.kinds" to be an RpcErrorKind.Nick Mathewson2024-10-171-10/+33
* rpc: Make RpcErrorKind public.Nick Mathewson2024-10-172-2/+3
* rpc: Rename RpcCode to RpcErrorKind.Nick Mathewson2024-10-171-6/+13
* rpc: Use an alias for RpcCode.Nick Mathewson2024-10-171-9/+10
* rpc: Remove prefix from RpcCode members.Nick Mathewson2024-10-171-20/+19
* tor-{error,rpcbase}: Add new RPC error codes from spec.Nick Mathewson2024-10-071-0/+6
* Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-1/+1
|\
| * rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-1/+1
* | rpc: Expose a delegation table in arti:x_list_all_rpc_methodsNick Mathewson2024-09-244-1/+69
* | rpc: add mandatory delegate-type attribute to Object templateNick Mathewson2024-09-242-3/+12
|/
* Fix typosDimitris Apostolou2024-09-031-2/+2
* rpcbase: Implement RPC method delegation support.Nick Mathewson2024-08-143-32/+138
* Add a missing incantation to fix doc(cfg=...).Nick Mathewson2024-08-131-0/+1
* rpcbase: Feature to list the RPC methods and what they apply to.Nick Mathewson2024-08-123-0/+106
* rpcbase: Facility for looking up RPC method informationNick Mathewson2024-08-122-5/+43
* rpcbase: Expose Invocable type names directly.Nick Mathewson2024-08-121-6/+11
* rpc: Remove special conversion for SendUpdateError.Nick Mathewson2024-07-252-10/+6
* rpc: Rename the error codes for something like consistency.Nick Mathewson2024-07-251-16/+17
* rpc: Remove RpcError data field and use ReportNick Mathewson2024-07-252-87/+31
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-253-28/+35
* rpcbase: remove now-unused invoke methodsNick Mathewson2024-07-252-71/+34
* rpcbase: Remove a TODO RPC about duplicationNick Mathewson2024-07-251-1/+0
* rpcbase: Replace a TODO with a set of notes and caveatsNick Mathewson2024-07-251-7/+10
* rpc: remove TODO about adding an extension traitNick Mathewson2024-07-251-4/+0
* rpc: Remove TODO about moving @special to a different macro.Nick Mathewson2024-07-251-4/+0
* rpc: Do not hide InvokeError::Bug when converting to RpcErrorNick Mathewson2024-07-251-18/+35
* rpc: split "method not found"Nick Mathewson2024-07-251-7/+7
* rpcbase: remove "Nil" TODO.Nick Mathewson2024-07-251-3/+0
* rpcbase: Use newer "tgens" deftly syntaxNick Mathewson2024-07-251-3/+1
* rpcbase: remove a TODO about expose_outside_of_sessionNick Mathewson2024-07-251-4/+0
* rpcbase: tests for crate-level invoke functions.Nick Mathewson2024-07-152-20/+73