| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-15 | Disable search icon when entry is blocked because of daita | Jonatan Rhodin | 9 | -27/+52 | |
| 2025-05-15 | Fix connection card padding | David Göransson | 1 | -7/+2 | |
| 2025-05-15 | Fix screen height calculation | David Göransson | 1 | -1/+4 | |
| 2025-05-15 | Remove old buttonVerticalSpacing | David Göransson | 5 | -6/+5 | |
| 2025-05-15 | Use scaffold with small top bar in Filter Screen | Jonatan Rhodin | 2 | -34/+10 | |
| 2025-05-15 | Fix bottom margin | David Göransson | 19 | -39/+36 | |
| 2025-05-15 | Fix background color of rows | David Göransson | 8 | -17/+9 | |
| 2025-05-15 | Fix backgound color of split tunneling cell | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix missing divider | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix any ownership color | David Göransson | 1 | -0/+2 | |
| 2025-05-15 | Fix change to small leading padding | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix color and spacer | David Göransson | 1 | -3/+1 | |
| 2025-05-15 | Fix select location screen order and padding | David Göransson | 2 | -8/+16 | |
| 2025-05-15 | Fix notification blob colors | David Göransson | 4 | -10/+13 | |
| 2025-05-15 | Fix container color | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix notification blob none for blocking internet | David Göransson | 3 | -2/+6 | |
| 2025-05-15 | Fix hardcoded fonts in device revoked | Jonatan Rhodin | 1 | -4/+3 | |
| 2025-05-15 | Remove padding in WelcomeScreen | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Decrease buttonSpacing to 8 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Update big icon and large spinner size | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-05-15 | Fix top bar icon padding | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-05-15 | Update changelog | David Lönnhager | 1 | -1/+0 | |
| 2025-05-15 | Merge branch 'enable-all-worker-threads' | David Lönnhager | 2 | -2/+15 | |
| 2025-05-15 | Bump nightly toolchain in cargo udeps workflow | David Lönnhager | 1 | -1/+1 | |
| 2025-05-15 | Enable all worker threads | David Lönnhager | 1 | -1/+14 | |
| 2025-05-14 | Merge branch 'investigate-dns-issues-tb-3-days-des-2076' | Joakim Hulthe | 19 | -278/+523 | |
| 2025-05-14 | Make sure that deprecated rule types are emptied in PF | David Lönnhager | 2 | -7/+10 | |
| Otherwise, these may be left over after an upgrade | |||||
| 2025-05-14 | Remove unnecessary tokio::spawn | Joakim Hulthe | 1 | -7/+9 | |
| 2025-05-14 | Limit DNS exception to MDNS when flushing pf states | Joakim Hulthe | 1 | -3/+11 | |
| Not completely convinced even this is needed, but I'm confident the DNS exception is not. | |||||
| 2025-05-14 | Wait for daemon to start in install_app | Joakim Hulthe | 1 | -3/+10 | |
| 2025-05-14 | Flush in-tunnel states when toggling split-tunneling | Joakim Hulthe | 2 | -19/+55 | |
| Without this, active network connections would break when disabling split-tunneling, as the connections would try to route through the now nonexistent split-tunneling tun-device. Likewise, when enabling split-tunneling, existing connections would not get split properly. | |||||
| 2025-05-14 | Do not config resolver needlessly | David Lönnhager | 2 | -16/+39 | |
| 2025-05-14 | Add stricter checking of forwarding DNS config | Markus Pettersson | 2 | -36/+36 | |
| Do not filter out all loopback addresses, only the address of the running local DNS resolver. | |||||
| 2025-05-14 | Do not ignore loopback addrs when setting DNS | David Lönnhager | 1 | -9/+0 | |
| 2025-05-14 | Add some comments to talpid-wireguard | Joakim Hulthe | 1 | -0/+5 | |
| 2025-05-14 | Use OnDrop from talpid-types in wggors | Joakim Hulthe | 4 | -19/+5 | |
| 2025-05-14 | Remove DNS route-to hack | Joakim Hulthe | 6 | -71/+1 | |
| Since we no longer run the local DNS resolver on a non-standard port, we don't need the PF rules that rewrite the destination port. | |||||
| 2025-05-14 | Add logger to talpid-core::resolver tests | Joakim Hulthe | 3 | -8/+126 | |
| 2025-05-14 | Make local resolver tests run sequentially | Joakim Hulthe | 1 | -1/+9 | |
| 2025-05-14 | Update changelog | Markus Pettersson | 1 | -0/+4 | |
| Describe the change to always use a local DNS resolver on macOS in the changelog along with the bug that is supposedly fixed by this change. | |||||
| 2025-05-14 | Use local DNS resolver on macOS by default | Markus Pettersson | 8 | -99/+223 | |
| - Enable the local dns resolver in [talpid_core::resolver] by default on macOS. - Change the local dns resolver to not run on a non-standard port. To avoid conflicting with any other service running on 127.0.0.1:53, we instead try to bind to a random address in the 127/24 range. This requires configuring an IP address "alias" on the `lo0` network device, but should be fairly non-invasive. The alias is removed when the daemon is shut down. - Add env var `TALPID_DISABLE_LOCAL_DNS_RESOLVER` which lets you disable the local resolver. Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-05-14 | Merge branch ↵ | David Göransson | 1 | -7/+6 | |
| 'password-manager-save-account-may-be-prompted-multiple-times-droid-1989' | |||||
| 2025-05-14 | Fix save account prompted multiple times | David Göransson | 1 | -7/+6 | |
| 2025-05-14 | Merge branch 'add-tobias-and-davids-keys' | Oskar | 2 | -0/+70 | |
| 2025-05-14 | Add Tobias and Davids PGP keys | Oskar | 2 | -0/+70 | |
| 2025-05-14 | Add change from Classic McEliece -> HQC in the mobile changelogs | Linus Färnstrand | 2 | -0/+9 | |
| 2025-05-14 | Merge branch 'fix-flaky-ci' | David Lönnhager | 4 | -0/+20 | |
| 2025-05-14 | Fix flaky GitHub workflows | David Lönnhager | 4 | -0/+20 | |
| 2025-05-14 | Merge branch 'fix-log-truncation-tests' | David Lönnhager | 1 | -2/+4 | |
| 2025-05-14 | Truncate test framework logs to include recent logs, not the oldest | David Lönnhager | 1 | -2/+4 | |
