| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-20 | Replace unwrap with expect | Markus Pettersson | 1 | -6/+9 | |
| 2025-10-20 | Replace hand-rolled encoding of filepath as UTF-16 using widestring | Markus Pettersson | 1 | -16/+3 | |
| 2025-10-20 | Use `u16cstr!` macro to create string type | Markus Pettersson | 1 | -4/+4 | |
| Avoids an unwrap. | |||||
| 2025-10-20 | Replace use of HandleOrNull with Option | Markus Pettersson | 1 | -10/+5 | |
| No FFI calls were harmed today. | |||||
| 2025-10-20 | Halt process if RevertToSelf fails | Markus Pettersson | 1 | -0/+9 | |
| This is recommended procedure by the docs. | |||||
| 2025-10-20 | Improve safety comments | Markus Pettersson | 1 | -2/+2 | |
| 2025-10-03 | Bump windows-sys version to latest | David Lönnhager | 1 | -51/+92 | |
| This also refactors and documents some code | |||||
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -11/+12 | |
| 2025-07-09 | Use `io:Error::other` | Sebastian Holmin | 1 | -5/+2 | |
| 2025-05-28 | Add in app upgrades to the daemon | Sebastian Holmin | 1 | -13/+33 | |
| --------- Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-19 | Rename create_dir_and_return and add documentation | David Lönnhager | 1 | -20/+16 | |
| 2025-05-19 | Move unix-specific code to own module in mullvad-paths | David Lönnhager | 1 | -0/+14 | |
| 2025-02-25 | Allow undocumented_unsafe_blocks in mullvad_paths::windows | Joakim Hulthe | 1 | -0/+3 | |
| 2024-04-25 | Update windows-sys | Joakim Hulthe | 1 | -5/+5 | |
| 2024-02-27 | Fix wrong error kind for create_dir | Joakim Hulthe | 1 | -1/+1 | |
| 2024-01-05 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -5/+9 | |
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 1 | -7/+220 | |
| Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation. | |||||
| 2023-08-08 | Adapt mullvad-paths to windows-sys 0.48 | Linus Färnstrand | 1 | -7/+4 | |
| 2023-04-21 | Fix misc clippy warnings for Windows | Linus Färnstrand | 1 | -2/+2 | |
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 1 | -144/+110 | |
| using mullvad-nsis | |||||
| 2023-02-27 | Use "hardcoded" app path as final fallback | David Lönnhager | 1 | -2/+19 | |
| 2023-02-27 | Impersonate any process running as local system user, not LSASS | David Lönnhager | 1 | -92/+142 | |
| 2022-11-21 | Always return the correct settings path on Windows in mullvad_paths | David Lönnhager | 1 | -0/+257 | |
