summaryrefslogtreecommitdiffhomepage
path: root/tunnel-obfuscation
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Replace err_derive with thiserrorJoakim Hulthe3-15/+13
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-02Remove unused dependencies in tunnel-obfuscationLinus Färnstrand1-1/+0
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-02-28Enable TCP_NODELAY on the WireGuard over TCP socketLinus Färnstrand1-0/+2
2023-02-28Upgrade udp-over-tcp to v0.3.0Linus Färnstrand1-1/+1
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-1/+1
2022-11-24Exclude obfuscation socket from the tunnel on AndroidDavid Lönnhager2-1/+12
2022-11-24Bump udp-over-tcpDavid Lönnhager2-5/+4
2022-11-16Fix missing udp2tcp timeoutDavid Lönnhager1-0/+1
2022-11-16Bump udp-over-tcpDavid Lönnhager1-5/+1
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-07-01Specify version on git dependenciesLinus Färnstrand1-1/+5
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-2/+2
2022-03-25Upgrade udp-over-tcp to get rid of structopt dependencyLinus Färnstrand1-1/+1
2022-03-24Bump udp-over-tcp to 0.2David Lönnhager2-6/+3
2022-03-24Add tunnel-obfuscation crateOdd Stranne4-0/+174