aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/msgs/request.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-0/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* rpc-client: Increase test coverage for the msgs modulevcrn2025-03-181-0/+34
* rpclib: Rename ParsedRequest to ParsedRequestFieldsNick Mathewson2024-08-071-11/+10
* rpclib: Use JsonValue to re-encode requests.Nick Mathewson2024-08-071-96/+54
* rpclib: Unify error type for ValidatedRequest failure.Nick Mathewson2024-08-071-7/+28
* rpclib: Refactor request canonicalizationNick Mathewson2024-08-071-9/+30
* rpclib: Apply serde(default) to RpcMeta::updates.Nick Mathewson2024-08-051-0/+1
* rpclib: preserve unrecognized request fieldsNick Mathewson2024-08-041-4/+38
* rpclib: Split ParsedRequest and Request types.Nick Mathewson2024-08-041-18/+51
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-1/+1
* rpclib: do not include `"meta":null` when serializing.Nick Mathewson2024-07-241-0/+1
* rpc: Make "meta" an Option.Nick Mathewson2024-07-161-6/+11
* rpc client: Documentation.Nick Mathewson2024-07-161-1/+30
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-161-13/+1
* 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-161-0/+202