Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-06 | Windows: Fix crash when using portable 32-bit "VeraCrypt ↵ | Mounir IDRASSI | 1 | -10/+10 | |
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed | |||||
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 | -1/+41 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -1/+1 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -294/+294 | |
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis ↵ | Mounir IDRASSI | 1 | -1/+2 | |
tool Coverity. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -51/+12 | |
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. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -4/+4 | |
2015-07-08 | Windows: Fix old issue inherited from TrueCrypt by initializing COM library ↵ | Mounir IDRASSI | 1 | -0/+4 | |
before instantiating UAC COM object used for changing password. This issue made it impossible to change the password of a volume requiring administrative privileges. | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -5/+22 | |
2015-05-22 | Windows: remove crash dump analysis functionality. It didn't always work and ↵ | Mounir IDRASSI | 1 | -23/+0 | |
it required external debugging tools. | |||||
2015-02-09 | Static Code Analysis: Avoid over-flaw in arithmetic operations by adding ↵ | Mounir IDRASSI | 1 | -3/+32 | |
more checks. Add extra checks. Solve various issues. | |||||
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 1 | -4/+15 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 1 | -3/+14 | |
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption. | |||||
2014-11-08 | Add option in select the number of passes for volume header over-writing. By ↵ | Mounir IDRASSI | 1 | -4/+4 | |
default, it is set to 3 but it can be increased to 256 passes (which can lead to a delay of many hours for a single password change operation). | |||||
2014-11-08 | Static Code Analysis : Add NULL pointers checks on the result of ATL string ↵ | Mounir IDRASSI | 1 | -3/+15 | |
conversion. Avoid some conversions by using UNICODE functions directly. | |||||
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/+267 | |