summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
...
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-163-11/+56
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-163-23/+11
* rpc client: Remove Unvalidated{Reader,Writer}.Nick Mathewson2024-07-162-98/+33
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-163-4/+2
* rpc-client: Expose a few types as pub.Nick Mathewson2024-07-161-0/+3
* Make RequestId and ObjectId public.Nick Mathewson2024-07-161-2/+2
* Add a TODO about refactoring should_alertNick Mathewson2024-07-161-0/+5
* Rename CmdError to ProtoError.Nick Mathewson2024-07-163-23/+23
* RPC: Implement connection negotiation.Nick Mathewson2024-07-165-29/+211
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-1610-0/+1489