summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* Un-indent a block.Nick Mathewson2024-06-111-42/+39
* RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-111-44/+65
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-2/+2
* RPC: Require an Error type in methods.Nick Mathewson2024-05-161-0/+1
* RPC: Use RPC method names in a consistent format.Nick Mathewson2024-05-141-1/+1
* RPC: Require DynClone for ClientConnectionError.Nick Mathewson2024-05-141-1/+1
* RPC: Document RpcDataSTream state transitions.Nick Mathewson2024-05-141-1/+19
* RPC: Rename RpcDataStream::{Waiting => Launching}Nick Mathewson2024-05-141-5/+9
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+220