aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-general-addr/src/general.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.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
| | | | This resolves some nightly clippy warnings.
* Merge branch 'android-build' into 'main'wesleyac2025-04-031-0/+3
|\ | | | | | | | | fix builds for Android See merge request tpo/core/arti!2824
| * fix builds for AndroidYaksh Bariya2025-03-031-0/+3
| | | | | | | | | | | | | | This does fix builds for both the arti binary and the tests. Most tests seem to be passing, some are failing. I will try to investigate them and send fixes/create issue to highlight them. Hopefully this helps arti in being production ready fast.
* | AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-4/+4
| | | | | | | | Change `..UnixAddress...` to `...AfUnixAddress..`.
* | Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-2/+2
|/
* tor-general-addr: Add general::SocketAddr::as_pathname()Nick Mathewson2024-12-191-0/+9
|
* tor-general-addr: Resolve rustdoc links.Nick Mathewson2024-10-291-1/+0
|
* Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-291-0/+476
This is mostly code motion.