summaryrefslogtreecommitdiffhomepage
path: root/mullvad-types
AgeCommit message (Expand)AuthorFilesLines
2025-11-03Add `#[track_caller]` to `Constraint::unwrap` for better panic messagesMarkus Pettersson1-0/+1
2025-10-23Use rollout threshold to determine if client should be updatedMarkus Pettersson1-0/+9
2025-10-21Add support for multihop entry filters in daemonKalle Lindström2-1/+5
2025-10-14Show recent in all cases when recents enabledKalle Lindström1-5/+3
2025-09-30Remove LWO feature. This makes the feature not hidden in the CLIDavid Lönnhager2-4/+0
2025-09-30Add feature indicator for LWODavid Lönnhager1-0/+5
2025-09-30Add LWO relay list feature and filteringDavid Lönnhager1-0/+12
2025-09-30Add v11 settings migrationTobias Järvelöv1-1/+3
2025-09-30Rename block_when_disconnected to lockdown_mode in mullvad cratesTobias Järvelöv2-4/+4
2025-09-30Add access method update_builtin functionTobias Järvelöv1-0/+24
2025-09-30Verify that an access method has a unique name before updatingTobias Järvelöv1-3/+14
2025-09-30Verify that an access method has a unique name before appendingTobias Järvelöv1-2/+4
2025-09-30Add function to verify that an access method has a unique nameTobias Järvelöv1-0/+15
2025-09-30Update Error to derive PartialEqTobias Järvelöv1-1/+1
2025-09-30Add DuplicateName ErrorTobias Järvelöv1-0/+2
2025-09-25Select random in-address for QUICDavid Lönnhager1-6/+6
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager1-8/+12
2025-09-15Hide LWO behind feature flag in CLIDavid Lönnhager2-0/+4
2025-09-15Add LWO obfuscatorDavid Lönnhager1-0/+2
2025-08-28Enable PQ by default on AndroidKalle Lindström1-3/+3
2025-08-18Fail if QUIC address set is emptyDavid Lönnhager2-5/+9
2025-08-14Set relay to current country on first startKalle Lindström4-1/+197
2025-08-12Feed access method UUID back from Rust to Swift, and save itAndrew Bulhak1-0/+4
2025-08-08Reject invalid multihop recentsKalle Lindström1-0/+13
2025-07-24Add current relay to recents if selectedKalle Lindström1-2/+2
2025-07-23Refactor Relay protobuf typeMarkus Pettersson1-61/+67
2025-07-23Add `Relay::Features` message to protobufMarkus Pettersson1-0/+4
2025-07-16Add Quic to list of feature indicatorsMarkus Pettersson1-10/+14
2025-07-10Implement recents support in daemonKalle Lindström1-0/+73
2025-07-10Run `cargo fmt`Sebastian Holmin11-51/+51
2025-07-09Remove useless `vec`Sebastian Holmin1-7/+13
2025-07-09Add support for QUIC in the relay selectorMarkus Pettersson1-1/+116
2025-07-09Remove debug gating of QUIC for desktopMarkus Pettersson1-3/+0
2025-07-09Inline format argumentsLinus Färnstrand1-5/+5
2025-06-24Enable support for creating a custom list with locationsJonatan Rhodin2-8/+28
2025-06-09Add `AllowedIps` setting to CLISebastian Holmin2-4/+135
2025-05-28Add in app upgrades to the daemonSebastian Holmin1-3/+20
2025-05-28Implement new version check and app downloaderDavid Lönnhager2-10/+39
2025-05-08Add QUIC obfuscation to mullvad daemon and management interfaceDavid Lönnhager1-0/+5
2025-04-10Revert smart routing logic for DAITA: Multihop feature indicatorDavid Göransson1-20/+42
2025-04-04Implement new debug commands: `relay disable` and `relay enable`Markus Pettersson1-0/+8
2025-03-07Add tunnel protocol migration to new v10Sebastian Holmin1-1/+3
2025-03-05Remove automatic tunnel typeDavid Lönnhager1-1/+1
2025-02-18Unify daemon app version typesKalle Lindström1-176/+0
2025-01-27Allow maximum rotation interval to be set in CLIDavid Lönnhager1-1/+1
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