summaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Give the session-creation function an argument.Nick Mathewson2023-06-151-1/+1
* rpc: revise session initialization a lot.Nick Mathewson2023-06-151-7/+8
* RPC: rename new_session to new_connectionNick Mathewson2023-06-151-1/+1
* rpc: revise the relationship between Mgr and ConnectionNick Mathewson2023-06-141-1/+1
* RPC: tell the `arti` SOCKS code about an RpcMgr object.Nick Mathewson2023-06-051-7/+29
* rpc: Move Arc::new() to RpcMgr code.Nick Mathewson2023-06-051-2/+2
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-041-2/+2
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-0/+55