aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/details.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Wrap port policies in InternClara Engler2026-06-241-4/+4
* Merge branch 'flags-url' into 'main'Clara Engler2026-03-121-0/+3
|\
| * tor-netdir: Add spec link to flag descriptionsIan Jackson2026-03-111-0/+3
* | tor-netdir: Simply exit documentationClara Engler2026-03-091-7/+0
* | tor-netdir: Add is_flagged_exit() to RelayDetailsClara Engler2026-03-051-0/+11
|/
* tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatusIan Jackson2025-08-261-1/+1
* netdir, relay-selection: require Fast and Stable for rendpoints.Nick Mathewson2025-05-201-1/+3
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-1/+7
* Use named subprotocol versions throughout arti.Nick Mathewson2025-03-121-2/+2
* netdir: Consider RelayFamilyIds based on family rulesNick Mathewson2025-02-251-3/+19
* Fix some rustdoc links and copypaste errors in tor-netdir.Nick Mathewson2024-04-041-3/+7
* tor-netdir: Abolish Relay::has_same_relay_idsIan Jackson2024-04-031-1/+2
* Comment fixes in RelayDetails refactor.Ian Jackson2024-04-031-2/+4
* Move rs_is_dircache to details.rsNick Mathewson2024-03-281-3/+9
* 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-23/+1
* Move most functions from *Relay to *RelayDetailsNick Mathewson2024-03-281-22/+21
* Relocate declarations of *Relay methods to details.rsNick Mathewson2024-03-281-0/+140
* Add low_level_details to {Unchecked,}Relay.Nick Mathewson2024-03-271-0/+47