summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/usage.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* relay-selection: Rename RendPoint usage to NewRendPoint.Nick Mathewson2025-05-201-8/+10
* relay-selection: tweak messages about rejection reasonsNick Mathewson2025-05-201-2/+2
* netdir, relay-selection: require Fast and Stable for rendpoints.Nick Mathewson2025-05-201-1/+1
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-0/+13
* tor-relay-selection: Introduce RelayUsage::vanguard.Gabriela Moldovan2024-04-221-0/+22
* Remove all *Relay is_flagged_guard methods.Nick Mathewson2024-03-281-1/+4
* Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-281-13/+35
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-121-3/+3
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-121-0/+374