Age | Commit message (Expand) | Author | Files | Lines |
2019-12-08 | Windows: enhancements to the mechanism preserving file timestamps, especially... | Mounir IDRASSI | 1 | -1/+33 |
2019-11-07 | Windows Driver: Fix strange crashes caused by probably by APC queue issues fr... | Mounir IDRASSI | 1 | -0/+37 |
2019-03-09 | Windows Driver: fix BSOD when mounting outer volume with hidden volume protec... | Mounir IDRASSI | 1 | -1/+1 |
2019-03-08 | Windows Driver: fix BSOD when mounting hidden volume if RAM encryption is ena... | Mounir IDRASSI | 1 | -4/+5 |
2019-03-01 | Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ... | Mounir IDRASSI | 1 | -0/+4 |
2019-01-21 | Windows driver: remove volumes master keys from CRYPTO_INFO since they are no... | Mounir IDRASSI | 1 | -1/+1 |
2018-08-18 | Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks... | Mounir IDRASSI | 1 | -0/+10 |
2018-03-04 | Windows: Implement TRIM support for non-system SSD partitions/drives and add ... | Mounir IDRASSI | 1 | -0/+28 |
2017-07-29 | Windows Driver: avoid allocating memory for some IOCTL_STORAGE_QUERY_PROPERTY... | Mounir IDRASSI | 1 | -37/+16 |
2017-07-27 | Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix issu... | Mounir IDRASSI | 1 | -3/+44 |
2017-07-23 | Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ... | Mounir IDRASSI | 1 | -2/+1 |
2017-07-20 | Windows driver: remove filesystem detection mechanism when mounting volumes s... | Mounir IDRASSI | 1 | -82/+0 |
2017-07-19 | Windows Driver: remove dependency to wcsstr by using simple memcmp comparison | Mounir IDRASSI | 1 | -1/+1 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 |
2017-05-28 | Windows Driver: enhance detection of FAT volumes. | Mounir IDRASSI | 1 | -3/+13 |
2017-05-26 | Windows Driver: return correct partition type value by trying to detect the f... | Mounir IDRASSI | 1 | -0/+72 |
2017-05-25 | Windows Driver: correct comment about volume ID computation | Mounir IDRASSI | 1 | -1/+1 |
2017-05-25 | Windows Driver: correct value of number of cylinders by adding 1 since our vi... | Mounir IDRASSI | 1 | -1/+2 |
2017-05-25 | Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERT... | Mounir IDRASSI | 1 | -0/+33 |
2017-05-25 | Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by u... | Mounir IDRASSI | 1 | -12/+27 |
2017-05-17 | Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL... | Mounir IDRASSI | 1 | -5/+5 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -21/+21 |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -900/+900 |
2016-04-14 | Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ... | Mounir IDRASSI | 1 | -1/+1 |
2016-04-08 | Windows: start implementation of volume ID mechanism that will be used to ide... | Mounir IDRASSI | 1 | -0/+3 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 |
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal vol... | Mounir IDRASSI | 1 | -0/+2 |
2015-08-31 | Windows: Support setting volume label in Explorer through mount option. Suppo... | Mounir IDRASSI | 1 | -0/+3 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -7/+9 |
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -2/+2 |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -0/+2 |
2015-05-03 | Windows Driver: Implement querying physical sector size of veraCrypt volume t... | Mounir IDRASSI | 1 | -3/+32 |
2015-02-09 | Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo... | Mounir IDRASSI | 1 | -4/+8 |
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo... | Mounir IDRASSI | 1 | -0/+2 |
2014-12-20 | Reduce time for reporting wrong password by removing support for legacy hidde... | Mounir IDRASSI | 1 | -23/+2 |
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the co... | Mounir IDRASSI | 1 | -0/+2 |
2014-11-08 | Static Code Analysis : Use Safe string functions inside VeraCrypt Device Driv... | Mounir IDRASSI | 1 | -5/+15 |
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+862 |