aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-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
* Add some allow(unused)Ian Jackson2025-03-271-0/+3
* rpc: Rename new_stream_handle to new_oneshot_client.Nick Mathewson2025-01-151-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+8
* rpcserver: rename streams.rs to codecs.rs.Nick Mathewson2024-05-091-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* rpc: Give the session-creation function an argument.Nick Mathewson2023-06-151-1/+1
* rpc: Rename Session=>RpcSessionNick Mathewson2023-06-151-1/+1
* rpc: Expose Session object.Nick Mathewson2023-06-151-0/+1
* RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-051-0/+1
* rpc: Make the top-level returned object a "session".Nick Mathewson2023-05-241-0/+1
* RPC: Rename session.rs to connection.rsNick Mathewson2023-05-041-2/+2
* RPC: rename Session to Connection.Nick Mathewson2023-05-041-1/+1
* Add a generational arena for object mapping for RPC.Nick Mathewson2023-05-041-0/+1
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-3/+1
* rpc: Make an RpcMgr type to own the DispatchTable.Nick Mathewson2023-05-041-0/+3
* rpc: Improve error reporting for invalid requestsNick Mathewson2023-04-121-0/+1
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-121-3/+35
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-0/+3
* rpc: Add a Session object and an interaction loop.Nick Mathewson2023-04-121-0/+1
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-121-0/+1
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+1
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-0/+8