summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rpc_document_internal_optimism' into 'main'Nick Mathewson2025-01-301-2/+17
|\
| * rpc: Document what is actually going on with stream optimism.Nick Mathewson2025-01-301-2/+17
* | proto: Rename (experimental) DataStream functions for ctrl accessNick Mathewson2025-01-301-1/+5
* | proto: Rename DataStreamCtrl to ClientDataStreamCtrlNick Mathewson2025-01-301-5/+5
* | fix: fix typosDimitris Apostolou2025-01-301-1/+1
|/
* rpc: Clean up documenation surrounding OneshotClientNick Mathewson2025-01-151-11/+13
* rpc: Rename new_stream_handle to new_oneshot_client.Nick Mathewson2025-01-151-51/+43
* rpcserver: Wrap InvokeError as internal errorNick Mathewson2024-10-171-3/+4
* Revise RPC documentation to be more informative.Nick Mathewson2024-10-021-4/+15
* rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-3/+3
* rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-1/+8
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-251-2/+1
* 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