Age | Commit message (Expand) | Author | Files | Lines |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -1/+2 |
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1... | Mounir IDRASSI | 1 | -0/+4 |
2022-02-10 | Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i... | Mounir IDRASSI | 1 | -2/+2 |
2022-01-07 | Windows: Remove adding signing certificate to TrustedPublishers on XP since i... | Mounir IDRASSI | 1 | -206/+0 |
2022-01-02 | Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign... | Mounir IDRASSI | 1 | -162/+142 |
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ... | Mounir IDRASSI | 1 | -25/+25 |
2021-11-21 | Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ... | Mounir IDRASSI | 1 | -0/+228 |
2021-09-05 | Windows: Block installation with exe installer if VeraCrypt was already insta... | Mounir IDRASSI | 1 | -0/+26 |
2021-08-30 | Windows Exe Setup: Add ARM64 binaries to FileInUse detection | Mounir IDRASSI | 1 | -0/+3 |
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste... | Mounir IDRASSI | 1 | -5/+20 |
2020-07-21 | Windows Setup: Warn about Fast Startup during install if it is enabled and pr... | Mounir IDRASSI | 1 | -0/+9 |
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with cust... | Mounir IDRASSI | 1 | -2/+49 |
2019-01-15 | Windows: enhancements to EFI system encryption, like handling of Multi-Boot a... | Mounir IDRASSI | 1 | -5/+94 |
2019-01-14 | Windows: enhance support of new behavior of favorite service which is now alw... | Mounir IDRASSI | 1 | -10/+33 |
2018-12-03 | Windows: remove unused variable. | Mounir IDRASSI | 1 | -1/+1 |
2018-12-03 | Windows: delete existing uninstall shortcut when performing upgrade/reinstall | Mounir IDRASSI | 1 | -0/+3 |
2018-12-02 | Do not create uninstall shortcut in startmenu (#381) | csware | 1 | -18/+0 |
2018-08-13 | Windows: code enhancements for language selection mechanism in the installer. | Mounir IDRASSI | 1 | -1/+14 |
2018-08-12 | Windows Installer: implement language selection mechanism at the start of the... | Mounir IDRASSI | 1 | -1/+138 |
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled a... | Mounir IDRASSI | 1 | -38/+0 |
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ReflectDr... | Mounir IDRASSI | 1 | -68/+8 |
2018-04-23 | Windows: during install, copy the 64-bit driver if we are running on 64-bit w... | Mounir IDRASSI | 1 | -1/+1 |
2018-04-23 | Windows: simplify installer logic by copying only binaries for the current ar... | Mounir IDRASSI | 1 | -31/+7 |
2018-04-23 | Windows: implement internal verification of Authenticode digital signature fo... | Mounir IDRASSI | 1 | -2/+13 |
2017-07-29 | Windows: Add portable installer that only extra binaries without the need of ... | Mounir IDRASSI | 1 | -4/+24 |
2017-07-23 | Windows: display notice about creating new Rescue Disk at first boot after up... | Mounir IDRASSI | 1 | -0/+8 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 |
2017-06-11 | Windows: various fixes following Coverity analysis. | Mounir IDRASSI | 1 | -1/+1 |
2017-06-05 | Windows: move language XML files to new "Languages" folder in the installatio... | Mounir IDRASSI | 1 | -28/+11 |
2017-06-05 | Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ... | Mounir IDRASSI | 1 | -1/+24 |
2017-05-15 | Windows: Add HTML documentation to Windows installer. | Mounir IDRASSI | 1 | -15/+39 |
2017-05-15 | Replace Codeplex links by ones on veracrypt.fr | Mounir IDRASSI | 1 | -3/+3 |
2016-10-17 | Windows: Remove VeraCrypt from EFI boot partition after decrypting the system | Mounir IDRASSI | 1 | -17/+1 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -56/+56 |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -2632/+2632 |
2016-02-20 | Windows: Correctly remove driver file veracrypt.sys during uninstall on Windo... | Mounir IDRASSI | 1 | -15/+33 |
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis tool... | Mounir IDRASSI | 1 | -1/+1 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 |
2016-01-03 | Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi... | Mounir IDRASSI | 1 | -6/+20 |
2015-11-26 | Windows: solve crash caused by system function FormatMessage failure on rare ... | Mounir IDRASSI | 1 | -4/+13 |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -387/+330 |
2015-10-27 | Windows: workaround to solve false positive detection by some anti-virus soft... | Mounir IDRASSI | 1 | -1/+3 |
2015-09-26 | Windows Installer: check newly added files if they are used before resuming i... | Mounir IDRASSI | 1 | -1/+8 |
2015-09-10 | Windows: Don't offer creating a restore point if it is disabled in Windows. | Mounir IDRASSI | 1 | -5/+43 |
2015-09-06 | Windows: Installer and Traveler Disk Setup both always copy 32-bit and 64-bit... | Mounir IDRASSI | 1 | -0/+30 |
2015-09-06 | Windows Installer: better handling for updating system favorite service from ... | Mounir IDRASSI | 1 | -24/+91 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -6/+8 |
2015-07-13 | Windows: on 64-bit Windows, more System favorite service from SysWoW64 to Sys... | Mounir IDRASSI | 1 | -1/+40 |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues r... | Mounir IDRASSI | 1 | -12/+12 |
2015-06-12 | Windows installer: solve Windows XP 32-bit incompatibility issue introduced p... | Mounir IDRASSI | 1 | -3/+21 |