summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/unix.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-5/+4
|
* Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-291-55/+3
| | | | This is mostly code motion.
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-1/+1
|
* rtcompat: Add definitions for unix::SocketAddr.Nick Mathewson2024-09-241-0/+95