summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/details.rs
Commit message (Expand)AuthorAgeFilesLines
* 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