summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-213-26/+25
* 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
* | Merge branch 'rpc-clean-up-after-auth' into 'main'Nick Mathewson2025-01-152-12/+10
|\ \
| * | rpclib: Add a note about where cookie auth is documented.Nick Mathewson2025-01-151-0/+1
| * | rpclib: Clean up after performing cookie authNick Mathewson2025-01-152-12/+9
* | | rpc: Rename new_stream_handle to new_oneshot_client.Nick Mathewson2025-01-151-2/+5
|/ /
* | 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
* | rpc: Tweak cookie protocol to bind both nonces.Nick Mathewson2025-01-151-2/+3
* | arti-rpc-client-core: Client side of cookie authentication.Nick Mathewson2025-01-152-8/+83
|/
* Implement banner for RPC protocol.Nick Mathewson2025-01-091-6/+28
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* 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
* rpc: Move "rpc:release" to be a method on the rpc object.Nick Mathewson2024-10-231-9/+1
* rpclib: Rename RequestCancelled to be accurate.Nick Mathewson2024-10-211-2/+2
* Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
* Replace references to prop351 with socks-extensions.mdNick Mathewson2024-10-021-1/+2
* Merge branch 'rpc_unexpected_reply' into 'main'Nick Mathewson2024-10-022-36/+11
|\
| * rpclib: Unify code internally generated requestsNick Mathewson2024-09-252-36/+11
* | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
* | arti-rpc-client-core: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
* | arti-rpc-client-core: Use new tor-socksproto APIIan Jackson2024-10-011-33/+16
* | Apply deferred rustfmt churnIan Jackson2024-10-011-3/+2
* | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+1
* | Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-10/+1
* | Revert "rpclib: read SOCKS _after_ processing."Ian Jackson2024-10-011-12/+12
* | 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
|\ \ \ | |/ / |/| / | |/