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