summaryrefslogtreecommitdiffhomepage
path: root/mullvad-ios/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson1-0/+3
2025-04-22Add test for mullvad apiSteffen Ernst1-0/+1
2025-03-25Add feature gate for app version client in mullvad-apiDavid Lönnhager1-1/+1
2025-03-03Add retry strategy to mullvad apiEmīls1-0/+1
2025-02-21Implement an FFI to fetch API IP addresses using mullvad-apiJon Petersson1-0/+7
2025-02-12Update `cbindgen`Sebastian Holmin1-1/+1
2024-12-19Update cbindgenEmīls1-1/+1
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-0/+1
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-23Add mullvad-obfuscated-dns-proxyEmīls1-0/+1
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet1-0/+36