summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* RelayFlags: Use RelayFlag enum variant names everywhereIan Jackson2025-11-181-2/+2
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-181-3/+3
* tor-netdoc: Remove the RelayFlags type alias in netstatusIan Jackson2025-11-181-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* 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