Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 4 | -3/+13 |
2023-09-18 | Windows Security: make memory protection enabled by default. Add process miti... | Mounir IDRASSI | 4 | -3/+136 |
2023-09-15 | Update Language.xml (#1199) | TigerxWood | 1 | -1/+1 |
2023-09-11 | Windows: replace CoInitialize calls with CoInitializeEx | Mounir IDRASSI | 2 | -5/+5 |
2023-09-08 | Windows: Add link in keyfiles dialog to documentation page for risks of third... | Mounir IDRASSI | 5 | -10/+33 |
2023-09-08 | Update Language.xml (#1192) | TigerxWood | 1 | -1/+1 |
2023-09-06 | Windows: remove recommendation of keyfiles files extensions and update docume... | Mounir IDRASSI | 2 | -1/+14 |
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter... | Mounir IDRASSI | 3 | -190/+264 |
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now... | Mounir IDRASSI | 3 | -152/+77 |
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay loading... | Mounir IDRASSI | 2 | -627/+102 |
2023-08-20 | Windows: Set minimum build target to Windows 7 | Mounir IDRASSI | 1 | -1/+1 |
2023-08-20 | Update zlib to latest (#1181) | DLL125 | 23 | -1485/+918 |
2023-08-15 | Update Release Notes and set date of 1.26.5 to August 15th | Mounir IDRASSI | 1 | -1/+1 |
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 1 | -2/+2 |
2023-08-13 | Windows: Implement support for mounting partially encrypted system partitions | Mounir IDRASSI | 3 | -0/+13 |
2023-08-13 | Windows: Better way to enable required privileges for FastCreate Options | Mounir IDRASSI | 5 | -8/+144 |
2023-08-10 | Windows: Fix failure creating Traveler Disk caused by outdated hardcoded valu... | Mounir IDRASSI | 1 | -10/+10 |
2023-08-06 | Linux: capture both stdout and stderr in popen call to avoid printing anything | Mounir IDRASSI | 1 | -2/+2 |
2023-08-05 | Security: ensure that XTS primary key is different from secondary key when cr... | Mounir IDRASSI | 1 | -0/+9 |
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear keys... | Mounir IDRASSI | 6 | -1/+73 |
2023-07-24 | Update Release Notes and set date of 1.26.4 to July 24th | Mounir IDRASSI | 1 | -1/+1 |
2023-07-24 | Linux/macOS: Remove TrueCrypt support | Mounir IDRASSI | 2 | -8/+2 |
2023-07-23 | XML Language files: remove \r from new entries as it is automatically added b... | Mounir IDRASSI | 1 | -7/+7 |
2023-07-23 | Windows: Make Expander progress messages translatable | Mounir IDRASSI | 1 | -0/+7 |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 15 | -127/+51 |
2023-07-18 | Windows: Fix compiler warnings | Mounir IDRASSI | 1 | -2/+1 |
2023-07-17 | Windows: Fix buffer overrun caused by bug in UpperCaseCopy function | Mounir IDRASSI | 1 | -3/+3 |
2023-07-17 | Windows: Fix link error with latest libzip by adding new file zip_source_pass... | Mounir IDRASSI | 3 | -0/+5 |
2023-07-17 | Libzip (#1152) | DLL125 | 77 | -541/+1376 |
2023-07-16 | Windows: fix issue with fastCreate by requesting SE_MANAGE_VOLUME_NAME privil... | Mounir IDRASSI | 1 | -26/+28 |
2023-07-15 | Windows: enhance secure desktop handling to try to workaround Windows 11 issue | Mounir IDRASSI | 1 | -30/+49 |
2023-07-02 | Windows: Fix regression when creating multiple keyfiles with a fixed size | Mounir IDRASSI | 1 | -3/+2 |
2023-07-02 | Renormalize 7zWindows.h from CRLF to LF line separator as intended (#1144) | Jertzukka | 1 | -101/+101 |
2023-07-02 | Fix compiler type-cast warnings | Mounir IDRASSI | 2 | -2/+2 |
2023-07-02 | Update Release Notes with latest changes. | Mounir IDRASSI | 1 | -2/+2 |
2023-07-01 | Windows: Add missing header changes needed for previous commit | Mounir IDRASSI | 1 | -2/+2 |
2023-07-01 | Windows: Make API formatting fallback to format.com in case of elevation. rem... | Mounir IDRASSI | 2 | -53/+20 |
2023-07-01 | Windows: fix compilation warnings | Mounir IDRASSI | 1 | -3/+3 |
2023-07-01 | Windows: Fix formatting issue during volume creation by using /Y for format.c... | Mounir IDRASSI | 3 | -31/+83 |
2023-06-30 | Correctly detect ARM builds when listing CPU features in headers | Mounir IDRASSI | 1 | -2/+2 |
2023-06-29 | EMV keyfile support: Overall code improvements and bug fixes | Mounir IDRASSI | 30 | -1320/+3905 |
2023-06-28 | Add EMV functionality (#1080) | mmauv | 14 | -355/+1952 |
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 1 | -2/+2 |
2023-06-28 | Windows: Add comboxbox to Format wizard to choose QuickFormat/FastCreate/Full... | Mounir IDRASSI | 2 | -0/+8 |
2023-06-28 | Windows: Better handling of quick format for file container | Mounir IDRASSI | 4 | -22/+104 |
2023-06-25 | Windows: 100% localization of Expander UI strings | Mounir IDRASSI | 1 | -0/+31 |
2023-06-25 | Windows: Better language localization support for Expander. | Mounir IDRASSI | 1 | -0/+2 |
2023-06-24 | Windows: Add 7zWindows.h file to Lzma project files | Mounir IDRASSI | 4 | -0/+8 |
2023-06-23 | Dll125 lzma (#1120) | DLL125 | 24 | -1149/+2124 |
2023-06-23 | Windows: if /fastCreateFile set, request SE_MANAGE_VOLUME_NAME privileges (cr... | Mounir IDRASSI | 2 | -6/+24 |