Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-03 | Increment version to 1.23-BETA1 | Mounir IDRASSI | 1 | -2/+2 | |
2018-04-23 | Increment version to 1.23-BETA0 (1.23.0) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-28 | Increment version to 1.22-BETA8 (1.22.8) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-25 | Increment version to 1.22-BETA6 (1.22.6) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-22 | Increment version to 1.22-BETA5 (1.22.5) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-05 | Windows: Add option to block TRIM command on system encryption SSD drives. | Mounir IDRASSI | 3 | -1/+48 | |
2018-03-04 | Windows: Implement TRIM support for non-system SSD partitions/drives and add ↵ | Mounir IDRASSI | 3 | -32/+321 | |
driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives) | |||||
2017-12-09 | Increment version to 1.22-BETA4 (1.22.4) | Mounir IDRASSI | 1 | -2/+2 | |
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-29 | Windows Driver: avoid allocating memory for some ↵ | Mounir IDRASSI | 1 | -37/+16 | |
IOCTL_STORAGE_QUERY_PROPERTY calls that always return fixed size structures. | |||||
2017-07-27 | Windows: increment version to 1.22-BETA2-Build5 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-27 | Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix ↵ | Mounir IDRASSI | 2 | -32/+195 | |
issues with some disks. Implement IOCTL_STORAGE_GET_MEDIA_TYPES_EX. | |||||
2017-07-23 | Windows: Increment version to 1.22-BETA2-Build1 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-23 | Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ↵ | Mounir IDRASSI | 2 | -17/+20 | |
disk size equal to partition size to avoid compatibility issues with existing software. | |||||
2017-07-23 | Windows Driver: add legacy handling for ↵ | Mounir IDRASSI | 1 | -23/+42 | |
IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_DISK_GET_DRIVE_LAYOUT IOCTLs to fix issues with faulty applications and drivers that don't handle them correctly. | |||||
2017-07-20 | Windows: Increment version to 1.22-BETA1-Build4 | Mounir IDRASSI | 1 | -4/+4 | |
2017-07-20 | Windows driver: only activate newly supported IOCTLs if the option to enable ↵ | Mounir IDRASSI | 1 | -43/+83 | |
extended IOCTLs is enabled in VeraCrypt driver settings. | |||||
2017-07-20 | Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and ↵ | Mounir IDRASSI | 1 | -2/+2 | |
IOCTL_DISK_GET_DRIVE_LAYOUT_EX output by using setting PartitionCount to 4 instead of 1 since this field must always be a multiple of 4 for MBR disks. | |||||
2017-07-20 | Windows driver: remove filesystem detection mechanism when mounting volumes ↵ | Mounir IDRASSI | 1 | -82/+0 | |
since it is not reliable. | |||||
2017-07-19 | Windows: Increment version to 1.22-BETA0 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-19 | Windows Driver: remove dependency to wcsstr by using simple memcmp comparison | Mounir IDRASSI | 1 | -1/+1 | |
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-05 | Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer. | Mounir IDRASSI | 1 | -4/+5 | |
2017-07-04 | Increment version to 1.21.3 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-04 | Windows: correctly handle SEH exceptions during self-tests in order to ↵ | Mounir IDRASSI | 2 | -13/+12 | |
disable CPU extended features in such case. | |||||
2017-07-04 | Windows Driver: correctly save and restore extended processor state when ↵ | Mounir IDRASSI | 3 | -6/+68 | |
performing AVX operations on Windows 7 and later. Enhance readability of code handling save/restore of floating point state. | |||||
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 | 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 | 16 | -16/+16 | |
2017-06-23 | Increment version to 1.20 (1.20.3) | Mounir IDRASSI | 1 | -4/+4 | |
2017-06-23 | Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for ↵ | Mounir IDRASSI | 3 | -2/+56 | |
x86_64 and x86. This improves speed by 30%. | |||||
2017-06-21 | Crypto: Add optimized Camellia assembly implementation for x86_64 based on ↵ | Mounir IDRASSI | 2 | -0/+12 | |
work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported. | |||||
2017-06-10 | Windows Driver Security: Use enhanced protection of NX pool under Windows 8 ↵ | Mounir IDRASSI | 3 | -3/+13 | |
and later. | |||||
2017-06-05 | Beta2 patch 1 | kavsrf | 1 | -2/+2 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-01 | Windows: fix high CPU usage when a favorite is configured to mount using ↵ | Mounir IDRASSI | 1 | -22/+31 | |
VolumeID when its host device is connected to the machine. | |||||
2017-05-28 | Windows Driver: enhance detection of FAT volumes. | Mounir IDRASSI | 2 | -6/+18 | |
2017-05-26 | Windows Driver: return correct partition type value by trying to detect the ↵ | Mounir IDRASSI | 1 | -0/+72 | |
filesystem used in the volume. | |||||
2017-05-26 | Windows Driver: Correctly detect FAT volumes created on Linux in ↵ | Mounir IDRASSI | 1 | -0/+2 | |
TC_IOCTL_OPEN_TEST FileSystem detection | |||||
2017-05-26 | Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detection | Mounir IDRASSI | 1 | -1/+1 | |
2017-05-25 | Windows: remove IOCTL_STORAGE_GET_DEVICE_NUMBER support until a real device ↵ | Mounir IDRASSI | 1 | -2/+3 | |
is implemented. | |||||
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 ↵ | Mounir IDRASSI | 1 | -1/+2 | |
virtual partition starts at Extension->BytesPerSector and not 0. | |||||
2017-05-25 | Windows Driver: implement some extra IOCTLs. Add more traces for debugging. | Mounir IDRASSI | 1 | -0/+112 | |
2017-05-25 | Windows Driver: enhance implementation of IOCTL_STORAGE_QUERY_PROPERTY | Mounir IDRASSI | 1 | -9/+106 | |
2017-05-25 | Windows: query extra host drive information using ↵ | Mounir IDRASSI | 2 | -0/+36 | |
IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications. |