summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename Utf8CStr=>Utf8CStringNick Mathewson2024-07-311-5/+5
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-4/+8
* RPC: Make message types able to be CStr or str.Nick Mathewson2024-07-311-9/+9
* rpc: Remove RpcError data field and use ReportNick Mathewson2024-07-251-1/+0
* rpclib: Add tests for errors that terminate an RpcConn.Nick Mathewson2024-07-241-1/+101
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-0/+233
* rpc: Relax 'static requirement on execute_with_updates closure.Nick Mathewson2024-07-241-1/+1
* rpc: Rename response_err and add a TODO about removing itNick Mathewson2024-07-161-1/+1
* rpc: Add TODO about re-normalizing repliesNick Mathewson2024-07-161-0/+4
* rpc: Adjust documentation about reply typesNick Mathewson2024-07-161-8/+16
* rpc: Remove negotiation code.Nick Mathewson2024-07-161-1/+1
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-161-0/+2
* rpc client: Documentation.Nick Mathewson2024-07-161-7/+62
* Tests and documentation about NULs in the RPC stream.Nick Mathewson2024-07-161-0/+6
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-161-2/+21
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-161-1/+1
* Rename CmdError to ProtoError.Nick Mathewson2024-07-161-8/+8
* RPC: Implement connection negotiation.Nick Mathewson2024-07-161-17/+86
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+246