summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-9/+9
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-9/+9
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-9/+9
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-9/+9
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* arti-client: Make vanguards non-experimental.Gabriela Moldovan2024-04-291-3/+11
* tor-relay-selection: Introduce RelayUsage::vanguard.Gabriela Moldovan2024-04-222-1/+24
* Merge branch '504-cleanup-part1' into 'main'Nick Mathewson2024-04-033-17/+42
|\
| * Rename `Relay::same_relay` and make it private.Nick Mathewson2024-03-281-1/+1
| * Remove all *Relay is_flagged_guard methods.Nick Mathewson2024-03-281-1/+4
| * Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-283-15/+37
* | remove unused dependenciestrinity-1686a2024-04-021-1/+0
* | Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* | Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-281-1/+1
|/
* Run maint/add_warning.Nick Mathewson2024-03-134-0/+4
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-1/+1
* tor-relay-selection: Use partition() in testing code.Nick Mathewson2024-03-121-9/+3
* 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