summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/general.rs
Commit message (Expand)AuthorAgeFilesLines
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+4
* rtcompat: re-export items from tor_general_addr::generalNick Mathewson2024-12-191-0/+2
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-101-5/+3
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-101-1/+9
* 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