summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* rpc: Clean up pub items in nb_stream.Nick Mathewson2026-02-041-1/+2
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-041-2/+1
* rpc: New nonblocking backend for interacting with streamsNick Mathewson2026-02-041-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-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-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-031-0/+2
* rpclib: Implement accessors for ConnectFailureNick Mathewson2025-01-291-1/+4
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-1/+1
* rpclib: Unify error type for ValidatedRequest failure.Nick Mathewson2024-08-071-1/+1
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-1/+6
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-161-2/+40
* rpc client: Documentation.Nick Mathewson2024-07-161-0/+4
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-161-3/+1
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-161-3/+2
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-161-2/+0
* rpc-client: Expose a few types as pub.Nick Mathewson2024-07-161-0/+3
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+10