summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Make the top-level returned object a "session".Nick Mathewson2023-05-241-0/+1
* RPC: Rename session.rs to connection.rsNick Mathewson2023-05-041-2/+2
* RPC: rename Session to Connection.Nick Mathewson2023-05-041-1/+1
* Add a generational arena for object mapping for RPC.Nick Mathewson2023-05-041-0/+1
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-3/+1
* rpc: Make an RpcMgr type to own the DispatchTable.Nick Mathewson2023-05-041-0/+3
* rpc: Improve error reporting for invalid requestsNick Mathewson2023-04-121-0/+1
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-121-3/+35
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-0/+3
* rpc: Add a Session object and an interaction loop.Nick Mathewson2023-04-121-0/+1
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-121-0/+1
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+1
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-0/+8