Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-09 | Static Code Analysis: Avoid over-flaw in arithmetic operations by adding ↵ | Mounir IDRASSI | 1 | -15/+16 | |
more checks. Add extra checks. Solve various issues. | |||||
2015-02-08 | Windows Setup: implement removal of non-empty directories to avoid errors ↵ | Mounir IDRASSI | 1 | -1/+19 | |
during uninstall. | |||||
2014-12-27 | Windows: use the correct window handle for creating message boxes. This ↵ | Mounir IDRASSI | 1 | -19/+19 | |
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog. | |||||
2014-12-04 | Windows: update URLs to points to the online documentation. Use a dedicated ↵ | Mounir IDRASSI | 1 | -1/+1 | |
donation link. | |||||
2014-11-08 | Correctly support reinstalling the same version. Overwrite the bootloader if ↵ | Mounir IDRASSI | 1 | -2/+5 | |
the same version detected. | |||||
2014-11-08 | Static Code Analysis : Use Safe String functions in Setup code to avoid ↵ | Mounir IDRASSI | 1 | -78/+80 | |
potential security issues. | |||||
2014-11-08 | Remove test inherited from TrueCrypt because it's always true since we ↵ | Mounir IDRASSI | 1 | -1/+1 | |
inherited from version 0x71a | |||||
2014-11-08 | Remove unused label. | Mounir IDRASSI | 1 | -1/+0 | |
2014-11-08 | Static Code Analysis : fix non-absolute DLL/process loads that can be ↵ | Mounir IDRASSI | 1 | -1/+8 | |
hijacked (Microsoft Security Advisory 2269637). | |||||
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 | Remove some legacy code inherited from True and that doesn't apply to VeraCrypt | Mounir IDRASSI | 1 | -108/+0 | |
2014-11-08 | Set the publisher to IDRIX in the uninstaller registry key. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | restore TrueCrypt reference in license header | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -93/+93 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+2160 | |