| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-03 | Bump windows-sys version to latest | David Lönnhager | 1 | -3/+1 | |
| This also refactors and documents some code | |||||
| 2025-10-03 | Add a UDS for wiresharking gotatun multihop traffic | Joakim Hulthe | 1 | -0/+1 | |
| 2025-09-30 | Add `insta` as a test dep | Markus Pettersson | 1 | -1/+2 | |
| 2025-09-24 | Make `dirs` a workspace dependency and upgrade to 6.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2025-09-23 | Upgrade `rand` to `0.9` in `mullvad-daemon` | Markus Pettersson | 1 | -1/+1 | |
| 2025-09-18 | Add multiplexer POC to daemon, TSM, and relay selector | David Lönnhager | 1 | -1/+1 | |
| 2025-08-28 | Use objc2_service_management to get rid of a lot of unsafe | Markus Pettersson | 1 | -2/+2 | |
| 2025-08-28 | Fix panic when fetching operating system version | Markus Pettersson | 1 | -0/+1 | |
| 2025-06-10 | Update nix to 0.30 everywhere | Joakim Hulthe | 1 | -1/+1 | |
| 2025-06-09 | Add `AllowedIps` setting to CLI | Sebastian Holmin | 1 | -0/+1 | |
| 2025-05-28 | Add tests for in app upgrade tests in daemon (#8015) | Sebastian Holmin | 1 | -1/+1 | |
| Also add check for metadata version | |||||
| 2025-05-28 | Add in app upgrades to the daemon | Sebastian Holmin | 1 | -1/+1 | |
| --------- Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-28 | Implement new version check and app downloader | David Lönnhager | 1 | -0/+2 | |
| This also fixes 'latest_beta' being required in the API Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-26 | Add Boringtun | Joakim Hulthe | 1 | -0/+2 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: David Göransson <david.goransson@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-04-23 | Stop app removal check if the app is being downgraded (or upgraded) | David Lönnhager | 1 | -0/+1 | |
| 2025-04-23 | Detect and run cleanup when Mullvad app is removed | David Lönnhager | 1 | -0/+1 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-03-05 | Convert `fern` to workspace dependency | Markus Pettersson | 1 | -1/+1 | |
| 2025-01-24 | Complete leak checker and implement in daemon | Joakim Hulthe | 1 | -0/+4 | |
| 2025-01-14 | Replace `objc` with `objc2` to fix `clippy` warnings | Markus Pettersson | 1 | -1/+1 | |
| 2025-01-02 | Update LegalCopyright year to 2025 | Markus Pettersson | 1 | -1/+1 | |
| 2024-11-22 | Add non-blocking DNS resolver for Android API requests | David Lönnhager | 1 | -0/+2 | |
| 2024-10-23 | Enable Encrypted DNS proxy access method in the daemon | Markus Pettersson | 1 | -0/+1 | |
| 2024-09-25 | Add `futures` to workspace dependencies | Sebastian Holmin | 1 | -1/+1 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 1 | -1/+0 | |
| 2024-08-14 | Add typed target tunnel state | David Lönnhager | 1 | -0/+1 | |
| 2024-08-07 | Promote serde(_json) to workspace dependencies | Joakim Hulthe | 1 | -2/+2 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -2/+1 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-04-25 | Update windows-sys | Joakim Hulthe | 1 | -1/+1 | |
| 2024-04-23 | Add tests for version checker | David Lönnhager | 1 | -0/+4 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -1/+1 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2024-02-19 | Update copyright year to 2024 | Oskar Nyberg | 1 | -1/+1 | |
| 2024-02-15 | Swap out `talpid-core` for `talpid-future` | Markus Pettersson | 1 | -1/+2 | |
| 2024-01-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -2/+0 | |
| Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free" | |||||
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -0/+3 | |
| 2023-10-20 | Add process module to talpid-windows | David Lönnhager | 1 | -0/+1 | |
| 2023-10-11 | Make `once_cell` a workspace dependency | Markus Pettersson | 1 | -1/+1 | |
| 2023-09-11 | Remove parking_lot from mullvad_daemon manifest | David Lönnhager | 1 | -1/+0 | |
| 2023-09-11 | Move log depedency to workspace toml file | David Lönnhager | 1 | -1/+1 | |
| 2023-09-11 | Make err-derive a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-08-21 | Remove `wg_migration_rand_num` field from settings | Markus Pettersson | 1 | -1/+0 | |
| 2023-08-08 | Enable verify_message feature of objc | Linus Färnstrand | 1 | -1/+1 | |
| 2023-08-08 | Enable the exception catching features of objc | Linus Färnstrand | 1 | -1/+1 | |
| 2023-08-08 | Bump min objc version to 0.2.7 | Linus Färnstrand | 1 | -1/+1 | |
| 2023-08-07 | Make clap a workspace dependency and activate features used by all | Linus Färnstrand | 1 | -1/+1 | |
| Both mullvad-setup and mullvad-problem-report had not specified the "derive" feature. Moving it to workspace dependency is probably nicer. | |||||
| 2023-08-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 1 | -1/+1 | |
| To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`. | |||||
| 2023-08-02 | Remove unused dependencies from mullvad-daemon | Linus Färnstrand | 1 | -4/+0 | |
| 2023-08-02 | Make chrono a workspace dependency and fix features | Linus Färnstrand | 1 | -1/+1 | |
| 2023-08-01 | Move windows-sys to a workspace dependency | Linus Färnstrand | 1 | -2/+2 | |
| 2023-08-01 | Replace unmaintained dirs-next with maintained dirs | Linus Färnstrand | 1 | -1/+1 | |
| Gets rid of one usage of winapi in our dependency tree | |||||
