VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05cland static code analyzer fixeskavsrf2-18/+22
2017-06-05Beta2 patch 1kavsrf22-64/+240
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated
2017-06-05PlatformInfo read. (via ReadEfiConfig)kavsrf11-24/+38
It is displayed in System settings
2017-06-05DcsInfo is addedkavsrf17-4/+22
2017-06-05Linux/MacOSX: Use newer version 3.0.3 of wxWidgets. Update version in Readme.Mounir IDRASSI3-7/+7
2017-06-05Linux/MacOSX: cleaner code for handling of missing local HTML documentation.Mounir IDRASSI1-7/+8
2017-06-05Linux/MacOSX: Replace User Guide PDF with local HTML documentation. Replace ↵Mounir IDRASSI3-55/+54
UI links to point towards local HTML documentation if it exists
2017-06-05Windows: move language XML files to new "Languages" folder in the ↵Mounir IDRASSI7-111/+44
installation directory.
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI8-48/+50
parameters to function AppLink.
2017-06-05Windows: Move User Guide CHM file under "docs" folderMounir IDRASSI5-10/+10
2017-06-05Delete pdf and odt files of User Guide since they are not used anymore.Mounir IDRASSI2-0/+0
2017-06-05Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ↵Mounir IDRASSI6-15/+57
upgrading.
2017-06-05Documentation: Add chm file containing the documentation and scripts needed ↵Mounir IDRASSI5-0/+615
to generate it using Microsoft HTML Workshop.
2017-06-05Documentation: Add https://www.veracrypt.fr/code to the list of VeraCrypt ↵Mounir IDRASSI1-4/+8
Git repositories
2017-06-05Documentation: add title to main HTML pageMounir IDRASSI1-0/+1
2017-06-02Documentation:fix Tibit donation linkMounir IDRASSI1-1/+1
2017-06-02Documentation: fix typo in link nameMounir IDRASSI1-1/+1
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 ↵Mounir IDRASSI8-32/+0
projects
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using ↵Mounir IDRASSI6-217/+670
VolumeID when its host device is connected to the machine.
2017-06-01Windows: Add bat file to package debug version of VeraCrypt used in ↵Mounir IDRASSI1-0/+52
testing/debugging purposes.
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 ↵Mounir IDRASSI2-0/+20
license files and User Guide pdf.
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 ↵Mounir IDRASSI1-23/+37
format wizard.
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 ↵Mounir IDRASSI1-1/+22
Windows version information on Windows 10.
2017-05-26Windows: fix Hour Glass cursor still displayed in some cases after Format ↵Mounir IDRASSI1-2/+0
wizard operation is finished.
2017-05-26Windows Driver: return correct partition type value by trying to detect the ↵Mounir IDRASSI1-0/+72
filesystem used in the volume.
2017-05-26Windows Driver: Correctly detect FAT volumes created on Linux in ↵Mounir IDRASSI1-0/+2
TC_IOCTL_OPEN_TEST FileSystem detection
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 ↵Mounir IDRASSI1-2/+3
is implemented.
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 ↵Mounir IDRASSI1-1/+2
virtual partition starts at Extension->BytesPerSector and not 0.
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 ↵Mounir IDRASSI4-17/+136
IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications.
2017-05-25Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by ↵Mounir IDRASSI1-12/+27
using STORAGE_DESCRIPTOR_HEADER in order to be compatible with any future structure changes.
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 ↵Mounir IDRASSI3-4/+14
crypto functions using too much stack space for local variables.
2017-05-21Windows Driver: Support new IOCTLS and correct implementation of existing ↵Mounir IDRASSI1-3/+111
ones to solve Windows 10 compatibility issues.
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 ↵Mounir IDRASSI13-83/+133
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.
2017-05-17Windows installer: use correct installation directory for opening HTML help ↵Mounir IDRASSI1-3/+10
(for now only donation page).
2017-05-15Windows: Add HTML documentation to Windows installer.Mounir IDRASSI6-25/+145