| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 3 | -20/+22 | |
| 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 | Update submodules | David Lönnhager | 2 | -0/+0 | |
| 2023-05-31 | Set explicit C++ standard to C++20 | David Lönnhager | 10 | -26/+26 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 2 | -2/+2 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-02-28 | Update naming in windows firewall | Jonathan | 6 | -47/+47 | |
| exitEndpoint and entryEndpoint are incorrect names instead endpoint1 and endpoint2 are more descriptive. | |||||
| 2023-02-28 | Add PQ support for multihop, and allow listing two endpoints in the | Jonathan | 8 | -96/+246 | |
| tunnel | |||||
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 2 | -34/+25 | |
| using mullvad-nsis | |||||
| 2023-01-27 | Bump LegalCopyright to 2023 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-12-07 | Bump libwfp submodule | David Lönnhager | 1 | -0/+0 | |
| 2022-11-29 | Make string plugin dependent on libcommon | David Lönnhager | 1 | -0/+3 | |
| 2022-11-08 | Skip adapters without a valid GUID when removing old Wintun interfaces | David Lönnhager | 1 | -2/+10 | |
| 2022-10-18 | Modify build scripts and remove c++ code | Jonathan | 36 | -4583/+0 | |
| Also upgrade to 0.42.0 for windows-sys library | |||||
| 2022-10-17 | Exempt loopback traffic from block rule in DNS sublayer in WinFw | David Lönnhager | 8 | -2/+122 | |
| 2022-10-10 | Make Visual Studio/C++ projects fetch version.h from mullvad-version | Linus Färnstrand | 4 | -2/+32 | |
| 2022-09-09 | Upgrade Visual Studio toolset and Visual Studio version | David Lönnhager | 21 | -58/+52 | |
| 2022-09-09 | Bump submodule windows-libraries | David Lönnhager | 1 | -0/+0 | |
| 2022-09-09 | Bump submodule libwfp | David Lönnhager | 1 | -0/+0 | |
| 2022-09-05 | Ignore nameless devices when searching for split tunnel device in | David Lönnhager | 1 | -2/+21 | |
| driverlogic | |||||
| 2022-08-29 | Allow admin-local v4 multicast range when LAN sharing is enabled | David Lönnhager | 1 | -2/+2 | |
| 2022-08-25 | Stop ST service on daemon shutdown | David Lönnhager | 1 | -1/+4 | |
| 2022-08-25 | Remove ST setup from installer and increase robustness of cleanup | David Lönnhager | 9 | -459/+87 | |
| Cleanup will now succeed in these cases: 1. There is no devnode, but the driver service exists. 2. There is no driver service, but there is a devnode. 3. The service exists but isn't running. | |||||
| 2022-08-15 | Update installer and driverlogic to use updated Wintun API | David Lönnhager | 2 | -18/+9 | |
| 2022-08-09 | Remove dead networking code from Windows modules | David Lönnhager | 5 | -140/+0 | |
| 2022-08-09 | Bump windows-libraries submodule | David Lönnhager | 1 | -0/+0 | |
| 2022-07-20 | Remove WinNet_AddDeviceIpAddresses | David Lönnhager | 7 | -100/+0 | |
| 2022-07-20 | Remove WinNet_InterfaceLuidToIpAddress | David Lönnhager | 3 | -82/+0 | |
| 2022-07-05 | Move tunnel interface metric update to talpid-core | David Lönnhager | 9 | -317/+0 | |
| 2022-06-15 | Remove ICMP variants for allowed tunnel traffic | David Lönnhager | 5 | -39/+4 | |
| 2022-06-14 | Only allow traffic to flow between the client and relay config service ↵ | David Lönnhager | 12 | -60/+230 | |
| during the PSK exchange. Update the firewall implementations for Linux and Windows | |||||
| 2022-06-14 | Remove WinDns module | David Lönnhager | 21 | -1385/+0 | |
| 2022-05-18 | Remove temporary binaries used during setup | David Lönnhager | 1 | -0/+9 | |
| 2022-03-18 | Ignore irrelevant IP protocol in winnet route monitor | David Lönnhager | 1 | -3/+3 | |
| 2022-03-18 | Filter out most irrelevant interface events | David Lönnhager | 2 | -7/+54 | |
| 2022-03-18 | Forward default route interface changes to the daemon, including | David Lönnhager | 4 | -5/+47 | |
| changes to its IP addresses | |||||
| 2022-03-15 | Listen to route changes before obtaining the initial default route | David Lönnhager | 1 | -7/+9 | |
| 2022-03-15 | Don't move device.json to ProgramData when updating or reinstalling the app | David Lönnhager | 1 | -0/+1 | |
| 2022-01-13 | Remove msiutil NSIS plugin | David Lönnhager | 9 | -414/+0 | |
| 2022-01-11 | Remove osinfo from nsis-plugins | David Lönnhager | 11 | -357/+0 | |
| 2022-01-11 | Change copyright from 2021 to 2022 in product metadata and readme | Linus Färnstrand | 3 | -3/+3 | |
| 2021-12-08 | Fix alignment for WinFw structs | David Lönnhager | 1 | -4/+0 | |
| 2021-12-08 | Update WinFw to allow restricting API communication to a set of programs | David Lönnhager | 6 | -20/+48 | |
| 2021-12-07 | Update wireguard dll path | David Lönnhager | 1 | -1/+1 | |
| 2021-12-07 | Update WireGuardNT cleanup in the uninstaller | David Lönnhager | 2 | -14/+6 | |
| Caveat: Since the pool is gone, the driver is removed unconditionally | |||||
| 2021-11-29 | Pass interface by LUID instead of alias to WinDns | David Lönnhager | 2 | -44/+23 | |
| 2021-11-22 | Compare interfaces using their LUIDs instead of aliases | David Lönnhager | 1 | -1/+9 | |
| 2021-11-22 | Remove workaround for TAP adapter bug | David Lönnhager | 3 | -41/+2 | |
| 2021-10-27 | Remove offline/adapter monitor from WinNet | David Lönnhager | 10 | -851/+0 | |
| 2021-10-13 | Label Windows 11 correctly in installer log file | Odd Stranne | 1 | -1/+39 | |
| 2021-10-11 | Permit NDP unreachability and DAD checks on Windows | David Lönnhager | 3 | -2/+159 | |
