summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-relay-selection: Removed dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-relay-selection: Use partition() in testing code.Nick Mathewson2024-03-121-9/+3
* relay-selection: Remove the extension traits for Relay and NetDirNick Mathewson2024-03-121-2/+0
* Rename the RelayPredicate trait to discourage its being used directly.Nick Mathewson2024-03-121-5/+9
* New crate to define a high-level API for relay selectionNick Mathewson2024-03-121-0/+92
* Create a new empty tor-relay-selection crate.Nick Mathewson2024-03-121-0/+42