Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-11 | Windows: replace CoInitialize calls with CoInitializeEx | Mounir IDRASSI | 1 | -5/+5 | |
2023-08-13 | Windows: Better way to enable required privileges for FastCreate Options | Mounir IDRASSI | 1 | -0/+31 | |
If we can set required privilege, we ask the user using UAC to enable them. | |||||
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear ↵ | Mounir IDRASSI | 1 | -0/+5 | |
keys option is enable When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events. When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion. We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices. | |||||
2023-07-01 | Windows: Make API formatting fallback to format.com in case of elevation. ↵ | Mounir IDRASSI | 1 | -4/+4 | |
remove dead code from ExternalFormatFs We also modify UacFormatNtfs/UacFormatFs to return actual error code in case of failure | |||||
2020-08-06 | Windows: Fix crash when using portable 32-bit "VeraCrypt ↵ | Mounir IDRASSI | 1 | -2/+2 | |
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed | |||||
2020-07-22 | Windows: Warn about Fast Startup if it is enabled during system encryption ↵ | Mounir IDRASSI | 1 | -0/+39 | |
or volume creation and propose to disable it | |||||
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵ | Mounir IDRASSI | 1 | -0/+5 | |
and VeraCrypt-DCS custom keys were not loaded in the machine firmware. | |||||
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ↵ | Mounir IDRASSI | 1 | -0/+5 | |
ReflectDrivers mechanism whose support started from Windows 10 version 1607. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-11 | Windows: Remove unused method ReadEfiConfig | Mounir IDRASSI | 1 | -5/+0 | |
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 1 | -2/+2 | |
It is displayed in System settings | |||||
2016-08-15 | Windows: Implement support for EFI system encryption in Windows GUI. | Mounir IDRASSI | 1 | -2/+42 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -2/+2 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -248/+248 | |
2016-01-27 | Windows/Linux: Implement exFAT support. | Mounir IDRASSI | 1 | -0/+22 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-09-26 | Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed ↵ | Mounir IDRASSI | 1 | -2/+2 | |
correctly) by using Unicode API for dialogs and window message handling. | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -5/+9 | |
and TrueCrypt 3.0. | |||||
2014-11-08 | Static Code Analysis : Add virtual attribute to destructor of classes that ↵ | Mounir IDRASSI | 1 | -1/+1 | |
have virtual methods inherited from a base class | |||||
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+222 | |