| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Windows compile warnings | Tobias Stoeckmann | 2025-08-05 | 1 | -0/+2 |
| | | | | | | Use unix-specific crates only if needed and suppress clippy warnings of unused variables if their usage is unix-specific. | ||||
| * | AF_UNIX terminology: Rename two error structs | Ian Jackson | 2025-03-24 | 1 | -3/+7 |
| | | | | | | | We change `NoUnixAddressSupport` to `NoAfUnixSocketSupport` because it doesn't make much sense to talk about support for the addresses separately from support for the sockets. | ||||
| * | Fix AF_UNIX terminology in docs, comments, and error messages | Ian Jackson | 2025-03-24 | 1 | -3/+3 |
| | | |||||
| * | Remove re-export of "unix" from tor_rtcompat. | Nick Mathewson | 2024-10-29 | 1 | -5/+4 |
| | | |||||
| * | Extract general::SocketAddr and its unix friends to their own crate. | Nick Mathewson | 2024-10-29 | 1 | -55/+3 |
| | | | | | This is mostly code motion. | ||||
| * | Make Runtime require NetStreamProvider<unix::SocketAddr> | Nick Mathewson | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | rtcompat: Add definitions for unix::SocketAddr. | Nick Mathewson | 2024-09-24 | 1 | -0/+95 |
