| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-16 | Remove buildserver-build check for windows-installer | Linus Färnstrand | 1 | -9/+2 | |
| We have had this crate for long enough to not support building before it now | |||||
| 2025-10-16 | Stop running `rustup update`. Version is handled by rust-toolchain.toml | Linus Färnstrand | 1 | -6/+0 | |
| 2025-09-30 | Switch swiftformat to swift-format | Steffen | 1 | -3/+0 | |
| 2025-09-18 | Create custom action for Mullvad build env | David Lönnhager | 1 | -36/+0 | |
| 2025-09-04 | Add a test that asserts DAITA increases packet size on average | Bug Magnet | 1 | -2/+4 | |
| 2025-09-01 | Bump `tracing-subscriber` to `0.3.20` | Markus Pettersson | 1 | -12/+5 | |
| Mitigate CVE-2025-58160: https://osv.dev/vulnerability/GHSA-xwfj-jgwm-7wp5 | |||||
| 2025-08-12 | Invalidate CDN cache after uploading release artifacts | David Lönnhager | 2 | -0/+21 | |
| 2025-08-08 | Remove all usage of USE_MOLD env var for containers | Linus Färnstrand | 2 | -3/+2 | |
| 2025-07-29 | Ignore checksums file in artifacts directory | David Lönnhager | 1 | -5/+8 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -1/+1 | |
| 2025-06-23 | Add Karl's gpg key | Albin | 1 | -0/+35 | |
| 2025-05-16 | Add assert | Kalle Lindström | 1 | -2/+6 | |
| 2025-05-16 | Remove Option and use #[serde(default)] instead | Kalle Lindström | 2 | -10/+12 | |
| 2025-05-16 | Fix formatting | Kalle Lindström | 1 | -4/+15 | |
| 2025-05-16 | Add block all except destination api | Kalle Lindström | 4 | -61/+186 | |
| * add `block_all_except_dst` field to /rule api call. Normally a packet sent to `dst` would match the block rule, but this inverts that so that any packet *not* sent to `dst` will match the block rule. * remove `block_wireguard` field from /rule Blocking wireguard is now done by adding "wireguard" to the protocols list. | |||||
| 2025-05-16 | Add release channel name as extra deb repo codename | Linus Färnstrand | 3 | -5/+16 | |
| Allows specifying a static codename. Allows users on non Debian/Ubuntu distros to successfully use the repositories even though their lsb_release command does not print a supported codename. We are transitioning towards only having the "stable" and "beta" code names | |||||
| 2025-05-14 | Add Tobias and Davids PGP keys | Oskar | 2 | -0/+70 | |
| 2025-05-14 | Improve error handling in buildserver code checkout | Oskar | 1 | -1/+8 | |
| 2025-05-08 | Silence the rexml vulnerability for another 6 months | Bug Magnet | 1 | -1/+1 | |
| 2025-04-17 | Update build script to work with submodules | Jon Petersson | 1 | -1/+2 | |
| 2025-04-16 | Add Ubuntu Plucky repository | David Lönnhager | 1 | -1/+1 | |
| 2025-04-08 | Bump `tokio` to `1.44.2` | Markus Pettersson | 1 | -2/+2 | |
| Fixes RUSTSEC-2025-0023 | |||||
| 2025-03-31 | Update to nixos-24.11 | Kalle Lindström | 3 | -6/+6 | |
| 2025-03-31 | Pass reference instead of MutexGuard | Kalle Lindström | 2 | -10/+12 | |
| 2025-03-31 | Add ability to block IP by prefix | Kalle Lindström | 6 | -30/+52 | |
| The REST API now accepts src and dst IP networks, e.g. 45.83.223.0/24 which will block all addressess in the matching subnet. | |||||
| 2025-03-31 | Add ability to block wireguard traffic | Kalle Lindström | 3 | -68/+144 | |
| 2025-03-26 | Remove WiFi AP configuration | Emīls | 2 | -59/+1 | |
| 2025-03-26 | Add api.stagemole.eu IP for staging wg | Emīls | 1 | -0/+2 | |
| 2025-03-26 | Allow returning traffic from staging interface | Emīls | 1 | -2/+2 | |
| 2025-03-26 | Add iOS test router | Emīls | 19 | -0/+2943 | |
| 2025-03-20 | Trim surrounding whitespace in checksum files | David Lönnhager | 1 | -1/+3 | |
| 2025-03-20 | Update buildserver-upload.sh | David Lönnhager | 1 | -11/+18 | |
| Changes: - Handle checksums recursively in the upload directory - Add 'desktop-downloader' platform for uploading installer-downloader | |||||
| 2025-03-20 | Add purging of Bunny CDN cache upon uploading new linux repository | Linus Färnstrand | 2 | -0/+25 | |
| 2025-03-11 | Sleep before rsync to avoid remote file locking issue | Linus Färnstrand | 1 | -0/+4 | |
| 2025-03-11 | Move browser files to WORKDIR only after all fallible downloads | Linus Färnstrand | 1 | -2/+7 | |
| Fixes bug where downloading a new stable could replace the artifact in $WORKDIR/, and then a download of the alpha could fail, aborting the script. but since the WORKDIR cache of stable was already replaced, subsequent runs would not trigger a notification to the repository builder, as the stable artifact in WORKDIR would be identical at this point. Saving the move to WORKDIR until last prevents this hickup | |||||
| 2025-03-11 | Specify what file to check with gpg explicitly | Linus Färnstrand | 1 | -1/+1 | |
| Reduces noisy output from gpg | |||||
| 2025-02-18 | Add alpha release for mullvad-browser to linux repositories | Linus Färnstrand | 1 | -3/+1 | |
| 2025-02-12 | Revert "Remove Markus GPG pubkey" | Markus Pettersson | 1 | -0/+35 | |
| This reverts commit 7eedcd8c025fe2b94029d10a08356db5f1cb58c9. | |||||
| 2025-02-10 | Remove Markus GPG pubkey | Markus Pettersson | 1 | -35/+0 | |
| 2025-02-07 | Update all CI to update wireguard-go submodule more explicitly | Linus Färnstrand | 2 | -2/+2 | |
| 2025-01-22 | Add --workspace to cargo invocations, to test all crates | Linus Färnstrand | 1 | -2/+5 | |
| 2024-12-16 | Set includepkgs in RPM repo | David Lönnhager | 1 | -1/+2 | |
| 2024-12-10 | Build universal installer in buildserver-build.sh | David Lönnhager | 1 | -4/+10 | |
| 2024-12-03 | Run play publish tasks on build server | Albin | 1 | -1/+1 | |
| 2024-11-26 | Add GPG key for Jon | Linus Färnstrand | 1 | -0/+35 | |
| 2024-11-14 | Update script and code references to gui-directory | Oskar | 1 | -1/+2 | |
| 2024-11-01 | Ignore rexml vulnerabilities until 1st of May 2025 | Bug Magnet | 1 | -0/+8 | |
| 2024-10-24 | Add new gpg key for Jonatan | Linus Färnstrand | 1 | -0/+35 | |
| 2024-10-02 | Remove architecture suffix on Windows x64 installer | Oskar | 1 | -1/+1 | |
| 2024-09-30 | Add oracular to list of ubuntu versions to generate deb repositories for | Markus Pettersson | 1 | -1/+1 | |
