aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/relay_info.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-041-61/+7
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+2
* Fix typosDimitris Apostolou2024-09-031-2/+2
* hsservice: Convert a "TODO" to a ticket about logic duplicationNick Mathewson2024-01-121-0/+3
* Lower linkspec list parsing into new tor-linkspec method.Nick Mathewson2023-08-221-5/+1
* tor-hsclient: Drop most allows that are marked for removalIan Jackson2023-06-211-2/+0
* tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-211-1/+1
* tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::NeverIan Jackson2023-06-141-1/+1
* tor-hsclient: Correction to HasRetryTime for InvalidTarget docNick Mathewson2023-06-141-1/+2
* tor-hsclient: Add docs and comments about HasRetryTime for InvalidTargetIan Jackson2023-06-141-0/+18
* tor-hsclient: impl HasRetryTime for InvalidTargetIan Jackson2023-06-141-1/+14
* tor-hsclient: Correct InvalidTarget errorIan Jackson2023-06-091-9/+4
* tor-hsclient: impl HasKind for InvalidTarget: ..DescriptorValidationFailedIan Jackson2023-06-091-1/+7
* tor-hsclient: Add a TODO for InvalidTarget errorIan Jackson2023-06-091-0/+4
* hsclient: Create a CircTarget from an IntroPointDesc.Nick Mathewson2023-06-071-0/+100