summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/migrations
AgeCommit message (Expand)AuthorFilesLines
2025-10-21Add support for multihop entry filters in daemonKalle Lindström3-1/+161
2025-10-03Bump windows-sys version to latestDavid Lönnhager1-3/+4
2025-09-30Add v11 settings migrationTobias Järvelöv3-0/+465
2025-07-22Remove comment about v9 settings migration still being openLinus Färnstrand1-2/+0
2025-07-22Remove #[allow(unused_variables)] from settings migrationLinus Färnstrand1-1/+0
2025-07-22Remove unused code from settings migrationLinus Färnstrand2-66/+0
2025-07-15Allow some unused structsMarkus Pettersson2-0/+2
2025-07-15Run `cargo fmt`Markus Pettersson1-7/+6
2025-07-15Run `crago +nightly clippy --fix`Markus Pettersson4-57/+53
2025-07-10Run `cargo fmt`Sebastian Holmin4-10/+9
2025-04-10Fix some compilation errors on macOS for Rust 2024David Lönnhager1-1/+1
2025-03-07Test that running migrations results in the most recent settings versionDavid Lönnhager3-41/+50
2025-03-07Simplify tests and improve coverageSebastian Holmin1-451/+68
2025-03-07Add tunnel protocol migration to new v10Sebastian Holmin2-0/+557
2025-03-07Remove tunnel protocol migration from v9Sebastian Holmin1-56/+3
2025-03-05Add test for v9 tunnel type migrationDavid Lönnhager1-49/+285
2025-03-05Migrate settings for tunnel typeDavid Lönnhager1-0/+63
2025-02-25Refactor unsafe slightly in mullvad_daemon::migrationsJoakim Hulthe1-12/+32
2025-02-12Format workspaceSebastian Holmin4-8/+8
2025-02-12Fix `clippy::precedence`Sebastian Holmin5-16/+19
2025-02-12Run `cargo +beta fix --edition`Sebastian Holmin1-3/+3
2024-11-28Fix clippy warningsMarkus Pettersson1-1/+1
2024-10-01Rename account "token" to account "number"Joakim Hulthe3-22/+22
2024-09-02Run `cargo +nightly clippy --fix`Markus Pettersson1-4/+2
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+2
2024-06-24Run `cargo +nightly fmt`Sebastian Holmin2-13/+17
2024-06-03Fix v9 migration testDavid Lönnhager1-236/+1
2024-05-29Migrate to gRPCDavid Göransson2-3/+698
2024-04-25Update windows-sysJoakim Hulthe1-3/+2
2024-04-22Fix broken lints in rustdocsSebastian Holmin1-1/+1
2024-03-27Refactor `mullvad-relay-selector`Markus Pettersson4-4/+4
2024-02-28Tweak migrations template fn versions_matchesJoakim Hulthe1-2/+1
2024-02-28Fix migrations/v6.rs docsJoakim Hulthe1-6/+3
2024-02-28Migrate settings to v9Joakim Hulthe2-0/+304
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-30/+28
2024-02-05Test whether the default settings use the correct versionDavid Lönnhager1-15/+47
2024-01-31Change API access methods settings formatMarkus Pettersson1-27/+286
2024-01-12Validate SOCKS5 credentialsMarkus Pettersson1-4/+3
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-2/+2
2024-01-05Run `cargo clippy --all-targets --fix`Sebastian Holmin1-2/+0
2024-01-03Allow app to use custom socks5 and shadwosocks proxiesJonathan2-0/+997
2024-01-02Fix clippy lintsDavid Lönnhager2-6/+6
2023-11-13Remove unnecessary `mut`Sebastian Holmin6-7/+7
2023-09-11Remove TODO about adding features we don't needDavid Lönnhager1-2/+0
2023-08-30Fix clippy lintsEmīls6-6/+6
2023-08-07Get rid of "extern crate serde" and import derive macros explicitlyLinus Färnstrand5-0/+5
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-3/+2
2023-08-01Replace unmaintained dirs-next with maintained dirsLinus Färnstrand1-1/+1
2023-06-29Add settings migration code, refactor and cleanupJonathan1-8/+295
2023-04-26Fix remaining clippy warningsDavid Lönnhager2-5/+4