summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/selector.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+6
* Improve descriptions of rejected relays: omit "rejected 0/X"Nick Mathewson2025-06-251-3/+5
* relay-selection: tweak messages about rejection reasonsNick Mathewson2025-05-201-3/+3
* relay-selection: Add FamilyRules to exclude_relays_in_same_family.Nick Mathewson2025-02-251-3/+8
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Rename and clarify result_is_relaxed.Nick Mathewson2024-03-121-5/+5
* Refactor RelaySelector to make its invariants less subtle.Nick Mathewson2024-03-121-48/+61
* tor-relay-selector: Clarify "flexible" vs "relaxed" a little.Nick Mathewson2024-03-121-1/+2
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-121-6/+16
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-121-0/+534