aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn/connimpl.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: tweak documentation and variable names wrt renamingNick Mathewson2026-03-251-31/+36
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-251-4/+4
* rpc: Rename NonblockingStream → NonblockingConnection.Nick Mathewson2026-03-251-2/+2
* rpc: Rename PollingStream → BlockingConnection.Nick Mathewson2026-03-251-12/+12
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* rpc: add ffi wrappers for nonblocking and event-loop functions.Nick Mathewson2026-03-231-3/+0
* Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* rpc: Transpose Results in RpcPoll::poll.Nick Mathewson2026-03-051-7/+5
* rpc: document when try_as_{fd,socket} can fail.Nick Mathewson2026-03-051-1/+11
* rpc: Usage documentation for polling APIIan Jackson2026-03-051-11/+24
* rpc: Propose to transpose a Result<Result<>>Ian Jackson2026-03-051-0/+2
* rpc: Add a question in the form of a TODOIan Jackson2026-03-051-0/+2
* rpc: Fix many long lines in docs and commentsIan Jackson2026-03-051-8/+16
* rpc: Remove WantIo and expose wants_to_write().Nick Mathewson2026-03-051-0/+7
* rpc: Change Waker implementation to EventLoop.Nick Mathewson2026-03-051-7/+13
* rpc: API for event-driven IO.Nick Mathewson2026-03-051-1/+104
* RPC: Raname Tag,RequestTag to UserTag.Nick Mathewson2026-03-051-30/+26
* rpc: documentation fixes and clarificationsNick Mathewson2026-02-261-3/+8
* rpc: Add a paragraph to the connimpl overviewNick Mathewson2026-02-261-0/+3
* rpc: Add overview documentation to connimpl.Nick Mathewson2026-02-261-0/+64
* rpc: Nonblocking request submit API (Rust only)Nick Mathewson2026-02-261-3/+25
* rpc: Backend support for pollable requests.Nick Mathewson2026-02-261-5/+75
* rpc: Add "Tag"s to response queues.Nick Mathewson2026-02-261-25/+49
* rpc: Refactor connimpl in preparation for pollable requests.Nick Mathewson2026-02-261-59/+181
* RPC: Fix documentation about "readers".Nick Mathewson2026-02-041-10/+12
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-041-39/+31
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* rpclib: Rename RequestCancelled to be accurate.Nick Mathewson2024-10-211-2/+2
* 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: Fix rustdoc links.Nick Mathewson2024-07-161-1/+1
* rpc client: Documentation.Nick Mathewson2024-07-161-0/+5
* 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-161-1/+6
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+463