Age | Commit message (Expand) | Author | Files | Lines |
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 2 | -11/+11 |
2023-11-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 1 | -4/+4 |
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 1 | -4/+4 |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 1 | -4/+4 |
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ... | Mounir IDRASSI | 1 | -4/+4 |
2023-09-24 | Windows: Add tooltip message and help button for new option to disable memory... | Mounir IDRASSI | 3 | -4/+29 |
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 1 | -4/+4 |
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 2 | -13/+39 |
2023-09-18 | Windows Security: make memory protection enabled by default. Add process miti... | Mounir IDRASSI | 1 | -1/+1 |
2023-09-11 | Windows: replace CoInitialize calls with CoInitializeEx | Mounir IDRASSI | 2 | -4/+4 |
2023-09-10 | Windows: Indicate in manifest files that support starts from Windows 7 | Mounir IDRASSI | 1 | -1/+7 |
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter... | Mounir IDRASSI | 1 | -4/+4 |
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now... | Mounir IDRASSI | 1 | -33/+27 |
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay loading... | Mounir IDRASSI | 3 | -18/+17 |
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until set... | Mounir IDRASSI | 2 | -17/+17 |
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 1 | -4/+4 |
2023-08-13 | Windows: Better way to enable required privileges for FastCreate Options | Mounir IDRASSI | 2 | -0/+6 |
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear keys... | Mounir IDRASSI | 4 | -1/+169 |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 9 | -274/+61 |
2023-07-01 | Windows: Don't make Mount button split button if it is for dismounting | Mounir IDRASSI | 1 | -44/+62 |
2023-06-29 | EMV keyfile support: Overall code improvements and bug fixes | Mounir IDRASSI | 6 | -16/+94 |
2023-06-28 | Add EMV functionality (#1080) | mmauv | 5 | -19/+58 |
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 1 | -4/+4 |
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 1 | -4/+4 |
2023-06-02 | Windows: Add dropdown menu to Mount button to allow mounting without cache | Mounir IDRASSI | 3 | -7/+74 |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -1/+9 |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 1 | -4/+4 |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated algorit... | Mounir IDRASSI | 2 | -3/+3 |
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 1 | -2/+2 |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 1 | -2/+2 |
2022-02-11 | Windows: Increment version to 1.25.8.1 and update signed Windows drivers | Mounir IDRASSI | 1 | -2/+2 |
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA compressio... | Mounir IDRASSI | 2 | -25/+34 |
2022-02-10 | Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i... | Mounir IDRASSI | 1 | -89/+91 |
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 1 | -2/+2 |
2022-02-02 | Windows: Fix failure to create Traveler Disk when VeraCrypt is installed usin... | Mounir IDRASSI | 1 | -59/+129 |
2022-02-01 | Windows: Make MSI installer compatible with System Encryption by leveraging V... | Mounir IDRASSI | 1 | -16/+40 |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 1 | -2/+2 |
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 1 | -2/+2 |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 1 | -2/+2 |
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ... | Mounir IDRASSI | 1 | -0/+136 |
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 1 | -2/+2 |
2021-11-29 | Windows: Try to workaround Windows Updates issues by fixing of bootloader and... | Mounir IDRASSI | 1 | -27/+51 |
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 1 | -2/+2 |
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 1 | -2/+2 |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 1 | -2/+2 |
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 1 | -4/+4 |
2021-08-15 | Windows: Increment version to 1.24.25.3 and update signed Windows driver | Mounir IDRASSI | 1 | -2/+2 |
2021-08-02 | Windows: Increment version to 1.24.25.2 and update signed Windows driver | Mounir IDRASSI | 1 | -2/+2 |
2021-07-14 | Windows: Copy ARM64 binaries when creating Traveler Disk and when VeraCrypt i... | Mounir IDRASSI | 1 | -0/+16 |
2021-07-13 | Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ... | Mounir IDRASSI | 1 | -6/+6 |