summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/connection-checker/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: deprecate DataStream::circuitNick Mathewson2025-01-301-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 Mathewson2024-03-141-2/+2
| | | | We're going to start using this type for _every_ kind of transport.
* clap4: Upgrade from a deprecated syntax in examples.Nick Mathewson2023-11-151-4/+4
|
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+204