| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-28 | Allow caping concurrent processes when building Windows modules | Markus Pettersson | 2 | -3/+23 | |
| 2025-08-28 | Merge branch 'update-dependencies-droid-2150' | David Göransson | 4 | -617/+377 | |
| 2025-08-28 | Update lockfile | David Göransson | 2 | -608/+368 | |
| 2025-08-28 | Update baseline | David Göransson | 1 | -2/+2 | |
| 2025-08-28 | Bump protobuf to 4.32.0 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump grpc to 1.75.0 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump kermit to 2.0.8 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump lifecycle to 2.9.3 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump agp to 8.12.1 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump ksp to 2.2.10-2.0.2 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump kotlin to 2.2.10 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Merge branch 'add-confirmation-dialogs-regarding-account-creation-and-ios-1232' | Jon Petersson | 8 | -5/+138 | |
| 2025-08-28 | Add confirmation dialogs when removing saved account number | Steffen | 8 | -5/+138 | |
| 2025-08-28 | Merge branch 'port-android-app-2025.7-beta1-to-main' | Jonatan Rhodin | 3 | -3/+7 | |
| 2025-08-28 | Update android app version to 2025.7-beta1 | Jonatan Rhodin | 2 | -2/+2 | |
| 2025-08-28 | Update changelog for android/2025.7-beta1 | Jonatan Rhodin | 1 | -1/+5 | |
| 2025-08-28 | Merge branch 'enable-quantum-resistant-tunnels-droid-1838' | Kalle Lindström | 1 | -3/+3 | |
| 2025-08-28 | Enable PQ by default on Android | Kalle Lindström | 1 | -3/+3 | |
| 2025-08-28 | Merge branch 'fix-relay-features-not-being-found-on-cached-relays' | Jon Petersson | 3 | -42/+26 | |
| 2025-08-28 | Fix relay features not present on cached relays | Jon Petersson | 3 | -42/+26 | |
| 2025-08-28 | Merge branch 'rust-android-gradle-submodule' | Kalle Lindström | 22 | -174/+1365 | |
| 2025-08-28 | Upgrade to Gradle 9.0.0 | Kalle Lindström | 1 | -2/+2 | |
| 2025-08-28 | Update Android build documentation | Kalle Lindström | 2 | -5/+9 | |
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 19 | -167/+1354 | |
| 2025-08-27 | Merge branch 'change-settings-header-to-small-title-des-1705' | Tobias Järvelöv | 2 | -8/+1 | |
| 2025-08-27 | Update translations | Tobias Järvelöv | 1 | -1/+0 | |
| 2025-08-27 | Change settings header to small title | Tobias Järvelöv | 1 | -7/+1 | |
| Remove the large "Settings" title in favor of using only the title in the top bar. | |||||
| 2025-08-27 | Merge branch 'masque-test-interleaved-packets' | Sebastian Holmin | 1 | -3/+38 | |
| 2025-08-27 | Add test to masque proxy for interleaved fragments | Sebastian Holmin | 1 | -3/+38 | |
| 2025-08-27 | Merge branch 'add-error-message-for-voucher-des-24' | Oskar | 5 | -8/+70 | |
| 2025-08-27 | Update translations | Oskar | 1 | -3/+4 | |
| 2025-08-27 | Add warning about voucher input looks like account number | Oskar | 2 | -5/+36 | |
| 2025-08-27 | Add isAccountNumber utility function | Oskar | 2 | -0/+30 | |
| 2025-08-27 | Merge branch 'update-volta-build-instructions-des-2082' | Oskar | 1 | -2/+6 | |
| 2025-08-27 | Update volta install instructions | Oskar | 1 | -2/+6 | |
| 2025-08-26 | Merge branch 'update-boringtun' | Sebastian Holmin | 14 | -139/+211 | |
| 2025-08-26 | Pin Zig version in CI | Sebastian Holmin | 1 | -0/+2 | |
| 2025-08-26 | Add "CDLA-Permissive-2.0" license | Sebastian Holmin | 2 | -2/+4 | |
| 2025-08-26 | Update `reqwest` to resolve dependency conflict | Sebastian Holmin | 9 | -113/+171 | |
| 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-08-26 | Update boringtun, adding multihop fixes and GRO | Sebastian Holmin | 3 | -24/+34 | |
| Adds: - Userspace multihop de-fragmentation - PcapSniffer - UDP GRO on Linux Also updates setup of userspace multihop on the deamon side, as `PacketChannel` has been replaced with specifc channel types that implement the `IpSend`, `IpRecv`, `UdpSend` and `UdpRecv` traits. | |||||
| 2025-08-26 | Merge branch 'automate-remaining-parts-of-tcp-obfuscation-test-des-2209' | Oskar | 17 | -95/+289 | |
| 2025-08-26 | Stop running disconnected.spec.ts as part of automated tests | Oskar | 1 | -8/+0 | |
| 2025-08-26 | Add comment describing purpose of disconnected.spec.ts | Oskar | 1 | -0/+4 | |
| 2025-08-26 | Refactor environment variables | Oskar | 1 | -14/+15 | |
| 2025-08-26 | Add additional udp-over-tcp tests | Oskar | 3 | -15/+70 | |
| 2025-08-26 | Add functions to main route object model | Oskar | 2 | -0/+14 | |
| 2025-08-26 | Add route object models for wireguard and udp-over-tcp settings | Oskar | 9 | -0/+88 | |
| 2025-08-26 | Add navigation object model for tests | Oskar | 3 | -0/+31 | |
| 2025-08-26 | Use RouteObjectModel for setup of tunnel-state.spec.ts | Oskar | 1 | -3/+10 | |
| 2025-08-26 | Group tunnel state tests together | Oskar | 1 | -86/+88 | |
