| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-proto: Remove deprecated DataStream API. | Gabriela Moldovan | 2025-02-13 | 1 | -8/+13 |
| | | | | | | 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.) | ||||
| * | 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. | ||||
| * | clap4: Upgrade from a deprecated syntax in examples. | Nick Mathewson | 2023-11-15 | 1 | -4/+4 |
| | | |||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 1 | -0/+204 |
