| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove re-export of "general::*" from tor-rtcompat. | Nick Mathewson | 2024-10-29 | 1 | -17/+15 |
| | | |||||
| * | Remove re-export of "unix" from tor_rtcompat. | Nick Mathewson | 2024-10-29 | 1 | -2/+2 |
| | | |||||
| * | Extract general::SocketAddr and its unix friends to their own crate. | Nick Mathewson | 2024-10-29 | 1 | -477/+21 |
| | | | | | This is mostly code motion. | ||||
| * | general::SocketAddr: Say "inet" rather than "tcp" | Nick Mathewson | 2024-10-17 | 1 | -35/+35 |
| | | | | | | | | | | | "inet" makes more sense, since in principle these can also be used for udp, etc. Also making a corresponding change in rpc-connect-sketch.md, which uses this format. Closes #1701. | ||||
| * | rtcompat: Fix android compilation in `general` | Nick Mathewson | 2024-10-17 | 1 | -1/+3 |
| | | | | | | | | | Previously I had assumed that `std::os::linux` also existed on android, based on the documentation of `std::os::linux::net::SocketAddrExt`. That is not, however, true. This should fix the `check-targets` CI job. | ||||
| * | rtcompat: Add a fuzzer for round-trip general::SocketAddr parsing. | Nick Mathewson | 2024-10-16 | 1 | -0/+48 |
| | | | | | (This turned up another place where we need documentation.) | ||||
| * | general::SocketAddr: Format the unnamed address as "unix:" | Nick Mathewson | 2024-10-16 | 1 | -5/+12 |
| | | | | | | This matches our parsing, and our general rule that our parser defers to SocketAddr::from_pathname. | ||||
| * | Add reverse-enginered description of Rust socketaddr formats. | Nick Mathewson | 2024-10-16 | 1 | -0/+32 |
| | | |||||
| * | general::SocketAddr: Add unit tests | Nick Mathewson | 2024-10-16 | 1 | -38/+69 |
| | | |||||
| * | general::SocketAddr: Implement PartialEq. | Nick Mathewson | 2024-10-16 | 1 | -0/+39 |
| | | | | | Needed for tests. | ||||
| * | general::SocketAddr: Specify and implement string representations. | Nick Mathewson | 2024-10-16 | 1 | -1/+285 |
| | | | | | Closes #1681. | ||||
| * | rtcompat: Finalize names for general::SocketAddr. | Nick Mathewson | 2024-09-24 | 1 | -0/+153 |
