Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-24 | Increment version to 1.23-BETA6 | Mounir IDRASSI | 1 | -4/+4 | |
2018-08-24 | Windows: fix language selected in the installer not used by "Create Volume" ↵ | Mounir IDRASSI | 2 | -2/+2 | |
wizard until reboot or exiting VeraCrypt main process. | |||||
2018-08-24 | Windows: Add check on size of file container to ensure it's smaller than ↵ | Mounir IDRASSI | 2 | -4/+43 | |
available free space on disk when this is required. | |||||
2018-08-18 | Increment version to 1.23-BETA5 and update release notes | Mounir IDRASSI | 1 | -4/+4 | |
2018-08-16 | Increment version to 1.23-BETA4 and update release notes. | Mounir IDRASSI | 1 | -4/+4 | |
2018-08-16 | Windows: Fix regression that caused the system encryption wizard to crash ↵ | Mounir IDRASSI | 1 | -3/+3 | |
when displaying password field. | |||||
2018-08-12 | Increment version to 1.23-BETA3 and update release notes. | Mounir IDRASSI | 1 | -4/+4 | |
2018-08-07 | Windows: Display a balloon tip warning or error message when the value ↵ | Mounir IDRASSI | 1 | -3/+3 | |
pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached | |||||
2018-07-05 | Increment version to 1.23-BETA2 | Mounir IDRASSI | 1 | -4/+4 | |
2018-05-03 | Increment version to 1.23-BETA1 | Mounir IDRASSI | 1 | -4/+4 | |
2018-04-23 | Increment version to 1.23-BETA0 (1.23.0) | Mounir IDRASSI | 1 | -4/+4 | |
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵ | Mounir IDRASSI | 2 | -0/+6 | |
and VeraCrypt-DCS custom keys were not loaded in the machine firmware. | |||||
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 1 | -2/+2 | |
on Microsoft bootloader (e.g. HP). | |||||
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ↵ | Mounir IDRASSI | 2 | -1/+7 | |
ReflectDrivers mechanism whose support started from Windows 10 version 1607. | |||||
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-28 | Increment version to 1.22-BETA8 (1.22.8) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-25 | Increment version to 1.22-BETA6 (1.22.6) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-22 | Increment version to 1.22-BETA5 (1.22.5) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-04 | Windows: remove dependency to afxres.h header to allow build on community ↵ | Mounir IDRASSI | 1 | -1/+1 | |
edition of Visual Studio. | |||||
2017-12-09 | Increment version to 1.22-BETA4 (1.22.4) | Mounir IDRASSI | 1 | -2/+2 | |
2017-11-28 | Language XML files: remove references to GOST89 since it is not supported ↵ | Mounir IDRASSI | 1 | -6/+0 | |
anymore. | |||||
2017-08-02 | Windows: Increment version to 1.22-BETA3 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-29 | Windows: increment version to 1.22-BETA2-Build6 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-27 | Windows: increment version to 1.22-BETA2-Build5 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-27 | Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵ | Mounir IDRASSI | 1 | -9/+9 | |
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX). | |||||
2017-07-23 | Windows: Increment version to 1.22-BETA2-Build1 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-20 | Windows: Increment version to 1.22-BETA1-Build4 | Mounir IDRASSI | 1 | -4/+4 | |
2017-07-19 | Windows: Increment version to 1.22-BETA0 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-09 | Windows: generate pdb files for binaries in order to help investigate ↵ | Mounir IDRASSI | 1 | -3/+2 | |
crashes in the future. | |||||
2017-07-09 | Increment version to 1.21.5 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-05 | Increment version to 1.21.4 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-04 | Increment version to 1.21.3 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-02 | Windows: fix documentation and UI messages about the PIM constraints and ↵ | Mounir IDRASSI | 1 | -4/+4 | |
calculation formula when EFI system encryption is using SHA-512 or Whirlpool. For historical reasons, if SHA-512 or Whirlpool is selected for EFI system encryption, then iterations = 15000 + (PIM x 1000) and not iterations = PIM x 2048 like the other algorithms. | |||||
2017-07-02 | Windows: when mounting multiple favorites, use PIM of previous favorite ↵ | Mounir IDRASSI | 1 | -4/+4 | |
alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations". | |||||
2017-07-02 | Windows: increment version to 1.21.2 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-02 | Increment version to 1.21 (1.21.1) | Mounir IDRASSI | 1 | -4/+4 | |
2017-06-29 | Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵ | Mounir IDRASSI | 1 | -0/+6 | |
bootloader files in their resources. | |||||
2017-06-29 | Update release date and increment version to 1.20.3.4 | Mounir IDRASSI | 1 | -2/+2 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 7 | -7/+7 | |
2017-06-23 | Increment version to 1.20 (1.20.3) | Mounir IDRASSI | 1 | -4/+4 | |
2017-06-11 | Windows: Remove unused method ReadEfiConfig | Mounir IDRASSI | 2 | -7/+1 | |
2017-06-11 | Windows: fix compiler warnings | Mounir IDRASSI | 1 | -2/+2 | |
2017-06-10 | Windows Security: built binaries with support for Address Space Layout ↵ | Mounir IDRASSI | 1 | -2/+2 | |
Randomization (ASLR). | |||||
2017-06-05 | Windows: create dedicated project for zip library and link other binaries ↵ | Mounir IDRASSI | 2 | -552/+4 | |
against it instead of recompiling zlib and libzip for each project separately. | |||||
2017-06-05 | Beta2 patch 1 | kavsrf | 1 | -2/+2 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 2 | -3/+3 | |
It is displayed in System settings | |||||
2017-06-05 | Windows: Correctly open online help when selected in menu. Remove unused ↵ | Mounir IDRASSI | 1 | -16/+16 | |
parameters to function AppLink. | |||||
2017-06-02 | Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵ | Mounir IDRASSI | 2 | -8/+0 | |
projects | |||||
2017-05-28 | Windows: Only offer valid cluster sizes when ReFS is selected in the volume ↵ | Mounir IDRASSI | 1 | -23/+37 | |
format wizard. |