summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
...
* | rpclib: Add tests for errors that terminate an RpcConn.Nick Mathewson2024-07-241-1/+101
* | rpclib: Initial tests for RpcConnNick Mathewson2024-07-245-4/+240
* | rpclib: Test low-level reader/writer.Nick Mathewson2024-07-242-0/+126
* | rpc: Relax 'static requirement on execute_with_updates closure.Nick Mathewson2024-07-241-1/+1
* | rpclib: do not include `"meta":null` when serializing.Nick Mathewson2024-07-241-0/+1
* | rpclib: re-encode outgoing requests.Nick Mathewson2024-07-241-5/+6
|/
* RPC: Fix rustdoc links.Nick Mathewson2024-07-162-5/+5
* rpc: Rename response_err and add a TODO about removing itNick Mathewson2024-07-162-2/+7
* rpc: Add TODO about re-normalizing repliesNick Mathewson2024-07-161-0/+4
* rpc: Adjust documentation about reply typesNick Mathewson2024-07-161-8/+16
* rpc: Make "meta" an Option.Nick Mathewson2024-07-161-6/+11
* rpc: Remove negotiation code.Nick Mathewson2024-07-162-53/+5
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-164-4/+46
* rpc client: Documentation.Nick Mathewson2024-07-169-11/+179
* Tests and documentation about NULs in the RPC stream.Nick Mathewson2024-07-162-0/+20
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-163-11/+56
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-163-23/+11
* rpc client: Remove Unvalidated{Reader,Writer}.Nick Mathewson2024-07-162-98/+33
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-163-4/+2
* rpc-client: Expose a few types as pub.Nick Mathewson2024-07-161-0/+3
* Make RequestId and ObjectId public.Nick Mathewson2024-07-161-2/+2
* Add a TODO about refactoring should_alertNick Mathewson2024-07-161-0/+5
* Rename CmdError to ProtoError.Nick Mathewson2024-07-163-23/+23
* RPC: Implement connection negotiation.Nick Mathewson2024-07-165-29/+211
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-1610-0/+1489