VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Windows: Move User Guide CHM file under "docs" folderMounir IDRASSI5-10/+10
2017-06-05Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ...Mounir IDRASSI6-15/+57
2017-06-02Windows: Update signed driver files of 1.20-BETA3 releaseMounir IDRASSI2-0/+0
2017-06-02Windows: fix compilation error cause by extra '&&' in if statementMounir IDRASSI1-1/+1
2017-06-02Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio pr...Mounir IDRASSI8-32/+0
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using Volu...Mounir IDRASSI6-217/+670
2017-06-01Windows: Add bat file to package debug version of VeraCrypt used in testing/d...Mounir IDRASSI1-0/+52
2017-06-01Linux/MacOSX: Update location of User Guide pdf in MakefileMounir IDRASSI1-2/+2
2017-06-01Windows: Update packaging bat files to account for the location change of lic...Mounir IDRASSI2-0/+20
2017-06-01Move Apache license files to the root of "src" folderMounir IDRASSI2-0/+0
2017-06-01remove duplicated license text fileMounir IDRASSI1-772/+0
2017-06-01Move PDF of User Guide to "doc" folderMounir IDRASSI1-0/+0
2017-05-28Windows: Only offer valid cluster sizes when ReFS is selected in the volume f...Mounir IDRASSI1-23/+37
2017-05-28Windows: add support for ReFS on Windows 10 when creating normal volumes.Mounir IDRASSI5-13/+41
2017-05-28Windows Driver: enhance detection of FAT volumes.Mounir IDRASSI2-6/+18
2017-05-28Fix wrong FAT32 jump opcode in its headerMounir IDRASSI2-3/+3
2017-05-28Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate W...Mounir IDRASSI1-1/+22
2017-05-26Windows: fix Hour Glass cursor still displayed in some cases after Format wiz...Mounir IDRASSI1-2/+0
2017-05-26Windows Driver: return correct partition type value by trying to detect the f...Mounir IDRASSI1-0/+72
2017-05-26Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPE...Mounir IDRASSI1-0/+2
2017-05-26Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detectionMounir IDRASSI1-1/+1
2017-05-25Windows: remove IOCTL_STORAGE_GET_DEVICE_NUMBER support until a real device i...Mounir IDRASSI1-2/+3
2017-05-25Windows Driver: correct comment about volume ID computationMounir IDRASSI1-1/+1
2017-05-25Windows Driver: correct value of number of cylinders by adding 1 since our vi...Mounir IDRASSI1-1/+2
2017-05-25Windows Driver: implement some extra IOCTLs. Add more traces for debugging.Mounir IDRASSI1-0/+112
2017-05-25Windows Driver: enhance implementation of IOCTL_STORAGE_QUERY_PROPERTYMounir IDRASSI1-9/+106
2017-05-25Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERT...Mounir IDRASSI4-17/+136
2017-05-25Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by u...Mounir IDRASSI1-12/+27
2017-05-25Windows Driver: remove unused variable.Mounir IDRASSI2-2/+0
2017-05-22Windows Driver: fix "__chkstk" link error in debug build caused by some crypt...Mounir IDRASSI3-4/+14
2017-05-21Windows Driver: Support new IOCTLS and correct implementation of existing one...Mounir IDRASSI1-3/+111
2017-05-21Windows Driver: fix bug in new IOCTL VC_IOCTL_GET_DRIVE_GEOMETRY_EXMounir IDRASSI1-2/+0
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI13-83/+133
2017-05-17Windows installer: use correct installation directory for opening HTML help (...Mounir IDRASSI1-3/+10
2017-05-15Windows: Add HTML documentation to Windows installer.Mounir IDRASSI6-25/+145
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI10-82/+123
2017-04-26Update zlib copyright noticeMounir IDRASSI6-6/+6
2017-04-26Windows: disable WINZIP Aes encryption support since we don't use.Mounir IDRASSI1-2/+2
2017-04-26Windows: update libzip to version 1.2.0Mounir IDRASSI44-312/+788
2017-04-26Windows: update zlib to version 1.2.11Mounir IDRASSI21-955/+1574
2017-04-23FreeBSD 11 build and use compatibilityMounir IDRASSI2-3/+21
2017-01-24XML wchar_t removed from EFI compilekavsrf1-1/+1
2017-01-12Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabl...Mounir IDRASSI3-33/+45
2017-01-12Windows: Fix Streebog not recognized by /hash command line switch but making ...Mounir IDRASSI4-19/+26
2016-12-30Update donation link to point to page indicating all accepted donations options.Mounir IDRASSI2-2/+2
2016-12-30Windows: avoid exporting libzip symbols from VeraCrypt binaries.Mounir IDRASSI1-0/+4
2016-12-30Windows: Update signed driver files of 1.20-BETA2 releaseMounir IDRASSI2-0/+0
2016-12-30Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.20-BETA2 build.Mounir IDRASSI6-0/+0
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI11-29/+29
2016-12-30Windows: Implement Secure Desktop for password entry. Add option and command ...Mounir IDRASSI7-15/+231