summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-3/+3
* 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
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-rpcbase: Removed dependency on `once_cell`hashcatHitman2025-06-145-13/+13
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-3/+3
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-3/+3
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-3/+3
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-3/+3
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-3/+3
* Upgrade to downcast-rs 2Ian Jackson2025-02-051-1/+1
* 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
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-3/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-3/+3
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-3/+3
* 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-172-11/+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
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-1/+1
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-1/+1
|\ \ | |/ |/|