summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Tweak release_owned to give an error on second removal of "connection".Nick Mathewson2024-10-231-16/+20
* rpc: Use a const for the "connection" object ID.Nick Mathewson2024-10-231-2/+9
* rpc: Simplify method-dispatch-bypass logic a bitNick Mathewson2024-10-231-5/+2
* rpc: Add support for dropping the special "connection" object ID.Nick Mathewson2024-10-231-9/+19
* rpcserver: detect and use methods that bypass method dispatch.Nick Mathewson2024-10-231-3/+8
* rpc: List missing required features in error dataNick Mathewson2024-10-171-5/+7
* Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-171-4/+7
* Use mpsc_channel_no_memquota in the RPC system (adding a TODO)Ian Jackson2024-10-151-2/+5
* arti-rpcserver: minimal handling for request.meta.requireNick Mathewson2024-10-071-2/+25
* rpc: clarify documentation and fix typosNick Mathewson2024-10-021-1/+2
* Revise RPC documentation to be more informative.Nick Mathewson2024-10-021-0/+11
* rpcserver: Split a few long lines.Nick Mathewson2024-09-161-5/+10
* rpcserver: move is_connection_close detection into run_loop.Nick Mathewson2024-09-161-6/+10
* rpcserver: Add an extra level of braces.Nick Mathewson2024-09-161-50/+52
* rpcserver: Apply documentation suggestion.Nick Mathewson2024-09-161-0/+2
* rpcserver: Use a struct to enforce explicit ContinueNick Mathewson2024-09-161-2/+10
* rpc: Simplify simplified close logic even furtherNick Mathewson2024-09-161-34/+37
* rpc: Simplify close logic even further.Nick Mathewson2024-09-161-6/+4
* rpc: Simplify handling of fatal Json read errors.Nick Mathewson2024-09-161-32/+18
* rpcserver: use more sophisticated handling for ConnectionError.Nick Mathewson2024-08-121-16/+66
* 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