aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-general-addr/src/unix.rs
Commit message (Collapse)AuthorAgeFilesLines
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-4/+8
| | | | | | We change `NoUnixAddressSupport` to `NoAfUnixSocketSupport` because it doesn't make much sense to talk about support for the addresses separately from support for the sockets.
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-4/+4
|
* Adjust docsrs exception and documentation for unix::SocketAddrNick Mathewson2024-10-291-0/+5
|
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-14/+0
|
* Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-291-0/+70
This is mostly code motion.