summaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/src/fallback.rs
Commit message (Collapse)AuthorAgeFilesLines
* dircommon: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-171-27/+19
| | | | | Some of the behaviors of the existing types here are nonstandard; I've kept them and documented them, to avoid breaking compatibility.
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-2/+2
| | | | | | | | This will let us model the actual structure of routerstatus entries in netdocs more closely. They don't have the addresses in a single list. When this code was written this would have been much more awkward, but now we have RPITIT.
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-111-0/+159