summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.Alexander Hansen Færøy2026-02-281-0/+1
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-0/+4
|\
| * arti-rpc-client-core: Document why we don't need ErrorSources.Nick Mathewson2026-02-161-0/+4
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* rpc nb: Fix documentation link.Nick Mathewson2026-02-121-1/+1
* rpc nb: Capitalize a letterNick Mathewson2026-02-121-1/+1
* rpc: Use vec::drain.Nick Mathewson2026-02-121-3/+4
* rpc: Flush after write.Nick Mathewson2026-02-121-1/+4
* rpc: Handle eintr in NonblockingStream.Nick Mathewson2026-02-121-13/+18
* rpc: Add "Io Safety" documentation.Nick Mathewson2026-02-121-2/+31
* rpc nb: Documentation improvements from diziet.Nick Mathewson2026-02-121-5/+27
* rpc: Clean up pub items in nb_stream.Nick Mathewson2026-02-044-16/+10
* RPC: Fix documentation about "readers".Nick Mathewson2026-02-042-10/+14
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-047-313/+87
* rpc: New nonblocking backend for interacting with streamsNick Mathewson2026-02-042-0/+704
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-043-6/+24
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* 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