summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ | |/ |/|
| * 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
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-3/+3
* 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-124-1/+108
* 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
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-3/+3
* 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-253-88/+31
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-254-30/+36
* 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-252-7/+45
* 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