summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/objmap
Commit message (Expand)AuthorAgeFilesLines
* rpc: new method for upgrading/downgrading/cloning object IDsNick Mathewson2026-04-131-1/+57
* rpc: Remove caveats wrt rpc::release.Nick Mathewson2026-04-131-10/+0
* rpc: Add context support for adding and removing weak refsNick Mathewson2026-04-131-1/+1
* rpc: Remove notion of separate table/idx space for weak referencesNick Mathewson2026-04-131-140/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* rpc: Move support for weak references behind an experimental featureNick Mathewson2025-01-271-0/+140
* rpc: Simplify method-dispatch-bypass logic a bitNick Mathewson2024-10-231-4/+0
* rpc: Move "rpc:release" to be a method on the rpc object.Nick Mathewson2024-10-231-24/+24
* rpc: Remove unimplemented rpc:downgrade method for now.Nick Mathewson2024-10-231-9/+0
* rpc: Move some object-id-manipulation methods to a new module.Nick Mathewson2024-10-231-0/+61