summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-9/+9
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Improve descriptions of rejected relays: omit "rejected 0/X"Nick Mathewson2025-06-251-3/+5
* tor-relay-selection: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-9/+9
* relay-selection: Rename RendPoint usage to NewRendPoint.Nick Mathewson2025-05-201-8/+10
* relay-selection: tweak messages about rejection reasonsNick Mathewson2025-05-202-5/+5
* netdir, relay-selection: require Fast and Stable for rendpoints.Nick Mathewson2025-05-201-1/+1
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-0/+13
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-9/+9
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-9/+9
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Remove semver files for 1.4.1Nick Mathewson2025-03-031-1/+0
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-9/+9
* netdir: Consider RelayFamilyIds based on family rulesNick Mathewson2025-02-251-15/+45
* relay-selection: Add FamilyRules to exclude_relays_in_same_family.Nick Mathewson2025-02-253-6/+25
* Version bumps to 0.27.0Ian Jackson2025-02-061-9/+9
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-9/+9
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-9/+9
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-9/+9
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-9/+9
* 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