| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 2 | -3/+3 | |
| 2025-07-09 | Add unsafe block in unsafe fn | Sebastian Holmin | 1 | -1/+1 | |
| Also make extern blocks unsafe | |||||
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -2/+2 | |
| 2025-07-09 | Use `io:Error::other` | Sebastian Holmin | 1 | -10/+4 | |
| 2025-07-08 | Update iOS Rust extern fn variable names to match Rust standard | Linus Färnstrand | 1 | -6/+10 | |
| 2025-04-24 | Expose TransportSelector to mullvad-ios | Jon Petersson | 3 | -11/+18 | |
| 2025-02-12 | Replace `#[no_mangle]` with `#[unsafe(no_mangle)]` | Sebastian Holmin | 1 | -3/+3 | |
| 2024-12-27 | Use DAITAv2 on iOS | Emīls | 3 | -45/+97 | |
| 2024-12-19 | Use IAN TCP connection for ephemeral peer exchange | Emīls | 4 | -459/+424 | |
| 2024-09-25 | Add FFI for encrypted-dns-proxy for iOS | Emīls | 1 | -0/+1 | |
| 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 | 3 | -0/+597 | |
