| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-08 | Fix linker errors related to mullvad-nsis | David Lönnhager | 1 | -10/+0 | |
| mullvad-nsis is built in an empty project before 'log' and 'cleanup' This fixes an issue where the lib could be rebuilt in one project while the linker was running for the other project | |||||
| 2025-08-07 | Infer Windows version from ntoskrnl image in installer | David Lönnhager | 1 | -0/+3 | |
| 2025-05-28 | Enable CFG for nsis-plugins | David Lönnhager | 1 | -0/+1 | |
| 2025-01-30 | Append --locked to cargo build invocations in nsis-plugin projects | Linus Färnstrand | 1 | -1/+1 | |
| 2024-12-02 | Add workaround for cargo linker issues in MSVC when targeting i686 | David Lönnhager | 1 | -2/+4 | |
| When running cargo from MSVC, as of Rust 1.83, it uses build tools for the target MSVC architecture rather than host, when building build scripts. Unsetting 'VSTEL_MSBuildProjectFullPath' works around this issue. This workaround can be removed once the upstream issue has been fixed: https://github.com/rust-lang/cc-rs/issues/1308 | |||||
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 1 | -0/+1 | |
| Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation. | |||||
| 2023-08-08 | Link against psapi.lib, which contains EnumProcesses | David Lönnhager | 1 | -2/+2 | |
| 2023-05-31 | Set explicit C++ standard to C++20 | David Lönnhager | 1 | -2/+2 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -1/+1 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 2 | -34/+25 | |
| using mullvad-nsis | |||||
| 2022-09-09 | Upgrade Visual Studio toolset and Visual Studio version | David Lönnhager | 1 | -2/+2 | |
| 2022-03-15 | Don't move device.json to ProgramData when updating or reinstalling the app | David Lönnhager | 1 | -0/+1 | |
| 2021-07-08 | Remove superfluous arguments | David Lönnhager | 1 | -9/+9 | |
| 2021-01-12 | Migrate old cache files on Windows | David Lönnhager | 4 | -70/+97 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 1 | -4/+4 | |
| 2020-11-19 | Bundle API address cache with the app | David Lönnhager | 4 | -0/+47 | |
| 2020-10-01 | Remove directories created by Electron | David Lönnhager | 1 | -15/+59 | |
| 2020-01-28 | Use new exception macros | Odd Stranne | 1 | -2/+3 | |
| 2020-01-20 | Refactor Windows process headers | David Lönnhager | 1 | -1/+1 | |
| 2019-12-16 | Get rid of duplicate nsis constants | David Lönnhager | 1 | -24/+7 | |
| 2019-11-18 | Migrate nsis-plugins to VS 2019 | David Lönnhager | 1 | -5/+5 | |
| 2019-11-18 | Use std::filesystem in nsis-plugins | David Lönnhager | 1 | -18/+18 | |
| 2019-07-17 | Update binary paths in Windows projects | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 | |
| 2019-06-11 | Remove cached relay list during installation | Emīls Piņķis | 4 | -1/+57 | |
| 2018-09-04 | Update code to use std::experimental::filesystem | Odd Stranne | 1 | -18/+24 | |
| 2018-08-29 | Add uninstaller plugin for extended system cleaning | Odd Stranne | 10 | -0/+557 | |
