Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 1 | -4/+4 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 1 | -4/+4 | |
setting safe dll loading | |||||
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 1 | -10/+13 | |
compression instead of DEFLATE | |||||
2022-02-05 | Windows: remove unneeded reference to XML files from Setup Visual Studio project | Mounir IDRASSI | 1 | -14/+0 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 1 | -0/+14 | |
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 1 | -0/+61 | |
Windows Vista,7, 8 and 8.1. | |||||
2021-03-22 | Windows: first implementation of MSI installer for silent mode deployment ↵ | Mounir IDRASSI | 1 | -1/+2 | |
(ACCEPTLICENSE=YES must be set in msiexec command line) | |||||
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -0/+64 | |
custom SecureBoot key instead | |||||
2018-04-23 | Windows: simplify installer logic by copying only binaries for the current ↵ | Mounir IDRASSI | 1 | -2/+2 | |
architecture. | |||||
2017-07-09 | Windows: generate pdb files for binaries in order to help investigate ↵ | Mounir IDRASSI | 1 | -3/+2 | |
crashes in the future. | |||||
2017-06-10 | Windows Security: built binaries with support for Address Space Layout ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Randomization (ASLR). | |||||
2017-06-05 | Windows: create dedicated project for zip library and link other binaries ↵ | Mounir IDRASSI | 1 | -150/+2 | |
against it instead of recompiling zlib and libzip for each project separately. | |||||
2017-06-02 | Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵ | Mounir IDRASSI | 1 | -2/+0 | |
projects | |||||
2016-10-17 | Windows: exclude unused libzip source files from build. | Mounir IDRASSI | 1 | -6/+24 | |
2016-10-17 | Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵ | Mounir IDRASSI | 1 | -9/+136 | |
sources of these library into VeraCrypt source tree. | |||||
2016-08-15 | Windows: Add XZip library files ↵ | Mounir IDRASSI | 1 | -0/+4 | |
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w) | |||||
2016-06-17 | Windows: Use Visual C++ 2010 instead of Visual C++ 2008. | Mounir IDRASSI | 1 | -0/+221 | |