aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc/session.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: Give an Arc<CfgMgr> to RPC superuser sessions.Nick Mathewson7 days1-1/+3
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* arti: rpc functionality to bootstrap a defer_bootstrapped client.Nick Mathewson2026-06-081-1/+6
* Make TorClient no longer implement Clone.Nick Mathewson2026-05-131-1/+1
* Make all TorClient constructors wrap the TorClient in an Arc.Nick Mathewson2026-05-131-1/+1
* rpc: Add support for set_dormant.Nick Mathewson2026-03-161-1/+1
* rpc: Implement superuser mode.Nick Mathewson2026-03-161-3/+10
* arti: Extract responsibility for port listing.Nick Mathewson2026-02-191-21/+14
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* http_connect: Advertise listener capabilities to RPCNick Mathewson2025-10-281-4/+16
* arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-231-1/+0
* rpc: clarify documentation and fix typosNick Mathewson2024-10-021-1/+3
* Revise RPC documentation to be more informative.Nick Mathewson2024-10-021-2/+9
* rpc: add mandatory delegate-type attribute to Object templateNick Mathewson2024-09-241-1/+4
* arti/rpclib: Tweak proxy_info format.Nick Mathewson2024-09-091-1/+3
* 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-281-0/+40
* rpc: Try another incantation for watching for ProxyInfo.Nick Mathewson2024-08-281-13/+7
* rpc: Add another layer of indirection on proxyinfoNick Mathewson2024-08-281-1/+3
* rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-281-16/+63
* RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-281-5/+32
* arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-281-0/+69