| 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. | ||||
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 1 | -10/+10 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | pt-proxy example: Upgrade to fast-socks5 v0.9.1. | Nick Mathewson | 2023-09-28 | 1 | -2/+2 |
| | | |||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 1 | -0/+314 |
