| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-16 | Update mullvad-nsis.h to match generated output | Linus Färnstrand | 1 | -1/+1 | |
| 2025-10-08 | Remove fallback for checking Windows version | David Lönnhager | 1 | -5/+3 | |
| It may be that this check fails for whatever reason, but the old method does not always return the correct version | |||||
| 2025-08-07 | Infer Windows version from ntoskrnl image in installer | David Lönnhager | 2 | -0/+44 | |
| 2025-08-07 | Fix build.rs for mullvad-nsis treating target arch as host | David Lönnhager | 3 | -13/+47 | |
| 2025-07-09 | Add unsafe blocks and comment to mullvad-nsis | Sebastian Holmin | 1 | -14/+40 | |
| 2025-02-12 | Replace `#[no_mangle]` with `#[unsafe(no_mangle)]` | Sebastian Holmin | 1 | -3/+3 | |
| 2024-06-14 | Change crate_type into crate-type since the first is deprecated | Linus Färnstrand | 1 | -1/+1 | |
| 2024-02-08 | Log version using `mullvad-nsis` in Windows installer | Markus Pettersson | 3 | -0/+34 | |
| Expose the functionally for calling `RtlGetVersion` from `talpid-platform-metadata` through `mullvad-nsis`. This is used for getting the Windows build version during the windows installer. | |||||
| 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-05 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -2/+2 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -0/+3 | |
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 2 | -2/+39 | |
| Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation. | |||||
| 2023-08-07 | Remove superfluous "extern crate" | Linus Färnstrand | 1 | -1/+0 | |
| 2023-07-14 | Set package fields in workspace and inherit in packages | Linus Färnstrand | 1 | -5/+6 | |
| 2023-05-03 | Remove clap feature for cbindgen | David Lönnhager | 1 | -1/+1 | |
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 4 | -0/+113 | |
| using mullvad-nsis | |||||
