aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-general-addr
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust docsrs exception and documentation for unix::SocketAddrNick Mathewson2024-10-291-0/+5
|
* whitespace fix.Nick Mathewson2024-10-291-1/+1
|
* Whitespace fixes.Nick Mathewson2024-10-291-1/+1
|
* 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-299-0/+708
This is mostly code motion.