Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Driver
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
Increment version to 1.23-BETA6
Mounir IDRASSI
1
-4
/
+4
2018-08-24
Windows: implement a driver configuration option to explicitly allow defragme...
Mounir IDRASSI
2
-1
/
+4
2018-08-18
Increment version to 1.23-BETA5 and update release notes
Mounir IDRASSI
1
-2
/
+2
2018-08-18
Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks...
Mounir IDRASSI
3
-5
/
+32
2018-08-16
Increment version to 1.23-BETA4 and update release notes.
Mounir IDRASSI
1
-2
/
+2
2018-08-15
WIndows driver: add check for failed memory allocation
Mounir IDRASSI
1
-8
/
+11
2018-08-12
Increment version to 1.23-BETA3 and update release notes.
Mounir IDRASSI
1
-2
/
+2
2018-07-05
Increment version to 1.23-BETA2
Mounir IDRASSI
1
-2
/
+2
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
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 IOCTL_STORAGE_QUERY_PROPERTY...
Mounir IDRASSI
1
-37
/
+16
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 issu...
Mounir IDRASSI
2
-32
/
+195
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
2017-07-23
Windows Driver: add legacy handling for IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_...
Mounir IDRASSI
1
-23
/
+42
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
2017-07-20
Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and IOCTL_DISK_GET_DRIVE_LAYO...
Mounir IDRASSI
1
-2
/
+2
2017-07-20
Windows driver: remove filesystem detection mechanism when mounting volumes s...
Mounir IDRASSI
1
-82
/
+0
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 disabl...
Mounir IDRASSI
2
-13
/
+12
2017-07-04
Windows Driver: correctly save and restore extended processor state when perf...
Mounir IDRASSI
3
-6
/
+68
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 x86_64...
Mounir IDRASSI
3
-2
/
+56
2017-06-21
Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...
Mounir IDRASSI
2
-0
/
+12
2017-06-10
Windows Driver Security: Use enhanced protection of NX pool under Windows 8 a...
Mounir IDRASSI
3
-3
/
+13
2017-06-05
Beta2 patch 1
kavsrf
1
-2
/
+2
2017-06-01
Windows: fix high CPU usage when a favorite is configured to mount using Volu...
Mounir IDRASSI
1
-22
/
+31
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 f...
Mounir IDRASSI
1
-0
/
+72
[next]