summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/globalid.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+2
* rpc: collapse GenIdx enum to its single variant.Nick Mathewson2026-04-131-5/+3
* rpc: Remove notion of separate table/idx space for weak referencesNick Mathewson2026-04-131-19/+5
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* rpc: Clean up GlobalId decoding API.Nick Mathewson2025-08-271-6/+23
* rpc: Cleanups to GlobalId tag byte handling.Nick Mathewson2025-08-271-6/+14
* '$' as tag byteNeel Chauhan2025-08-271-1/+1
* Use a 'G' prefixNeel Chauhan2025-08-271-3/+5
* arti-rpcserver: Check IDs with a tag byte, not a magic lengthNeel Chauhan2025-08-271-4/+4
* rpcserver: Fix another ceil_div warningNick Mathewson2025-04-071-2/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* rpcserver: Use slotmap-careful instead of generational-arena.Nick Mathewson2024-08-141-6/+8
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* rpc: switch GlobalId mac to KMAC.Nick Mathewson2023-06-141-14/+4
* RPC: Give out and accept GlobalIds for appropriate objects.Nick Mathewson2023-06-051-2/+14
* RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-051-0/+226