aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-251-3/+3
* rpc: Rename PollingStream → BlockingConnection.Nick Mathewson2026-03-251-2/+2
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* rpc-client: add support to prefer/require su permissionNick Mathewson2026-03-161-2/+56
* Merge branch 'nonblocking-rpc-part3' into 'main'Nick Mathewson2026-03-051-1/+32
|\
| * rpc: Usage documentation for polling APIIan Jackson2026-03-051-2/+7
| * rpc: Fix many long lines in docs and commentsIan Jackson2026-03-051-1/+2
| * rpc: Change Waker implementation to EventLoop.Nick Mathewson2026-03-051-9/+6
| * rpc: API for event-driven IO.Nick Mathewson2026-03-051-1/+29
* | Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.Alexander Hansen Færøy2026-02-281-0/+1
|/
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-041-25/+20
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-041-6/+19
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-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
* rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-211-2/+3
* Merge branch 'rpc-connect-clarify' into 'main'Nick Mathewson2025-01-161-11/+41
|\
| * rpc: Ignore non-absolute paths if they are default.Nick Mathewson2025-01-151-11/+41
* | rpc: Refactor Cookie and UnloadedCookie into a single type.Nick Mathewson2025-01-151-8/+1
* | rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-1/+1
* | arti-rpc-client-core: Client side of cookie authentication.Nick Mathewson2025-01-151-7/+15
|/
* Implement banner for RPC protocol.Nick Mathewson2025-01-091-6/+28
* rpc-client: Reject relative paths.Nick Mathewson2024-12-091-0/+3
* rpc-client: split paths better on windows.Nick Mathewson2024-12-091-1/+12
* rpc-client: Add TODOs about links to connect point docsNick Mathewson2024-12-091-0/+6
* rpc-client: Rename PathEntry to SearchEntry.Nick Mathewson2024-12-091-18/+18
* rpc-client: Clarity and consistency in envvar docsNick Mathewson2024-12-091-10/+20
* artilib: Revise C and Python APIs for builders.Nick Mathewson2024-12-091-1/+1
* rpc-client: Initial implementation for RPC connect points.Nick Mathewson2024-12-091-54/+238
* rpc-client: move Builder to its own module.Nick Mathewson2024-12-091-0/+87