summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a comment about future extensions to RestrictionInner.Nick Mathewson2024-03-121-0/+6
* tor-relay-selector: Clarify "flexible" vs "relaxed" a little.Nick Mathewson2024-03-122-3/+4
* relay-selection: Remove the extension traits for Relay and NetDirNick Mathewson2024-03-122-64/+0
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-125-26/+42
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-129-0/+1677
* Create a new empty tor-relay-selection crate.Nick Mathewson2024-03-123-0/+90