| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 1 | -5/+5 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | tor-proto: Update the TunnelMutableState when a circuit is removed. | Gabriela Moldovan | 2025-05-15 | 1 | -1/+1 |
| | | | | | | | | | This is messy, because `ClientCirc::{path_ref, n_hops, ..}` become fallible (we can't unwrap the result, because when a circuit is closed, its state gets removed from the `TunnelSharedState`, but its `ClientCirc` handle continues to exist, so any attempt to retrieve the state will result in an `Err`). | ||||
| * | tor-proto: Remove deprecated DataStream API. | Gabriela Moldovan | 2025-02-13 | 2 | -9/+14 |
| | | | | | | Reducing `ClientCirc` proliferation will make our lives easier when implementing !2790. | ||||
| * | proto: deprecate DataStream::circuit | Nick Mathewson | 2025-01-30 | 1 | -0/+1 |
| | | | | | | | | | This method is experimental, so no semver note is needed. It is redundant with `client_stream_ctrl()?.circuit()?`. (The name and the unconditional return type of this method are probably an error.) | ||||
| * | 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 |
| | | |||||
| * | Rename ManagedTransportConfig to TransportConfig. | Nick Mathewson | 2024-03-14 | 1 | -2/+2 |
| | | | | | We're going to start using this type for _every_ kind of transport. | ||||
| * | Use "wrap_help" feature for clap. | Nick Mathewson | 2023-11-15 | 1 | -1/+1 |
| | | |||||
| * | clap4: Upgrade from a deprecated syntax in examples. | Nick Mathewson | 2023-11-15 | 1 | -4/+4 |
| | | |||||
| * | 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 | 6 | -0/+236 |
