aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src
Commit message (Expand)AuthorAgeFilesLines
* Use "extend" for tor-rpcbase ObjectArcExtIan Jackson2026-07-161-14/+11
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+1
|\
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
|/
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-095-0/+6
* Revert "rpc: Suppress a clippy false positive that appears with current beta"Nick Mathewson2026-05-041-2/+1
* rpc: Adjust invoke_rpc_method API and related lookups.Nick Mathewson2026-04-133-32/+64
* rpc: Add context support for adding and removing weak refsNick Mathewson2026-04-132-3/+10
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-065-6/+6
* Merge branch 'doc_features_no_longer_there' into 'main'Nick Mathewson2025-09-301-1/+1
|\
| * Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* | rpc: Suppress a clippy warning by making PossumCage usedIan Jackson2025-09-301-2/+11
* | rpc: Suppress a clippy false positive that appears with current betaIan Jackson2025-09-301-1/+2
|/
* Rename variables named "gen"Nick Mathewson2025-08-071-2/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-075-7/+7
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-rpcbase: Remove unnecessary parentheses from around type.Gabriela Moldovan2025-07-071-2/+2
* tor-rpcbase: Removed dependency on `once_cell`hashcatHitman2025-06-144-12/+13
* 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
|\