summaryrefslogtreecommitdiffhomepage
path: root/mullvad-ios/src/ephemeral_peer_proxy
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin2-3/+3
2025-07-09Add unsafe block in unsafe fnSebastian Holmin1-1/+1
Also make extern blocks unsafe
2025-07-09Inline format argumentsLinus Färnstrand1-2/+2
2025-07-09Use `io:Error::other`Sebastian Holmin1-10/+4
2025-07-08Update iOS Rust extern fn variable names to match Rust standardLinus Färnstrand1-6/+10
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson3-11/+18
2025-02-12Replace `#[no_mangle]` with `#[unsafe(no_mangle)]`Sebastian Holmin1-3/+3
2024-12-27Use DAITAv2 on iOSEmīls3-45/+97
2024-12-19Use IAN TCP connection for ephemeral peer exchangeEmīls4-459/+424
2024-09-25Add FFI for encrypted-dns-proxy for iOSEmīls1-0/+1
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 Magnet3-0/+597