| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove "doc_auto_cfg" incantation from all crates. | Nick Mathewson | 2025-09-29 | 1 | -1/+1 |
| | | | | | This feature has been removed from nightly, in favor of doc_cfg. | ||||
| * | config-path, dirmgr, general-addr: Remove unnecessary parentheses. | Gabriela Moldovan | 2025-07-15 | 1 | -1/+1 |
| | | | | | This resolves some nightly clippy warnings. | ||||
| * | Temporarily suppress mismatched_lifetime_syntaxes. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+1 |
| | | | | | See #2060. | ||||
| * | Merge branch 'android-build' into 'main' | wesleyac | 2025-04-03 | 1 | -0/+3 |
| |\ | | | | | | | | | fix builds for Android See merge request tpo/core/arti!2824 | ||||
| | * | fix builds for Android | Yaksh Bariya | 2025-03-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | This does fix builds for both the arti binary and the tests. Most tests seem to be passing, some are failing. I will try to investigate them and send fixes/create issue to highlight them. Hopefully this helps arti in being production ready fast. | ||||
| * | | AF_UNIX terminology: Rename two error structs | Ian Jackson | 2025-03-24 | 1 | -4/+8 |
| | | | | | | | | | | | | | 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. | ||||
| * | | AF_UNIX terminology: Rename two error variants | Ian Jackson | 2025-03-24 | 1 | -4/+4 |
| | | | | | | | | | Change `..UnixAddress...` to `...AfUnixAddress..`. | ||||
| * | | Fix AF_UNIX terminology in docs, comments, and error messages | Ian Jackson | 2025-03-24 | 2 | -6/+6 |
| |/ | |||||
| * | clippy: deny `mod_module_files` | Steven Engler | 2025-01-06 | 1 | -0/+1 |
| | | | | | | | Denies 'mod.rs' files for consistency. https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files | ||||
| * | tor-general-addr: Add general::SocketAddr::as_pathname() | Nick Mathewson | 2024-12-19 | 1 | -0/+9 |
| | | |||||
| * | add_warnings, *: Allow clippy::needless_lifetimes | Nick Mathewson | 2024-12-03 | 1 | -0/+1 |
| | | | | | | | | | In 1.83, this warning triggers on many of our crates. We're thinking of fixing them all, but for now, we're going to disable the warning. This is part of #1765. | ||||
| * | tor-general-addr: Resolve rustdoc links. | Nick Mathewson | 2024-10-29 | 1 | -1/+0 |
| | | |||||
| * | Adjust docsrs exception and documentation for unix::SocketAddr | Nick Mathewson | 2024-10-29 | 1 | -0/+5 |
| | | |||||
| * | Remove re-export of "unix" from tor_rtcompat. | Nick Mathewson | 2024-10-29 | 1 | -14/+0 |
| | | |||||
| * | Extract general::SocketAddr and its unix friends to their own crate. | Nick Mathewson | 2024-10-29 | 3 | -0/+591 |
| This is mostly code motion. | |||||
