summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/objmap.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-071-2/+0
* rpc: Slightly refactor GenIdx encoding.Nick Mathewson2023-06-051-15/+25
* Merge branch 'rpc-auth-and-meta' into 'main'Nick Mathewson2023-05-241-5/+11
|\
| * rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-241-5/+11
* | rpc: Remove fake_generational_arenaNick Mathewson2023-05-231-76/+1
|/
* rpc: Split the generational index into two.Nick Mathewson2023-05-161-113/+92
* rpc: Change the formatting of object IDsNick Mathewson2023-05-151-22/+71
* rpc: rename GenIdx::into/try_from implementationsNick Mathewson2023-05-151-8/+6
* rpc: do not deduplicate strong object idsNick Mathewson2023-05-151-52/+39
* rpc: Repair an error in our ObjectId encoding.Nick Mathewson2023-05-151-1/+1
* objmap: move types to top of file.Nick Mathewson2023-05-041-74/+74
* Note/clean more TODOs in objmap.Nick Mathewson2023-05-041-1/+4
* RPC: Make "Weak" and "Strong" entries separate.Nick Mathewson2023-05-041-43/+41
* Temporarily replace generational-arena with a fake version.Nick Mathewson2023-05-041-1/+77
* Add a generational arena for object mapping for RPC.Nick Mathewson2023-05-041-0/+663