summaryrefslogtreecommitdiffhomepage
path: root/mullvad-ios/src/lib.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-09Allow undocumented unsafe code in `mullvad-ios`Sebastian Holmin1-0/+1
Since upgrading the Rust version enforces many new unsafe blocks, we have to temporarily disable this lint to upgrade the Rust edition.
2025-07-08Update FFI to handle new QUIC paramsJon Petersson1-16/+28
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson1-2/+0
2025-02-25Allow undocumented_unsafe_blocks in some modulesJoakim Hulthe1-0/+2
2025-02-21Implement an FFI to fetch API IP addresses using mullvad-apiJon Petersson1-0/+1
2025-02-12Replace `#[no_mangle]` with `#[unsafe(no_mangle)]`Sebastian Holmin1-1/+1
2024-11-13Add shadowsocks obfuscation as an optionBug Magnet1-1/+1
2024-09-25Add FFI for encrypted-dns-proxy for iOSEmīls1-0/+1
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet1-1/+1
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet1-0/+34