summaryrefslogtreecommitdiffhomepage
path: root/mullvad-ios/src
AgeCommit message (Collapse)AuthorFilesLines
2024-09-25Add FFI for encrypted-dns-proxy for iOSEmīls3-0/+223
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-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-06Enable Daita in the PacketTunnel actorBug Magnet4-64/+90
2024-08-16Add CI job for mullvad-iosDavid Lönnhager1-1/+1
2024-08-16Fix mullvad-ios buildDavid Lönnhager1-2/+2
2024-07-26Close TCP connection once PQ key is negotiatedmojganii1-0/+13
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet8-0/+987