summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/general.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove re-export of "general::*" from tor-rtcompat.Nick Mathewson2024-10-291-17/+15
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-2/+2
* Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-291-477/+21
* general::SocketAddr: Say "inet" rather than "tcp"Nick Mathewson2024-10-171-35/+35
* rtcompat: Fix android compilation in `general`Nick Mathewson2024-10-171-1/+3
* rtcompat: Add a fuzzer for round-trip general::SocketAddr parsing.Nick Mathewson2024-10-161-0/+48
* general::SocketAddr: Format the unnamed address as "unix:"Nick Mathewson2024-10-161-5/+12
* Add reverse-enginered description of Rust socketaddr formats.Nick Mathewson2024-10-161-0/+32
* general::SocketAddr: Add unit testsNick Mathewson2024-10-161-38/+69
* general::SocketAddr: Implement PartialEq.Nick Mathewson2024-10-161-0/+39
* general::SocketAddr: Specify and implement string representations.Nick Mathewson2024-10-161-1/+285
* rtcompat: Finalize names for general::SocketAddr.Nick Mathewson2024-09-241-0/+153