Age | Commit message (Expand) | Author | Files | Lines |
2015-06-12 | Windows installer: solve Windows XP 32-bit incompatibility issue introduced p... | Mounir IDRASSI | 1 | -3/+21 |
2015-06-10 | Windows: solve installer issue on Windows 10 caused by failure to overwrite V... | Mounir IDRASSI | 3 | -21/+32 |
2015-05-22 | Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ... | Mounir IDRASSI | 2 | -5/+26 |
2015-05-22 | Windows: remove crash dump analysis functionality. It didn't always work and ... | Mounir IDRASSI | 1 | -1/+3 |
2015-05-03 | Windows: Modify custom window class names to less generic value in order to a... | Mounir IDRASSI | 1 | -2/+2 |
2015-04-19 | Linux installer: Add support for kdesudo and correct usage of konsole externa... | Mounir IDRASSI | 1 | -2/+3 |
2015-04-06 | MacOSX: Set properly the version in the bundle and the installation package. ...VeraCrypt_1.0f-2 | Mounir IDRASSI | 1 | -1/+3 |
2015-04-06 | Increment VeraCrypt version to 1.0f-2 | Mounir IDRASSI | 2 | -5/+5 |
2015-04-05 | Windows Setup: Avoid potential issues by correctly initializing variables and... | Mounir IDRASSI | 1 | -13/+13 |
2015-03-17 | Windows Setup: When clicking uninstall link, launch Windows Add/Remove progra... | Mounir IDRASSI | 1 | -6/+15 |
2015-03-16 | Windows Setup: remove other VeraCrypt references for registry. | Mounir IDRASSI | 1 | -0/+6 |
2015-03-15 | Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys. | Mounir IDRASSI | 1 | -60/+258 |
2015-03-13 | Windows: VeraCrypt reference from various registry locations. Uninstall old V... | Mounir IDRASSI | 2 | -2/+123 |
2015-02-16 | Windows Installer: don't add link to VeraCryptExpander in the desktop. | Mounir IDRASSI | 1 | -8/+0 |
2015-02-13 | Windows: Add VeraCryptExpander.exe to the Windows installer. | Mounir IDRASSI | 2 | -0/+17 |
2015-02-11 | Linux: modify installer script to make it run when the "less" command doesn't... | Mounir IDRASSI | 1 | -3/+23 |
2015-02-10 | Linux: Add graphical installer support when xterm is not available (Linux Min... | Mounir IDRASSI | 1 | -4/+36 |
2015-02-09 | Static Code Analysis: check return of remove function and display message whe... | Mounir IDRASSI | 1 | -22/+45 |
2015-02-09 | Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more... | Mounir IDRASSI | 2 | -25/+27 |
2015-02-08 | Windows Setup: implement removal of non-empty directories to avoid errors dur... | Mounir IDRASSI | 1 | -1/+19 |
2015-01-04 | Increment version to 1.0f-1 and update language files and PDF with informatio... | Mounir IDRASSI | 2 | -5/+5 |
2015-01-03 | Windows: solve XP issue where the installer has missing/blacked out text boxes. | Mounir IDRASSI | 1 | -12/+0 |
2014-12-31 | Increment version to 1.0f and update language XML files with new fields. | Mounir IDRASSI | 2 | -5/+5 |
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo... | Mounir IDRASSI | 1 | -1/+1 |
2014-12-27 | Windows: use the correct window handle for creating message boxes. This becam... | Mounir IDRASSI | 3 | -45/+45 |
2014-12-21 | MacOSX: Increment installer version to 1.0f-BETA3VeraCrypt_1.0f-BETA3 | Mounir IDRASSI | 1 | -1/+1 |
2014-12-20 | Linux: Update license file displayed in the installer. | Mounir IDRASSI | 1 | -0/+23 |
2014-12-20 | Increment version to 1.0f-BETA3 and update language XML files with new fields. | Mounir IDRASSI | 1 | -4/+4 |
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the co... | Mounir IDRASSI | 1 | -1/+1 |
2014-12-16 | Windows: Enable Visual Styles for a modern look-and-feel | Mounir IDRASSI | 1 | -0/+12 |
2014-12-04 | Windows: put back the tutorial prompt since we now have online documentation. | Mounir IDRASSI | 1 | -2/+2 |
2014-12-04 | Windows: update URLs to points to the online documentation. Use a dedicated d... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Correctly support reinstalling the same version. Overwrite the bootloader if ... | Mounir IDRASSI | 3 | -3/+7 |
2014-11-08 | MacOSX : increment MacOSX installer version to 1.0e | Mounir IDRASSI | 1 | -3/+3 |
2014-11-08 | Increment version to 1.0e for the next release | Mounir IDRASSI | 1 | -4/+4 |
2014-11-08 | Include language xml files in the setup | Mounir IDRASSI | 1 | -2/+76 |
2014-11-08 | MacOSX : Add detection of MacFUSE compatibility layer in installer. Change pa... | Mounir IDRASSI | 1 | -3/+50 |
2014-11-08 | MacOSX : add Packages project that creates the MacOSX installer for VeraCrypt | Mounir IDRASSI | 1 | -0/+1018 |
2014-11-08 | Correct message in Linux VeraCrypt installer to replace truecrypt-uninstall.s... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Static Code Analysis : Use Safe String functions in Setup code to avoid poten... | Mounir IDRASSI | 3 | -105/+108 |
2014-11-08 | Static Code Analysis : Add check on the return of strtok inside mkfulldir_int... | Mounir IDRASSI | 1 | -5/+8 |
2014-11-08 | Remove test inherited from TrueCrypt because it's always true since we inheri... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Remove unused label. | Mounir IDRASSI | 1 | -1/+0 |
2014-11-08 | Static Code Analysis : fix resource leakage by ensuring that all Windows hand... | Mounir IDRASSI | 1 | -0/+11 |
2014-11-08 | Static Code Analysis : fix non-absolute DLL/process loads that can be hijacke... | Mounir IDRASSI | 1 | -1/+8 |
2014-11-08 | Avoid changing metadata (ownership, permission,etc) of /usr when unpacking Ve...VeraCrypt_Linux_1.0d | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Add VeraCrypt specific Linux packaging code in Makefiles and add various help... | Mounir IDRASSI | 3 | -0/+857 |
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re... | Mounir IDRASSI | 1 | -1/+1 |
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 |