summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/restriction.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-5/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+4
* netdir: Consider RelayFamilyIds based on family rulesNick Mathewson2025-02-251-15/+45
* relay-selection: Add FamilyRules to exclude_relays_in_same_family.Nick Mathewson2025-02-251-3/+16
* Rename `Relay::same_relay` and make it private.Nick Mathewson2024-03-281-1/+1
* Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-281-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-1/+1
* Add a comment about future extensions to RestrictionInner.Nick Mathewson2024-03-121-0/+6
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-121-8/+10
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-121-0/+516