summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Enable more of the Allowed-by-default lints in rustcLinus Färnstrand2-2/+19
2024-04-02Merge branch 'forbid-unicode-idents-in-rust'Linus Färnstrand3-0/+13
2024-04-02Require changes to Cargo.toml to be signedLinus Färnstrand1-0/+3
2024-04-02Deny non-ascii Rust identifiersLinus Färnstrand2-0/+10
2024-03-28Merge branch 'remove-settings-only-on-app-uninstall-ios-577'Bug Magnet3-7/+4
2024-03-28Remove settings only on app uninstallJon Petersson3-7/+4
2024-03-28Merge branch 'document-git-commit-message-workflow-better'Linus Färnstrand1-0/+3
2024-03-28Add comments about what the git commit message checking workflows doLinus Färnstrand1-0/+3
2024-03-28Merge branch 'upgrade-golang'Linus Färnstrand1-1/+1
2024-03-28Upgrade go to 1.21 in go.modLinus Färnstrand1-1/+1
2024-03-28Merge branch 'investigate-crash-in-locationdatasource-ios-567'Bug Magnet1-9/+9
2024-03-28Queue all updates to snapshot in LocationDataSource asynchronouslyJon Petersson1-9/+9
2024-03-28Merge branch 'apply-relay-filters-to-custom-lists-ios-564'Bug Magnet3-11/+14
2024-03-28Apply filtering on custom listsmojganii3-11/+14
2024-03-28Merge branch 'fix-android-unwrap'Markus Pettersson6-52/+103
2024-03-28Do not panic when reading public key of relayMarkus Pettersson6-52/+103
2024-03-27Merge branch 'fix-drop-tokio-runtime' into mainDavid Lönnhager1-11/+12
2024-03-27Exit before dropping tokio runtimeDavid Lönnhager1-11/+12
2024-03-27Merge remote-tracking branch 'origin/add-tidy-as-verb'Linus Färnstrand1-0/+2
2024-03-27Add tidy as commit message verbAndrew Bulhak1-0/+2
2024-03-27Bump opinionated-commit-message github action to version with more verbsLinus Färnstrand1-3/+1
2024-03-27Merge remote-tracking branch 'origin/ignore-block-command-unsecured'David Lönnhager3-10/+8
2024-03-27Ignore block tunnel command except in secured statesDavid Lönnhager3-10/+8
2024-03-27Merge branch 'optimize-order-of-connection-parameters-when-trying-to-des-543'Markus Pettersson51-3478/+4649
2024-03-27Refactor `mullvad-relay-selector`Markus Pettersson51-3478/+4649
2024-03-27Merge branch 'macos-daemon-permission-check-is-broken-on-macos-14-des-599'Oskar Nyberg2-0/+8
2024-03-27Warn when running --launch-daemon-status on devJoakim Hulthe2-0/+8
2024-03-27Merge branch 'decouple-device-check-from-retry-order-des-715'Markus Pettersson1-143/+145
2024-03-27Reset device check counter more seldomMarkus Pettersson1-143/+145
2024-03-26Merge branch 'update-repo-screenshots-droid-825'Albin15-0/+0
2024-03-26Rename feature graphicAlbin1-0/+0
2024-03-26Update phone screenshotsAlbin14-0/+0
2024-03-26Merge branch 'update-denytoml-for-newer-format-des-711'Linus Färnstrand3-59/+41
2024-03-26Require signatures to update test/deny.tomlLinus Färnstrand1-0/+1
2024-03-26Update [deny] section of the deny.toml filesLinus Färnstrand2-9/+0
2024-03-26Update [advisories] section of our deny.toml files to version 2Linus Färnstrand2-14/+2
2024-03-26Update and align [sources] section of our deny.toml filesLinus Färnstrand2-5/+9
2024-03-26Update [licenses] section of deny.toml to version 2Linus Färnstrand2-22/+5
2024-03-26Update cargo deny targetsLinus Färnstrand2-9/+24
2024-03-26Merge branch 'fix-upgrade-test'David Lönnhager1-2/+1
2024-03-26Enter blocking state correctly in upgrade testDavid Lönnhager1-2/+1
2024-03-26Merge branch 'clean-up-ios-python-deps'Linus Färnstrand3-259/+5
2024-03-26Update documentation regarding iOS localizationLinus Färnstrand1-23/+5
2024-03-26Remove all iOS related python code since it's unusedLinus Färnstrand2-200/+0
2024-03-26Remove requirements.txt entries that are not actually our dependenciesLinus Färnstrand1-36/+0
2024-03-26Point the hickory-dns dependency to our own fork of the repoLinus Färnstrand3-10/+14
2024-03-25Merge branch 'fix-broken-ios-ci-by-updating-rust-ios-576'Bug Magnet5-5/+21
2024-03-25Run iOS CI workflow when changing the root Cargo toml fileBug Magnet1-0/+1
2024-03-25Force the rust version to the current stable releaseBug Magnet5-5/+20
2024-03-25Merge branch 'test-wireguard-over-tcp-manually-ios-431'Bug Magnet20-18/+429