summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/msgs.rs
Commit message (Expand)AuthorAgeFilesLines
* 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