summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/msgs
Commit message (Expand)AuthorAgeFilesLines
* Rename Utf8CStr=>Utf8CStringNick Mathewson2024-07-311-2/+2
* RPC: Make message types able to be CStr or str.Nick Mathewson2024-07-311-13/+17
* rpc: Rename the error codes for something like consistency.Nick Mathewson2024-07-251-3/+3
* rpc: Remove RpcError data field and use ReportNick Mathewson2024-07-251-12/+0
* rpc: split "method not found"Nick Mathewson2024-07-251-4/+2
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-242-3/+3
* rpclib: do not include `"meta":null` when serializing.Nick Mathewson2024-07-241-0/+1
* rpc: Rename response_err and add a TODO about removing itNick Mathewson2024-07-161-1/+6
* rpc: Make "meta" an Option.Nick Mathewson2024-07-161-6/+11
* rpc client: Documentation.Nick Mathewson2024-07-162-3/+72
* Tests and documentation about NULs in the RPC stream.Nick Mathewson2024-07-161-0/+14
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-161-6/+34
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-162-20/+9
* Rename CmdError to ProtoError.Nick Mathewson2024-07-161-3/+3
* RPC: Implement connection negotiation.Nick Mathewson2024-07-161-9/+23
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-162-0/+485