summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: Document our intended read-blocking behavior.Nick Mathewson2023-04-121-0/+4
* rpc: Switch JsonLinesEncoder to have Default, not new.Nick Mathewson2023-04-122-6/+5
* rpc: Rename BoxedResponseBody => ResponseBodyNick Mathewson2023-04-123-18/+18
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-5/+13
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-125-7/+85
* rpc: Add an authentication step.Nick Mathewson2023-04-121-1/+70
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-122-0/+52
* rpc: Declare a trivial Echo command that works on a session.Nick Mathewson2023-04-121-1/+24
* rpc: Wire up arti-rpcserver to use tor-rpccmd.Nick Mathewson2023-04-122-24/+159
* rpc: do a better job of hiding impl_const_type_id!Nick Mathewson2023-04-121-1/+2
* RPC: Initial implementation of a multiple-argument dispatchNick Mathewson2023-04-121-0/+1
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-35/+10
* 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-122-0/+101
* rpc: Add a cancellable future type.Nick Mathewson2023-04-122-0/+134
* rpc: Implement json message types for serde.Nick Mathewson2023-04-122-0/+222