aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* rpcbase: tests for crate-level invoke functions.Nick Mathewson2024-07-152-20/+73
* rpc: Test a previously unchecked cast function.Nick Mathewson2024-07-151-0/+3
* rpc: Test some lower level dispatch internals.Nick Mathewson2024-07-152-3/+81
* rpc: Tests for method name checking.Nick Mathewson2024-07-151-0/+38
* rpc: Add a test for failed downcast.Nick Mathewson2024-07-151-0/+9
* Update to derive-deftly 0.14Ian Jackson2024-07-081-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-3/+3
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Write a README for tor-rpcbaseNick Mathewson2024-06-241-0/+156
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-172-2/+2
* Update to derive-deftly 0.12.1Ian Jackson2024-06-172-2/+6
* rpc: Missing rpc_invoker is a Bug.Nick Mathewson2024-06-101-1/+6
* Add more explanation of InvokerEnt fields.Nick Mathewson2024-06-101-0/+8
* rpc: Add RPC method invocation based on Context, not dispatch table.Nick Mathewson2024-06-102-1/+58
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-102-26/+26
* rpc: refactor DispatchTable invoker lookup into new functionsNick Mathewson2024-06-101-15/+36
* rpc: Implement Clone and HasKind on InvokeError.Nick Mathewson2024-06-101-1/+11
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-3/+3
* Add a few "TODO RPC" notesNick Mathewson2024-05-162-0/+8
* RPC: Expose dispatch table from ContextNick Mathewson2024-05-162-0/+7