summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
Commit message (Expand)AuthorAgeFilesLines
...
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-122-35/+11
* rpc: Add a Session object and an interaction loop.Nick Mathewson2023-04-122-0/+184
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-123-0/+102
* rpc: Add a cancellable future type.Nick Mathewson2023-04-123-0/+136
* rpc: Implement json message types for serde.Nick Mathewson2023-04-124-0/+253