| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-18 | Add POC multiplexer tunnel obfuscation module | Jon Petersson | 1 | -1/+1 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -1/+1 | |
| 2024-10-21 | Take obfuscation overhead into account when setting MTU | Joakim Hulthe | 1 | -0/+12 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 1 | -8/+5 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -8/+7 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2023-02-28 | Enable TCP_NODELAY on the WireGuard over TCP socket | Linus Färnstrand | 1 | -0/+2 | |
| 2022-11-24 | Exclude obfuscation socket from the tunnel on Android | David Lönnhager | 1 | -0/+5 | |
| 2022-11-24 | Bump udp-over-tcp | David Lönnhager | 1 | -4/+3 | |
| 2022-11-16 | Fix missing udp2tcp timeout | David Lönnhager | 1 | -0/+1 | |
| 2022-03-24 | Bump udp-over-tcp to 0.2 | David Lönnhager | 1 | -5/+2 | |
| 2022-03-24 | Add tunnel-obfuscation crate | Odd Stranne | 1 | -0/+88 | |
