summaryrefslogtreecommitdiffhomepage
path: root/mullvad-types/src
AgeCommit message (Expand)AuthorFilesLines
2025-01-22Implement FromStr on GeographicLocationConstraintMarkus Pettersson1-0/+53
2024-12-12Remove some deprecated ref patternsJoakim Hulthe2-5/+5
2024-12-10Set direct only default to false on androidJonatan Rhodin1-4/+2
2024-10-31Do not fallback to direct API connections when testing access methodsMarkus Pettersson1-7/+4
2024-10-29Remove `block_when_disconnected` setting on AndroidMarkus Pettersson3-1/+6
2024-10-23Add default `serde` value for encrypted DNS proxy settingMarkus Pettersson1-0/+3
2024-10-23Enable Encrypted DNS proxy access method in the daemonMarkus Pettersson1-0/+1
2024-10-23Define the built-in access method "Encrypted DNS proxy"Markus Pettersson1-3/+17
2024-10-07Set "Direct only" to `false` as defaultSebastian Holmin1-2/+24
2024-10-07Simplify the DAITA + multihop feature indicator logicSebastian Holmin1-33/+6
2024-10-07Sort feature indicators in alphabetical order in debug fmtSebastian Holmin1-2/+16
2024-10-07Replace `smart_routing` with `use_multihop_if_necessary` in daemonSebastian Holmin2-40/+78
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager1-5/+0
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-7/+8
2024-09-26Enable IPv6 by default on macOSDavid Lönnhager1-2/+2
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe1-0/+5
2024-09-24Change auto quantum resistant state to enabled on WindowsDavid Lönnhager1-3/+7
2024-09-17Align Smart routing GUI with design specJoakim Hulthe2-20/+34
2024-09-17Implement daita use_anywhere feature indicatorJoakim Hulthe1-0/+32
2024-09-17Pick DAITA use_anywhere relays based on distance to selected locationJoakim Hulthe1-2/+3
2024-09-17Remove Option from Relay::locationJoakim Hulthe2-14/+18
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe1-0/+2
2024-09-17Add `use_anywhere` daita settingJoakim Hulthe1-0/+3
2024-09-16Add `Display` and `is_empty` to `FeatureIndicators`Sebastian Holmin1-5/+27
2024-09-02Replace footgunny From implementations for RelayQueryDavid Lönnhager1-0/+9
2024-08-28Filter out OpenVPN relays when a core privacy feature is enabledDavid Lönnhager1-6/+27
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager2-7/+8
2024-08-22Fix IP-override feature indicatorSebastian Holmin3-17/+38
2024-08-21Add reminder to update test on new indicatorsSebastian Holmin1-2/+21
2024-08-21Add unit test for feature indicatorSebastian Holmin1-1/+176
2024-08-20Fix feature indicators missing during connecting stateSebastian Holmin2-28/+84
2024-08-16Add Shadowsocks feature indicatorDavid Lönnhager1-0/+2
2024-08-16Simplify random port selectionDavid Lönnhager1-0/+7
2024-08-16Use range types for all port rangesDavid Lönnhager1-3/+6
2024-08-16Remove additional Shadowsocks addresses when overrides are presentDavid Lönnhager1-1/+12
2024-08-16Add tests for ShadowsocksDavid Lönnhager1-0/+7
2024-08-16Add Shadowsocks obfuscation support to mullvad-daemonDavid Lönnhager2-0/+19
2024-08-16Parse shadowsocks ports in relay listDavid Lönnhager1-0/+6
2024-08-14Add typed target tunnel stateDavid Lönnhager1-0/+39
2024-08-14Redo error handling `test_automatic_wireguard_rotation`Markus Pettersson1-10/+5
2024-08-07Add --json flag to `mullvad status`Joakim Hulthe1-3/+3
2024-08-01Implement feature indicators in daemonJoakim Hulthe4-5/+139
2024-07-26Enable quantum-resistant tunnels by default on macOSLinus Färnstrand1-3/+3
2024-07-26Fix `doc list item missing indentation`Sebastian Holmin2-2/+3
2024-06-25Add `daita` as a Cargo cfg variableMarkus Pettersson1-4/+4
2024-06-25Enable DAITA for linux in CLI and typesSebastian Holmin1-4/+4
2024-06-24Run `cargo +nightly fmt`Sebastian Holmin3-7/+15
2024-06-10Add Constraint::and_thenDavid Lönnhager1-0/+7
2024-05-29Migrate to gRPCDavid Göransson13-539/+75
2024-05-03Replace ToString impl with Display implDavid Lönnhager1-6/+7