summaryrefslogtreecommitdiff
path: root/crates/tor-general-addr/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Merge branch 'android-build' into 'main'wesleyac2025-04-031-0/+3
|\
| * fix builds for AndroidYaksh Bariya2025-03-031-0/+3
* | AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-4/+8
* | AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-4/+4
* | Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-242-6/+6
|/
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* 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
* 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