aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/msgs/response.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* rpc: Clean up pub items in nb_stream.Nick Mathewson2026-02-041-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* rpc-client: Increase test coverage for the msgs modulevcrn2025-03-181-1/+1
* rpclib: Obey error Display convention wrt sources.Nick Mathewson2025-02-041-2/+2
* Implement banner for RPC protocol.Nick Mathewson2025-01-091-0/+5
* rpclib: Ensure that re-encoded responses end with NLNick Mathewson2024-08-071-1/+4
* rpclib: Use JsonValue to re-encode responsesNick Mathewson2024-08-071-38/+54
* Merge branch 'rpc-reencoding' into 'main'Nick Mathewson2024-08-051-60/+87
|\
| * rpclib: re-encode responses from arti, and preserve fields.Nick Mathewson2024-08-041-60/+87
* | rpc-client-core: Add thiserror #[source] annotationsNick Mathewson2024-08-031-1/+1
|/
* 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-241-2/+2
* rpc: Rename response_err and add a TODO about removing itNick Mathewson2024-07-161-1/+6
* rpc client: Documentation.Nick Mathewson2024-07-161-2/+42
* 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-161-7/+8
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+283