| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-25 | Add FFI for encrypted-dns-proxy for iOS | Emīls | 3 | -0/+223 | |
| 2024-09-25 | Upgrade `tonic` to 0.12 and `prost` to 0.13 | Sebastian Holmin | 1 | -12/+8 | |
| Upgrading `tonic` is a prerequisite to later on upgrading `hyper` to version 1.0. As of version 1.0, `hyper` no longer uses `tokio`s `AsyncWriter` and `AsyncReader` traits, instead defining its own versions, see <https://github.com/hyperium/hyper/issues/3110>. As tonic `0.12` is updated to use the `hyper 1.0` ecosystem, it changed some of its trait-bounds to the new `hyper` traits. The `hyper-utils` crate provides the wrapper `TokioIo`, which converts between the two. `prost` had to be upgraded as well, for compatibility. | |||||
| 2024-09-06 | Enable Daita in the PacketTunnel actor | Bug Magnet | 4 | -64/+90 | |
| 2024-08-16 | Add CI job for mullvad-ios | David Lönnhager | 1 | -1/+1 | |
| 2024-08-16 | Fix mullvad-ios build | David Lönnhager | 1 | -2/+2 | |
| 2024-07-26 | Close TCP connection once PQ key is negotiated | mojganii | 1 | -0/+13 | |
| 2024-07-17 | Add a Rust FFI, Disable sandboxing for scripts | Bug Magnet | 8 | -0/+987 | |
