| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-23 | Use rollout threshold to determine if client should be updated | Markus Pettersson | 1 | -2/+3 | |
| 2025-09-23 | Document why `rand` can't be upgraded in `mullvad-update` | Markus Pettersson | 1 | -3/+5 | |
| Update `rand` as a dev dependency in `mullvad-update` | |||||
| 2025-09-03 | Add command for querying latest version to mullvad-release | David Lönnhager | 1 | -1/+1 | |
| 2025-09-03 | Implement EnumIter for mullvad-update architecture enum | David Lönnhager | 1 | -0/+1 | |
| 2025-08-26 | Update `reqwest` to resolve dependency conflict | Sebastian Holmin | 1 | -1/+1 | |
| Note that the new version increases the size of Mullvad loader a bit, forcing us to bump the limit in the CI check. We should consider replacing it with a smaller alternative, perhaps `hyper_rustls`. | |||||
| 2025-06-16 | Do not rely on DNS for API in installer-downloader | David Lönnhager | 1 | -0/+1 | |
| 2025-06-16 | Add offline mode for installer loader on Windows | Markus Pettersson | 1 | -0/+1 | |
| Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-05-28 | Add download timeout and retry logic (#8149) | Sebastian Holmin | 1 | -1/+1 | |
| * Add timeout to download * Retry failed downloads on network errors Previously, the download would either fail immediately or hang indefinitely if when the user e.g. changed their tunnel state. * Fix progress when resuming download * Import thiserror on all platforms * Add to installer downloader changelog | |||||
| 2025-05-14 | Use HQC-256 instead of Classic McEliece in quantum-resistant handshake | Linus Färnstrand | 1 | -1/+1 | |
| 2025-04-23 | Remove `async_trait` from `Cargo.toml` | Sebastian Holmin | 1 | -2/+1 | |
| 2025-03-07 | Fix vec1 being optional incorrectly | David Lönnhager | 1 | -2/+2 | |
| 2025-03-07 | Set all bytes to zero for secret key when dropped | David Lönnhager | 1 | -1/+2 | |
| 2025-03-07 | Support multiple verifying keys in mullvad-update | David Lönnhager | 1 | -1/+2 | |
| 2025-03-06 | Fix unused dependency | David Lönnhager | 1 | -1/+3 | |
| 2025-03-06 | Extend meta tool and move to own package | David Lönnhager | 1 | -2/+2 | |
| 2025-03-05 | Clean up `Cargo.toml` | Markus Pettersson | 1 | -1/+1 | |
| 2025-03-05 | Switch to rustls for installer-downloader | David Lönnhager | 1 | -2/+1 | |
| This also increases the file size limit with around 1M | |||||
| 2025-03-05 | Use user-accessible random temp dir on macOS | David Lönnhager | 1 | -4/+1 | |
| 2025-03-05 | Hide components that are not needed on Linux in mullvad-update | David Lönnhager | 1 | -7/+13 | |
| 2025-03-05 | Print reason for error | David Lönnhager | 1 | -0/+1 | |
| 2025-03-05 | Set app download cache to a read-only directory | David Lönnhager | 1 | -0/+1 | |
| Notably, this means that the loader must run as a privileged user | |||||
| 2025-03-05 | Add improved API response parse tests | David Lönnhager | 1 | -0/+1 | |
| 2025-03-05 | Add mullvad-version-metadata tool | David Lönnhager | 1 | -0/+12 | |
| `format` was also updated to support signing | |||||
| 2025-03-05 | Implement version provider for API responses | David Lönnhager | 1 | -4/+4 | |
| This also replaces the PGP verifier with a SHA256 checksum verifier | |||||
| 2025-03-05 | Add initial web installer and upgrades scaffold | David Lönnhager | 1 | -0/+31 | |
