Age | Commit message (Expand) | Author | Files | Lines |
2017-06-08 | Windows: Validate XML format of EFI DcsProp after user editing and before wri... | Mounir IDRASSI | 6 | -34/+181 |
2017-06-08 | Windows: correctly handle UTF-8 BOM when editing EFI DcsProp XML file | Mounir IDRASSI | 1 | -9/+32 |
2017-06-05 | Windows: create dedicated project for zip library and link other binaries aga... | Mounir IDRASSI | 12 | -2208/+786 |
2017-06-05 | cland static code analyzer fixes | kavsrf | 2 | -18/+22 |
2017-06-05 | Beta2 patch 1 | kavsrf | 22 | -64/+240 |
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 11 | -24/+38 |
2017-06-05 | DcsInfo is added | kavsrf | 17 | -4/+22 |
2017-06-05 | Linux/MacOSX: Use newer version 3.0.3 of wxWidgets. Update version in Readme. | Mounir IDRASSI | 3 | -7/+7 |
2017-06-05 | Linux/MacOSX: cleaner code for handling of missing local HTML documentation. | Mounir IDRASSI | 1 | -7/+8 |
2017-06-05 | Linux/MacOSX: Replace User Guide PDF with local HTML documentation. Replace U... | Mounir IDRASSI | 3 | -55/+54 |
2017-06-05 | Windows: move language XML files to new "Languages" folder in the installatio... | Mounir IDRASSI | 7 | -111/+44 |
2017-06-05 | Windows: Correctly open online help when selected in menu. Remove unused para... | Mounir IDRASSI | 8 | -48/+50 |
2017-06-05 | Windows: Move User Guide CHM file under "docs" folder | Mounir IDRASSI | 5 | -10/+10 |
2017-06-05 | Delete pdf and odt files of User Guide since they are not used anymore. | Mounir IDRASSI | 2 | -0/+0 |
2017-06-05 | Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ... | Mounir IDRASSI | 6 | -15/+57 |
2017-06-05 | Documentation: Add chm file containing the documentation and scripts needed t... | Mounir IDRASSI | 5 | -0/+615 |
2017-06-05 | Documentation: Add https://www.veracrypt.fr/code to the list of VeraCrypt Git... | Mounir IDRASSI | 1 | -4/+8 |
2017-06-05 | Documentation: add title to main HTML page | Mounir IDRASSI | 1 | -0/+1 |
2017-06-02 | Documentation:fix Tibit donation link | Mounir IDRASSI | 1 | -1/+1 |
2017-06-02 | Documentation: fix typo in link name | Mounir IDRASSI | 1 | -1/+1 |
2017-06-02 | Windows: Update signed driver files of 1.20-BETA3 release | Mounir IDRASSI | 2 | -0/+0 |
2017-06-02 | Windows: fix compilation error cause by extra '&&' in if statement | Mounir IDRASSI | 1 | -1/+1 |
2017-06-02 | Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio pr... | Mounir IDRASSI | 8 | -32/+0 |
2017-06-01 | Windows: fix high CPU usage when a favorite is configured to mount using Volu... | Mounir IDRASSI | 6 | -217/+670 |
2017-06-01 | Windows: Add bat file to package debug version of VeraCrypt used in testing/d... | Mounir IDRASSI | 1 | -0/+52 |
2017-06-01 | Linux/MacOSX: Update location of User Guide pdf in Makefile | Mounir IDRASSI | 1 | -2/+2 |
2017-06-01 | Windows: Update packaging bat files to account for the location change of lic... | Mounir IDRASSI | 2 | -0/+20 |
2017-06-01 | Move Apache license files to the root of "src" folder | Mounir IDRASSI | 2 | -0/+0 |
2017-06-01 | remove duplicated license text file | Mounir IDRASSI | 1 | -772/+0 |
2017-06-01 | Move PDF of User Guide to "doc" folder | Mounir IDRASSI | 1 | -0/+0 |
2017-05-28 | Windows: Only offer valid cluster sizes when ReFS is selected in the volume f... | Mounir IDRASSI | 1 | -23/+37 |
2017-05-28 | Windows: add support for ReFS on Windows 10 when creating normal volumes. | Mounir IDRASSI | 5 | -13/+41 |
2017-05-28 | Windows Driver: enhance detection of FAT volumes. | Mounir IDRASSI | 2 | -6/+18 |
2017-05-28 | Fix wrong FAT32 jump opcode in its header | Mounir IDRASSI | 2 | -3/+3 |
2017-05-28 | Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate W... | Mounir IDRASSI | 1 | -1/+22 |
2017-05-26 | Windows: fix Hour Glass cursor still displayed in some cases after Format wiz... | Mounir IDRASSI | 1 | -2/+0 |
2017-05-26 | Windows Driver: return correct partition type value by trying to detect the f... | Mounir IDRASSI | 1 | -0/+72 |
2017-05-26 | Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPE... | Mounir IDRASSI | 1 | -0/+2 |
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 i... | Mounir IDRASSI | 1 | -2/+3 |
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 vi... | Mounir IDRASSI | 1 | -1/+2 |
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 IOCTL_STORAGE_QUERY_PROPERT... | Mounir IDRASSI | 4 | -17/+136 |
2017-05-25 | Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by u... | Mounir IDRASSI | 1 | -12/+27 |
2017-05-25 | Windows Driver: remove unused variable. | Mounir IDRASSI | 2 | -2/+0 |
2017-05-22 | Windows Driver: fix "__chkstk" link error in debug build caused by some crypt... | Mounir IDRASSI | 3 | -4/+14 |
2017-05-21 | Windows Driver: Support new IOCTLS and correct implementation of existing one... | Mounir IDRASSI | 1 | -3/+111 |
2017-05-21 | Windows Driver: fix bug in new IOCTL VC_IOCTL_GET_DRIVE_GEOMETRY_EX | Mounir IDRASSI | 1 | -2/+0 |