summaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-09-031-1/+1
* rpc: Use MockRuntime for set_proxy_info test.Nick Mathewson2024-08-281-2/+2
* rpc: Add a test for setting proxy info.Nick Mathewson2024-08-282-0/+43
* rpc: Rename E::SenderDroppedNick Mathewson2024-08-281-5/+6
* rpc: Try another incantation for watching for ProxyInfo.Nick Mathewson2024-08-281-13/+7
* rpc: Add another layer of indirection on proxyinfoNick Mathewson2024-08-282-3/+12
* rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-282-25/+70
* RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-282-5/+103
* arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-281-0/+69
* RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-111-0/+105