summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn
Commit message (Expand)AuthorAgeFilesLines
* rpclib: read SOCKS _after_ processing.Nick Mathewson2024-09-251-12/+12
* Merge branch 'socks_read_zero' into 'main'Nick Mathewson2024-09-251-1/+10
|\
| * socks users: detect closed sockets.Nick Mathewson2024-09-241-1/+10
* | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-2/+2
|\ \ | |/ |/|
| * rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-2/+2
* | rpclib: Use prop351 protocol to open streams.Nick Mathewson2024-09-181-9/+9
|/
* rpclib: Remove TODO about connect=>stream renaming.Nick Mathewson2024-09-101-4/+0
* rpclib: Rename "connect" to "open_stream" as appropriate.Nick Mathewson2024-09-101-4/+4
* rpclib: Rename connect.rs to stream.rsNick Mathewson2024-09-101-0/+0
* Add TODO for renaming connect.rs to streams.rsNick Mathewson2024-09-091-0/+4
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-2/+2
* rpclib: testing for future-proof proxyinfo formatNick Mathewson2024-09-091-9/+65
* arti/rpclib: Tweak proxy_info format.Nick Mathewson2024-09-091-6/+7
* arti/rpclib: Lowercase our socks5 listener variant.Nick Mathewson2024-09-091-0/+1
* rpclib: New error type for unauthenticated connectionsNick Mathewson2024-09-091-2/+8
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-0/+1
* rpclib: Support opening a data stream.Nick Mathewson2024-09-092-4/+329
* rpclib, ffi: Allow simultaneous calls to `arti_rpc_handle_wait()`Nick Mathewson2024-08-271-1/+1
* rpclib: Refactor request canonicalizationNick Mathewson2024-08-071-7/+3
* rpc: Make ObjectId hold a Utf8CString internally.Nick Mathewson2024-08-061-1/+1
* rpclib: Split ParsedRequest and Request types.Nick Mathewson2024-08-041-7/+5
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-1/+1
* RPC: Fix rustdoc links.Nick Mathewson2024-07-161-1/+1
* rpc: Remove negotiation code.Nick Mathewson2024-07-161-52/+4
* rpc client: Documentation.Nick Mathewson2024-07-162-1/+25
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-161-1/+1
* Add a TODO about refactoring should_alertNick Mathewson2024-07-161-0/+5
* Rename CmdError to ProtoError.Nick Mathewson2024-07-161-12/+12
* RPC: Implement connection negotiation.Nick Mathewson2024-07-162-1/+100
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+463