| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-18 | Add unit test for multiplexer obfuscation | David Lönnhager | 1 | -0/+1 | |
| 2025-09-18 | Add documentation for multiplexer obfuscation | David Lönnhager | 1 | -0/+1 | |
| 2025-09-18 | Bump tokio-util | David Lönnhager | 1 | -1/+1 | |
| 2025-09-15 | Add LWO obfuscator | David Lönnhager | 1 | -1/+10 | |
| 2025-09-11 | Fix enable missing `socket` of `nix` crate in `tunnel-obfuscation` | Markus Pettersson | 1 | -1/+1 | |
| 2025-09-03 | Call `bypass` on QUIC socket on Android | Markus Pettersson | 1 | -0/+1 | |
| 2025-07-09 | Add IPv6 support to `mullvad-masque-proxy` | Markus Pettersson | 1 | -0/+1 | |
| 2025-06-10 | Update nix to 0.30 everywhere | Joakim Hulthe | 1 | -1/+1 | |
| 2025-05-02 | Add Quic to tunnel-obfuscation | Andrew Bulhak | 1 | -0/+1 | |
| 2024-09-16 | Run VpnService.protect() on Shadowsocks socket before connecting | David Lönnhager | 1 | -0/+3 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 1 | -0/+2 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -1/+1 | |
| `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. | |||||
| 2024-01-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -2/+0 | |
| Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free" | |||||
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -0/+3 | |
| 2023-09-11 | Make err-derive a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-08-02 | Remove unused dependencies in tunnel-obfuscation | Linus Färnstrand | 1 | -1/+0 | |
| 2023-07-14 | Move tokio dependency to be a workspace dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2023-07-14 | Set package fields in workspace and inherit in packages | Linus Färnstrand | 1 | -5/+6 | |
| 2023-02-28 | Upgrade udp-over-tcp to v0.3.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-11-24 | Bump udp-over-tcp | David Lönnhager | 1 | -1/+1 | |
| 2022-11-16 | Bump udp-over-tcp | David Lönnhager | 1 | -5/+1 | |
| 2022-10-10 | Set all Rust crate versions to 0.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-07-01 | Specify version on git dependencies | Linus Färnstrand | 1 | -1/+5 | |
| 2022-03-25 | Upgrade udp-over-tcp to get rid of structopt dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2022-03-24 | Bump udp-over-tcp to 0.2 | David Lönnhager | 1 | -1/+1 | |
| 2022-03-24 | Add tunnel-obfuscation crate | Odd Stranne | 1 | -0/+15 | |
