| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: Refactor errors part 1: a new RpcMethod trait. | Nick Mathewson | 2024-07-25 | 1 | -2/+1 |
| * | Un-indent a block. | Nick Mathewson | 2024-06-11 | 1 | -42/+39 |
| * | RPC: Use RPC methods instead of the "ClientConnectionTarget" trait. | Nick Mathewson | 2024-06-11 | 1 | -44/+65 |
| * | rpc: Pass around our rpc::Context in an Arc. | Nick Mathewson | 2024-06-10 | 1 | -2/+2 |
| * | RPC: Require an Error type in methods. | Nick Mathewson | 2024-05-16 | 1 | -0/+1 |
| * | RPC: Use RPC method names in a consistent format. | Nick Mathewson | 2024-05-14 | 1 | -1/+1 |
| * | RPC: Require DynClone for ClientConnectionError. | Nick Mathewson | 2024-05-14 | 1 | -1/+1 |
| * | RPC: Document RpcDataSTream state transitions. | Nick Mathewson | 2024-05-14 | 1 | -1/+19 |
| * | RPC: Rename RpcDataStream::{Waiting => Launching} | Nick Mathewson | 2024-05-14 | 1 | -5/+9 |
| * | RPC: RpcDataStream type to act as a "stream-shaped hole" | Nick Mathewson | 2024-05-14 | 1 | -0/+220 |
