aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/proxy/port_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-161-0/+170
This allows applications to find out where arti is listening when arti has been configured to listen with the port "auto".