summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/msgs.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-1/+3
* rpclib: Use JsonValue to re-encode requests.Nick Mathewson2024-08-071-0/+12
* rpclib: Use JsonValue to re-encode responsesNick Mathewson2024-08-071-0/+73
* FFI: Expose the object ID for the session.Nick Mathewson2024-08-061-0/+6
* rpc: Make ObjectId hold a Utf8CString internally.Nick Mathewson2024-08-061-13/+36
* rpclib: Use i64 rather than u64 for request IDs.Nick Mathewson2024-07-221-3/+2
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-161-1/+3
* rpc client: Documentation.Nick Mathewson2024-07-161-0/+10
* Make RequestId and ObjectId public.Nick Mathewson2024-07-161-2/+2
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+39