summaryrefslogtreecommitdiff
path: root/crates/tor-general-addr/src
Commit message (Collapse)AuthorAgeFilesLines
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
| | | | | | Denies 'mod.rs' files for consistency. https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
* tor-general-addr: Add general::SocketAddr::as_pathname()Nick Mathewson2024-12-191-0/+9
|
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
| | | | | | | | In 1.83, this warning triggers on many of our crates. We're thinking of fixing them all, but for now, we're going to disable the warning. This is part of #1765.
* tor-general-addr: Resolve rustdoc links.Nick Mathewson2024-10-291-1/+0
|
* 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-293-0/+591
This is mostly code motion.