| 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-09-15 | Add LWO obfuscator | David Lönnhager | 1 | -34/+10 | |
| 2025-09-04 | Guarantee the QUIC UDP socket is non blocking | Bug Magnet | 1 | -0/+4 | |
| 2025-09-03 | Add UI support for QUIC setting | Jonatan Rhodin | 1 | -5/+1 | |
| 2025-09-03 | Call `bypass` on QUIC socket on Android | Markus Pettersson | 1 | -13/+34 | |
| 2025-09-03 | Do not run QUIC proxy until `Obfuscator::run` is called | Markus Pettersson | 1 | -13/+17 | |
| 2025-08-18 | Update QUIC MTU value | David Lönnhager | 1 | -1/+3 | |
| 2025-08-15 | Do not wait for QUIC connection establishment when spawning obfuscator | David Lönnhager | 1 | -10/+9 | |
| 2025-07-09 | Adjust MTU for QUIC obfuscator based on tunnel MTU | Markus Pettersson | 1 | -8/+74 | |
| Make fields of `quic::Settings` private and expose constructors/builder fns to configure a `quic::Settings` struct. A previous commit that added a public, optional field to the settings struct broke a caller (iOS), which is suboptimal. Add a new token type: `quic::AuthToken`. This will perform "all" necessary validation that was previously done ad-hoc when the token was to be transformed into an authorization header. It also helps to not fuck up the values passed to `quic::Settings::new`, since it was previously Stringly-typed. | |||||
| 2025-07-09 | Add IPv6 support to `mullvad-masque-proxy` | Markus Pettersson | 1 | -18/+64 | |
| 2025-07-09 | Add support for QUIC in the relay selector | Markus Pettersson | 1 | -3/+12 | |
| Parse new 'features' key from relay list API, and add Quic obfuscation to automatic retry order | |||||
| 2025-07-08 | Update FFI to handle new QUIC params | Jon Petersson | 1 | -4/+4 | |
| 2025-05-08 | Add QUIC obfuscation to mullvad daemon and management interface | David Lönnhager | 1 | -0/+6 | |
| 2025-05-05 | Set auth header in tunnel-obfuscation | David Lönnhager | 1 | -1/+5 | |
| 2025-05-02 | Apply changes from PR | Andrew Bulhak | 1 | -2/+7 | |
| 2025-05-02 | Add unimplemented function on Android | David Lönnhager | 1 | -0/+5 | |
| 2025-05-02 | Update mullvad-ios | David Lönnhager | 1 | -2/+0 | |
| 2025-05-02 | Prevent blocking until connected to QUIC endpoint | David Lönnhager | 1 | -24/+22 | |
| 2025-05-02 | Add Quic to tunnel-obfuscation | Andrew Bulhak | 1 | -0/+82 | |
