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 | -8/+11 | |
compression instead of DEFLATE | |||||
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 1 | -0/+61 | |
Windows Vista,7, 8 and 8.1. | |||||
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-29 | Windows: Add portable installer that only extra binaries without the need of ↵ | Mounir IDRASSI | 1 | -0/+217 | |
administrative privileges for extraction. |