summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* rpc: Correct API documentation about optimismNick Mathewson2025-01-301-4/+0
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* RPC: Rename "arti:isolated_client" to "arti:new_isolated_client".Nick Mathewson2024-10-091-1/+1
* Revise RPC documentation to be more informative.Nick Mathewson2024-10-021-5/+16
* rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-3/+3
* Add a TODO RPC call about revising/moving documentationNick Mathewson2024-09-091-0/+6
* rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-2/+24
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-251-12/+6
* Several typo fixes from GabiNick Mathewson2024-06-111-3/+3
* RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-111-69/+109
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-3/+3
* RPC: Require an Error type in methods.Nick Mathewson2024-05-161-0/+3
* RPC: Use RPC method names in a consistent format.Nick Mathewson2024-05-141-3/+3
* RPC: Add notes about ClientConnectionTargetNick Mathewson2024-05-141-0/+7
* RPC: Require DynClone for ClientConnectionError.Nick Mathewson2024-05-141-3/+5
* RPC: Seal ClientConnectionError.Nick Mathewson2024-05-141-2/+19
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+5
* RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-121-3/+79
* rpc: Add an isolated-client method on TorClient.Nick Mathewson2024-05-091-2/+26
* Add requisite RPC method name prefixesNick Mathewson2024-05-061-2/+2
* TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-061-4/+4
* Add a note about declaring get and watch functions.Nick Mathewson2024-05-061-0/+6
* Add a note about why the RPC functions aren't declared as methods.Nick Mathewson2024-05-061-0/+5
* RPC: Send "null" for blockage rather than omitting it.Nick Mathewson2024-05-061-2/+1
* Lightly simplify the syntax for installing multiple InvokerEntsNick Mathewson2024-05-061-2/+4
* RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-061-0/+103