summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/mocks.rs
Commit message (Expand)AuthorAgeFilesLines
* circmgr: Port to web-time-compat.Nick Mathewson2026-03-261-1/+2
* circmgr: Implement expiration for long-lived tunnels.Nick Mathewson2025-11-121-0/+4
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Do not fully-qualify Sync.Gabriela Moldovan2025-08-051-1/+1
* proto: abolish path_ref() in favor of all_paths().Gabriela Moldovan2025-08-051-1/+1
* circmgr: Fix unit testsDavid Goulet2025-08-051-3/+3
* circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-051-17/+17
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-151-2/+2
* circmgr: Rename AbstractCirc::{extend_ntor => extend}Nick Mathewson2025-04-281-1/+1
* circ: Remove CircParameters reference in call stackDavid Goulet2025-04-231-1/+1
* CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-031-3/+36
* CircMgr: Make CircMgr and HsCircPool generic over builder type.Wesley Aptekar-Cassels2024-09-241-0/+239