summaryrefslogtreecommitdiffhomepage
path: root/tunnel-obfuscation/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-07-09Fix called `Iterator::last` on a `DoubleEndedIterator`Sebastian Holmin1-1/+1
2024-08-16Add Shadowsocks to tunnel-obfuscation crateDavid Lönnhager1-2/+2
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-1/+1
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-2/+2
This commit tries to manually fix the clippy warnings that are fairly straightforward and do not have rippling effects on the codebase nor have a very high chance of causing bugs.
2022-03-24Add tunnel-obfuscation crateOdd Stranne1-0/+36