summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src
Commit message (Expand)AuthorAgeFilesLines
* rpc-client-core: Add missing CookieBeginReply docsGabriela Moldovan2025-12-011-0/+1
* rpclib: Rename `OutPtr` to `OutBoxedPtr`Neel Chauhan2025-11-063-39/+39
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-068-8/+8
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-072-21/+21
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0710-27/+27
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-032-2/+2
* RPC: Explain in more detail about Windows "named pipe"sIan Jackson2025-03-241-2/+5
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-1/+1
* RPC: Abolish an unused and misnamed error variantIan Jackson2025-03-241-1/+0
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* rpc-client: Increase test coverage for the msgs modulevcrn2025-03-182-1/+35
* rpclib: Improve output for ConnectFailureNick Mathewson2025-02-042-2/+58
* rpclib: Include sources when formatting FFI errors.Nick Mathewson2025-02-041-2/+14
* rpclib: Obey error Display convention wrt sources.Nick Mathewson2025-02-044-26/+25
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-034-33/+39
* rpclib: In tests, use an ersatz socketpair on windows.Nick Mathewson2025-02-031-2/+32
* rpclib: make conn::complex use fewer iterations.Nick Mathewson2025-02-031-1/+1
* Merge branch 'rpc_document_internal_optimism' into 'main'Nick Mathewson2025-01-301-6/+0
|\
| * rpc: Correct API documentation about optimismNick Mathewson2025-01-301-6/+0
* | fix: fix typosDimitris Apostolou2025-01-303-4/+4
|/
* 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-293-3/+23
* rpclib: Implement Display for ConnPtDescriptionNick Mathewson2025-01-291-4/+51
* rpclib: New combined error type for RPC connect failures.Nick Mathewson2025-01-293-9/+52
* 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: More explanations about internal method usage.Nick Mathewson2025-01-231-3/+5
* arti-rpc-client-core: Rename Authentication{Rejected=>Failed}Nick Mathewson2025-01-233-9/+9
* rpclib: Avoid overuse of execute_internal_ok.Nick Mathewson2025-01-234-24/+60
* arti-rpc-client-core: Use EmptyReply instead of EmptyResponse.Gabriela Moldovan2025-01-231-2/+2
* Merge branch 'rpc-cancel-2' into 'main'Nick Mathewson2025-01-232-7/+55
|\
| * arti-rpc-client-core: Document that dropping a request does not cancel it.Nick Mathewson2025-01-222-4/+6
| * arti-rpc-client-core: Implement and expose cancellation.Nick Mathewson2025-01-222-3/+49
* | rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-214-29/+28
|/
* 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-153-12/+18
|\ \
| * | 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-153-12/+17
* | | 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-154-9/+105
|/
* Implement banner for RPC protocol.Nick Mathewson2025-01-094-6/+41
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\