summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Remove downgrade_owned for nowNick Mathewson2023-05-241-12/+0
* rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-241-0/+33
* rpc: Make the top-level returned object a "session".Nick Mathewson2023-05-241-32/+2
* rpc: move existing auth code to new module.Nick Mathewson2023-05-231-72/+2
* rpc: rename GenIdx::into/try_from implementationsNick Mathewson2023-05-151-3/+3
* RPC: Make the "client" return optional.Nick Mathewson2023-05-041-2/+2
* RPC: Rename session.rs to connection.rsNick Mathewson2023-05-041-0/+494