summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement rpc::Context on Connection directlyNick Mathewson2024-06-101-25/+7
* rpc: allow Connection::lookup_object to take &selfNick Mathewson2024-06-101-7/+16
* rpc: Make the connection type always-Arc.Nick Mathewson2024-06-101-3/+3
* Use refactored invoke_rpc_method in rpcserver.Nick Mathewson2024-06-101-6/+1
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-1/+3
* RPC: Expose dispatch table from ContextNick Mathewson2024-05-161-0/+4
* rpc: Move typetag onto subtrait of DynMethodNick Mathewson2024-05-161-6/+7
* rpcserver: rename streams.rs to codecs.rs.Nick Mathewson2024-05-091-1/+1
* Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-081-1/+1
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-041-1/+4
* rpc: Expand and clarify and cross-reference lock hierarchyIan Jackson2023-06-161-0/+2
* rpc: Document relationship between `Connection` and `RpcSession`Ian Jackson2023-06-161-0/+6
* 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/+21
* rpc: connection_id _is_ used: remove a comment to the contraryNick Mathewson2023-06-141-3/+0
* rpc: revise the relationship between Mgr and ConnectionNick Mathewson2023-06-141-6/+18
* rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-071-1/+0
* RPC: Give out and accept GlobalIds for appropriate objects.Nick Mathewson2023-06-051-9/+71
* RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-051-6/+29
* rpc: Slightly refactor GenIdx encoding.Nick Mathewson2023-06-051-1/+1
* rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-051-0/+16
* 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