aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn
Commit message (Expand)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* rpc: tweak documentation and variable names wrt renamingNick Mathewson2026-03-251-31/+36
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-252-7/+7
* rpc: Rename NonblockingStream → NonblockingConnection.Nick Mathewson2026-03-251-2/+2
* rpc: Rename PollingStream → BlockingConnection.Nick Mathewson2026-03-252-14/+14
* Fix typosTobias Stoeckmann2026-03-242-2/+2
* rpc: add ffi wrappers for nonblocking and event-loop functions.Nick Mathewson2026-03-231-3/+0
* Merge branch 'typos' into 'main'opara2026-03-161-2/+2
|\
| * Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* | rpc-client: add support to prefer/require su permissionNick Mathewson2026-03-161-2/+56
|/
* Merge branch 'nonblocking-rpc-part3' into 'main'Nick Mathewson2026-03-052-65/+551
|\
| * 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-052-13/+31
| * 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-052-9/+18
| * rpc: Remove WantIo and expose wants_to_write().Nick Mathewson2026-03-051-0/+7
| * rpc: Change Waker implementation to EventLoop.Nick Mathewson2026-03-052-16/+19
| * rpc: API for event-driven IO.Nick Mathewson2026-03-052-2/+133
| * 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
* | Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.Alexander Hansen Færøy2026-02-281-0/+1
|/
* RPC: Fix documentation about "readers".Nick Mathewson2026-02-041-10/+12
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-042-64/+51
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-041-6/+19
* rpc-client-core: Add missing CookieBeginReply docsGabriela Moldovan2025-12-011-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-8/+8
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* rpclib: Obey error Display convention wrt sources.Nick Mathewson2025-02-041-3/+3
* fix: fix typosDimitris Apostolou2025-01-301-2/+2
* rpclib: Rename ConnPtSource to ConnPtOrigin.Nick Mathewson2025-01-291-11/+11
* rpclib: Rename WithinDir.{expanded => file}.Nick Mathewson2025-01-291-3/+6
* rpclib: Move from_env_string_elt onto SearchLocation.Nick Mathewson2025-01-291-4/+6
* rpclib: Implement accessors for ConnectFailureNick Mathewson2025-01-291-1/+1
* rpclib: Implement Display for ConnPtDescriptionNick Mathewson2025-01-291-4/+51
* rpclib: New combined error type for RPC connect failures.Nick Mathewson2025-01-291-9/+25
* rpclib: Pipe connect-point locations through our loading process.Nick Mathewson2025-01-291-22/+77
* rpclib: Keep track of where each SearchEntry comes from.Nick Mathewson2025-01-291-24/+91
* arti-rpc-client-core: Rename Authentication{Rejected=>Failed}Nick Mathewson2025-01-231-3/+3
* rpclib: Avoid overuse of execute_internal_ok.Nick Mathewson2025-01-232-18/+36