Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated (...
Mounir IDRASSI
14
-0
/
+0
2018-03-22
Windows: Update signed driver files for 1.22-BETA5
Mounir IDRASSI
2
-0
/
+0
2018-03-22
Increment version to 1.22-BETA5 (1.22.5)
Mounir IDRASSI
10
-30
/
+30
2018-03-20
Windows: Fix some cases of external applications freezing during mount/dismou...
Mounir IDRASSI
1
-1
/
+38
2018-03-20
XML Languages files: remove unused entry.
Mounir IDRASSI
1
-1
/
+0
2018-03-18
Update various copyright dates.
Mounir IDRASSI
5
-16
/
+16
2018-03-18
Windows: Update libzip to version 1.5.0 that include fixes for some security ...
Mounir IDRASSI
118
-3477
/
+4699
2018-03-13
Windows: when /silent specified in command line, avoid performing any WIN32 U...
Mounir IDRASSI
2
-77
/
+108
2018-03-12
Language XML file: remove unused text entry.
Mounir IDRASSI
1
-1
/
+0
2018-03-12
Windows: make TRIM blocking option grayed in System -> Settings UI under hidd...
Mounir IDRASSI
1
-2
/
+11
2018-03-05
Windows: Replace the text "TRIM operation" by "TRIM command" in UI and transl...
Mounir IDRASSI
2
-2
/
+2
2018-03-05
Windows: Add option to block TRIM command on system encryption SSD drives.
Mounir IDRASSI
8
-28
/
+86
2018-03-05
XML Languages files: Add translation entry for non-system TRIM configuration
Mounir IDRASSI
1
-0
/
+1
2018-03-04
Windows: Implement TRIM support for non-system SSD partitions/drives and add ...
Mounir IDRASSI
8
-43
/
+341
2018-03-04
Windows: fix build issue under VS 2017 caused by msxml6.dll
Mounir IDRASSI
1
-1
/
+1
2018-03-04
Windows: remove dependency to afxres.h header to allow build on community edi...
Mounir IDRASSI
6
-6
/
+6
2018-03-04
Windows: fix build issue of zip library with Visual Studio 2015/2017
Mounir IDRASSI
3
-6
/
+2
2018-01-21
Fix wxWidgets assertion failed when backing up/restoring volume header (close...
gv5470
1
-2
/
+2
2017-12-13
Linux: fix failure to install GUI version under recent versions of KDE.
Mounir IDRASSI
1
-2
/
+2
2017-12-09
Linux: fix compilation error with older versions of gcc (e.g. 4.x)
Mounir IDRASSI
1
-3
/
+3
2017-12-09
Windows: Update signed driver files for 1.22-BETA4
Mounir IDRASSI
2
-0
/
+0
2017-12-09
Increment version to 1.22-BETA4 (1.22.4)
Mounir IDRASSI
10
-19
/
+19
2017-12-08
MacOSX: fix issue that prevented some local help files from opening in the br...
Mounir IDRASSI
1
-2
/
+6
2017-12-06
MacOSX: Update reference of code signing certificate in Makefile to use new I...
Mounir IDRASSI
1
-2
/
+2
2017-12-06
Linux/MacOSX: Avoid OS leaking previously used directory if user choose not t...
Mounir IDRASSI
1
-2
/
+12
2017-11-29
Linux: Only add disk to mountable devices if it doesn't have a partition. Thi...
Mounir IDRASSI
1
-4
/
+7
2017-11-28
Language XML files: remove references to GOST89 since it is not supported any...
Mounir IDRASSI
1
-6
/
+0
2017-11-28
Linux: autodetect host drive name using sysfs (closes #233)
gv5470
1
-0
/
+23
2017-11-27
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedu...
Mounir IDRASSI
10
-167
/
+9834
2017-11-27
Merge pull request #206 from strazzere/patch-1
Mounir IDRASSI
1
-1
/
+1
2017-11-06
Fix compilation on Linux (closes #198)
bmintz
1
-2
/
+2
2017-08-30
Fix typo
Tim Strazzere
1
-1
/
+1
2017-08-02
Windows: Update signed driver files for 1.22-BETA3
Mounir IDRASSI
2
-0
/
+0
2017-08-02
Windows: Increment version to 1.22-BETA3
Mounir IDRASSI
8
-16
/
+16
2017-08-02
Windows MBR bootloader: reduce CPU usage during password prompt (Credit: Jaso...
Mounir IDRASSI
1
-1
/
+22
2017-07-29
Windows: Update signed driver files for 1.22-BETA2-Build6
Mounir IDRASSI
2
-0
/
+0
2017-07-29
Windows: increment version to 1.22-BETA2-Build6
Mounir IDRASSI
7
-13
/
+13
2017-07-29
Windows Driver: avoid allocating memory for some IOCTL_STORAGE_QUERY_PROPERTY...
Mounir IDRASSI
1
-37
/
+16
2017-07-29
Windows: Add portable installer that only extra binaries without the need of ...
Mounir IDRASSI
10
-23
/
+846
2017-07-27
Windows: Update signed driver files for 1.22-BETA2-Build5
Mounir IDRASSI
2
-0
/
+0
2017-07-27
Windows: increment version to 1.22-BETA2-Build5
Mounir IDRASSI
7
-14
/
+14
2017-07-27
Windows: when mounting system favorites using VolumeID feature, query all dis...
Mounir IDRASSI
3
-40
/
+50
2017-07-27
Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls t...
Mounir IDRASSI
5
-153
/
+156
2017-07-27
Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix issu...
Mounir IDRASSI
3
-44
/
+208
2017-07-23
Windows MBR Bootloader: always compress bootloader with upx to reduce runtime...
Mounir IDRASSI
1
-2
/
+2
2017-07-23
Windows: Update signed driver files for 1.22-BETA2-Build1
Mounir IDRASSI
2
-0
/
+0
2017-07-23
Windows: Increment version to 1.22-BETA2-Build1
Mounir IDRASSI
7
-14
/
+14
2017-07-23
Windows: display notice about creating new Rescue Disk at first boot after up...
Mounir IDRASSI
6
-1
/
+31
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
[prev]
[next]