| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-03 | Bump windows-sys version to latest | David Lönnhager | 2 | -8/+9 | |
| This also refactors and documents some code | |||||
| 2025-10-01 | Update changelog and version for installer loaderdesktop/installer-downloader/1.2.0 | David Lönnhager | 2 | -1/+6 | |
| 2025-09-23 | Upgrade `rand` to `0.9` in `installer-downloader` | Markus Pettersson | 3 | -5/+5 | |
| 2025-09-03 | Ignore versions with zero rollout in Mullvad loader and app | David Lönnhager | 1 | -1/+1 | |
| 2025-08-29 | Add version parameter to allow latest version to be returned on Linux | 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-07-10 | Run `cargo fmt` | Sebastian Holmin | 3 | -6/+6 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -5/+3 | |
| 2025-07-08 | Ignore warning from unmaintained objc crate on msg_send macro | Linus Färnstrand | 1 | -0/+5 | |
| 2025-06-16 | Bump loader version to 1.1.0desktop/installer-downloader/1.1.0 | David Lönnhager | 2 | -1/+3 | |
| 2025-06-16 | Skip incomplete installers for loader in offline mode | David Lönnhager | 1 | -0/+2 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-06-16 | Add offline mode for installer loader on Windows | Markus Pettersson | 13 | -112/+656 | |
| 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-28 | Add tests for in app upgrade tests in daemon (#8015) | Sebastian Holmin | 1 | -1/+1 | |
| Also add check for metadata version | |||||
| 2025-05-28 | Add in app upgrades to the daemon | Sebastian Holmin | 1 | -1/+1 | |
| --------- Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-26 | Update changelog | David Lönnhager | 1 | -0/+3 | |
| 2025-05-26 | Fix the installer on macOS12 by using PDF instead of SVG files | Bug Magnet | 4 | -22/+11 | |
| 2025-05-13 | Bump installer-downloader version to 1.0.0desktop/installer-downloader/1.0.0 | David Lönnhager | 2 | -1/+3 | |
| 2025-05-13 | Fix incorrect error log in installer-downloader | David Lönnhager | 1 | -1/+1 | |
| 2025-05-13 | Update changelog for installer-downloader | David Lönnhager | 1 | -0/+4 | |
| 2025-05-13 | Use default font instead Segoe Fluent Icons | David Lönnhager | 1 | -9/+2 | |
| 2025-05-06 | Bump installer downloader to 0.3.0 | Oskar | 2 | -1/+5 | |
| 2025-05-06 | Set window icon for installer-downloader | David Lönnhager | 3 | -1/+15 | |
| 2025-04-28 | Update changelog | David Lönnhager | 1 | -0/+2 | |
| 2025-04-28 | Rename Mullvad VPN installer to loader | David Lönnhager | 5 | -7/+7 | |
| 2025-04-23 | Remove `async_trait` for `VersionInfoProvider` | Sebastian Holmin | 1 | -1/+0 | |
| 2025-04-23 | Remove `async_trait` for `AppDownloader` | Sebastian Holmin | 2 | -2/+0 | |
| 2025-04-08 | Bump the version of installer downloader to 0.2.0desktop/installer-downloader/0.2.0 | Linus Färnstrand | 2 | -2/+4 | |
| This is for internal testing and dogfooding. First version pointing to and using production keys and infrastructure | |||||
| 2025-04-07 | Remove pointless sleep | David Lönnhager | 2 | -3/+5 | |
| 2025-04-03 | Share API URL via mullvad-update | David Lönnhager | 1 | -18/+3 | |
| 2025-04-03 | Set default pubkeys and pinned certificate in mullvad-update | David Lönnhager | 1 | -9/+1 | |
| 2025-03-28 | Switch from staging to prod for version metadata | David Lönnhager | 2 | -11/+2 | |
| 2025-03-25 | Clarify documentation about TOCTOU attack on installer downloader | Linus Färnstrand | 1 | -3/+6 | |
| More clearly justify why it is outside the threat model | |||||
| 2025-03-25 | Add initial changelog for installer downloader | Linus Färnstrand | 1 | -0/+24 | |
| 2025-03-21 | Do not imply that TOCTOU is mitigated by random dir name | David Lönnhager | 1 | -3/+4 | |
| 2025-03-20 | Lower downloader version to 0.1.0 | David Lönnhager | 1 | -1/+1 | |
| 2025-03-20 | Disable publishing for installer-downloader | David Lönnhager | 1 | -0/+1 | |
| 2025-03-20 | Verify that downloader has signed tag | David Lönnhager | 1 | -0/+37 | |
| 2025-03-20 | Update buildserver-upload.sh | David Lönnhager | 1 | -1/+1 | |
| Changes: - Handle checksums recursively in the upload directory - Add 'desktop-downloader' platform for uploading installer-downloader | |||||
| 2025-03-20 | Add --upload flag to installer-downloader build script | David Lönnhager | 1 | -2/+59 | |
| This flag causes a signed build to be uploaded to app-build-linux | |||||
| 2025-03-14 | Add version to installer-downloader | David Lönnhager | 6 | -16/+26 | |
| 2025-03-07 | Support multiple verifying keys in mullvad-update | David Lönnhager | 2 | -1/+3 | |
| 2025-03-05 | Fix retry version check | Sebastian Holmin | 11 | -33/+60 | |
| Hide the error message when retrying the version check fetch succeeds. | |||||
| 2025-03-05 | Add test for failed version fetching | Sebastian Holmin | 3 | -1/+121 | |
| 2025-03-05 | Add `fail_fetching` to `FakeVersionInfoProvider` | Sebastian Holmin | 2 | -5/+13 | |
| 2025-03-05 | Set font size | David Lönnhager | 2 | -1/+12 | |
| 2025-03-05 | Note that svg conversion is manual | David Lönnhager | 1 | -0/+1 | |
| 2025-03-05 | Remove comment about borrow | David Lönnhager | 1 | -1/+0 | |
| 2025-03-05 | Fetch app version before starting `ActionMessageHandler` | Sebastian Holmin | 3 | -67/+56 | |
| 2025-03-05 | Add links to RGB macro | David Lönnhager | 1 | -10/+6 | |
