| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | tor-proto: Remove deprecated DataStream API. | Gabriela Moldovan | 2025-02-13 | 1 | -1/+1 |
| | | | | | | Reducing `ClientCirc` proliferation will make our lives easier when implementing !2790. | ||||
| * | Run fixup-features in preparation for upcoming release. | Nick Mathewson | 2024-09-25 | 1 | -1/+1 |
| | | |||||
| * | connection-checker: Do not enable arti "experimental" feature | Ian Jackson | 2024-09-04 | 1 | -1/+2 |
| | | | | | | This breaks config tests in crates/arti which test configuration parsing of disabled experimental features. | ||||
| * | Run "fixup-features" in preparation for next release. | Nick Mathewson | 2024-03-28 | 1 | -0/+3 |
| | | |||||
| * | Use "wrap_help" feature for clap. | Nick Mathewson | 2023-11-15 | 1 | -1/+1 |
| | | |||||
| * | Use a more recent tracing_subscriber in examples. | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| | | | | | Part of a solution for cargo-audit. | ||||
| * | Set license on gsoc2023 examples to "MIT OR Apache-2.0" | Nick Mathewson | 2023-09-05 | 1 | -0/+1 |
| | | | | | | With permission from gotlou; see discussion at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1556 | ||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 1 | -0/+16 |
