| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpcserver: Fix another ceil_div warning | Nick Mathewson | 2025-04-07 | 1 | -2/+1 |
| | | |||||
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -1/+1 |
| | | | | | - The Rng::gen() functions have been renamed to Rng::random(). | ||||
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -1/+1 |
| | | | | | - `rand::thread_rng()` has been deprecated and renamed to `rand::rng()` | ||||
| * | rpcserver: Use slotmap-careful instead of generational-arena. | Nick Mathewson | 2024-08-14 | 1 | -6/+8 |
| | | | | | | | | | | Unlike generational-arena, slotmap is maintained. Unlike slotmap, slotmap-careful should never be able to reuse the same key for two different objects. Closes #1282. | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | rpc: switch GlobalId mac to KMAC. | Nick Mathewson | 2023-06-14 | 1 | -14/+4 |
| | | |||||
| * | RPC: Give out and accept GlobalIds for appropriate objects. | Nick Mathewson | 2023-06-05 | 1 | -2/+14 |
| | | |||||
| * | RPC: Implement a "global identifier" for non-session-bound IDs | Nick Mathewson | 2023-06-05 | 1 | -0/+226 |
| These identifiers are actually only "global" with respect to a given `RpcMgr`, but they should not be forgeable or reusable across RpcMgr objects. We're going to use them so that we have a kind of identifier for `TorClient`s that we can expose to SOCKS. | |||||
