| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-09 | Connect LWO obfuscator when `run` is invoked | Markus Pettersson | 1 | -0/+1 | |
| Fixes race condition with socket bypass on Android | |||||
| 2025-09-18 | Add POC multiplexer tunnel obfuscation module | Jon Petersson | 1 | -1/+10 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-09-15 | Add LWO obfuscator | David Lönnhager | 1 | -8/+20 | |
| 2025-05-02 | Prevent blocking until connected to QUIC endpoint | David Lönnhager | 1 | -4/+1 | |
| 2025-05-02 | Add Quic to tunnel-obfuscation | Andrew Bulhak | 1 | -0/+15 | |
| 2024-10-21 | Take obfuscation overhead into account when setting MTU | Joakim Hulthe | 1 | -0/+5 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 1 | -4/+21 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -6/+5 | |
| `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. | |||||
| 2022-11-24 | Exclude obfuscation socket from the tunnel on Android | David Lönnhager | 1 | -1/+7 | |
| 2022-03-24 | Add tunnel-obfuscation crate | Odd Stranne | 1 | -0/+35 | |
