aboutsummaryrefslogtreecommitdiff
path: root/examples/gsoc2023/pt-proxy/src
Commit message (Collapse)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
|
* Revert "Merge branch 'UpdateAPI' into 'main'"Alexander Hansen Færøy2026-02-091-29/+7
| | | | | This reverts commit 645787d50df49806b238e8afa9b89b8a7dfc1dd0, reversing changes made to 927b78ca8313d6f0fbc7291b526f1e1bd0b90afe.
* formatting fixedNuhiat-Arefin2026-02-061-1/+1
|
* Update socks5 APINuhiat-Arefin2026-02-061-7/+29
|
* deps: Upgrade fast-socks5 to 1.0.0.Wesley Aptekar-Cassels2026-02-021-0/+2
| | | | | | | One of the APIs we use, `Socks5Server`, is deprecated, and this commit does not change to the new API. I don't plan to immediately rewrite this to use the new API, as it seems nontrivial, but it still seems worth updating.
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-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 stringNick Mathewson2025-05-291-10/+10
| | | | Nightly clippy now suggests this.
* pt-proxy example: Upgrade to fast-socks5 v0.9.1.Nick Mathewson2023-09-281-2/+2
|
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+314