Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
35 hours | Increment version to 1.26.20. Update Release Notes. | Mounir IDRASSI | 1 | -4/+4 | |
4 days | refactor: use the term unmount instead of dismount (#1478) | Helmut K. C. Tessarek | 1 | -2/+2 | |
* refactor: use UNMOUNT instead of DISMOUNT in code This change updates the term DISMOUNT in constants to UNMOUNT. Other occurrences (e.g. variable names) are left alone for now. * refactor(ui): use unmount instead of dismount This change updates the GUI text and replaces dismount with unmount. * docs: update term dismount -> unmount * refactor(cmdline): add unmount This change adds an argument 'unmount' for command line usage, while trying to deprecate the old disnount argument. The current dismount argument/flag will still work to not introduce a breaking change. * docs: mention that /dismount is deprecated This change fixes the shorthand version of the argument /unmount It also adds back the info for /dismount and that it is deprecated. | |||||
13 days | Increment version to 1.26.19. Update Release Notes.VeraCrypt_1.26.19 | Mounir IDRASSI | 1 | -4/+4 | |
2025-01-17 | Update Release Notes. Set version to 1.26.18. Update signed Windows drivers. | Mounir IDRASSI | 1 | -2/+2 | |
2025-01-14 | Increment version to 1.26.18. Update copyright date. Update Release Notes. ↵ | Mounir IDRASSI | 7 | -10/+10 | |
Update Windows drivers. | |||||
2024-11-27 | Windows: Increment version to 1.26.17.2. Update signed drivers. | Mounir IDRASSI | 1 | -2/+2 | |
2024-11-20 | Windows driver: use correct WDM type. Increment version to 1.26.17 | Mounir IDRASSI | 1 | -4/+4 | |
2024-11-18 | Increment version to 1.26.16. Update Release Notes. Update signed Windows ↵ | Mounir IDRASSI | 1 | -4/+4 | |
drivers. | |||||
2024-11-16 | Windows: remove 32-bit logic from the code since we support only 64-bit. ↵ | Mounir IDRASSI | 2 | -39/+24 | |
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects | |||||
2024-11-15 | Windows: remove VS 2019 solution and project files since we migrated to VS 2022. | Mounir IDRASSI | 3 | -417/+0 | |
2024-11-15 | Windows: Fix delayload link warning about comdlg32.dll not used. Remove ↵ | Mounir IDRASSI | 1 | -3/+3 | |
unused old project files | |||||
2024-11-15 | Windows: move main project files and solution from VS 2010 to VS 2022. ↵ | Mounir IDRASSI | 4 | -678/+14 | |
Delete unused files. | |||||
2024-11-15 | Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵ | Mounir IDRASSI | 1 | -6/+6 | |
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows. | |||||
2024-11-15 | Windows: Fix various compiler warnings | Mounir IDRASSI | 1 | -1/+1 | |
2024-09-08 | Windows: Add support for x86 and x64 build for driver and binaries using ↵ | Mounir IDRASSI | 3 | -0/+417 | |
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation | |||||
2024-09-08 | Windows: use wcstok_s instead of wcstok for more secure parsing of directory ↵ | Mounir IDRASSI | 1 | -53/+53 | |
path | |||||
2024-09-01 | Windows: Ensure that installation folder is removed after MSI uninstall by ↵ | Mounir IDRASSI | 1 | -0/+90 | |
scheduling removal on reboot if needed | |||||
2024-09-01 | Windows: Fix MSI not installing all new documentation file. Remove old files ↵ | Mounir IDRASSI | 2 | -4/+48 | |
left from old versions. Increment version to 1.26.15. | |||||
2024-08-30 | Wndows: Fix error 1603 returned by MSI silent install when ↵ | Mounir IDRASSI | 1 | -0/+1 | |
REBOOT=ReallySuppress specified and a reboot is required In this case, installation was done by the customer action VC_CustomAction_DoChecks was returning the error ERROR_INSTALL_FAILURE (1603)nevertheless. Now we return success code correctly. | |||||
2024-08-25 | Increment version to 1.26.14. Set release date to August 25th. | Mounir IDRASSI | 1 | -4/+4 | |
2024-08-22 | Revert "Add Hausa translation (#1404)" (#1407) | Mounir IDRASSI | 2 | -2/+0 | |
This reverts commit ce9537f2b847b9b3b89e8dfca377d2659b3f02fc. | |||||
2024-08-21 | Add Hausa translation (#1404) | Marius Kjærstad | 2 | -0/+2 | |
2024-08-05 | Undeclared identifier for IDR_LANG_NB fixed (#1388) | Marius Kjærstad | 2 | -0/+2 | |
2024-08-02 | Increment version to 1.26.13. Update release notes. Update signed Windows ↵ | Mounir IDRASSI | 1 | -4/+4 | |
drivers. | |||||
2024-06-23 | Increment version to 1.26.12 | Mounir IDRASSI | 1 | -4/+4 | |
2024-06-23 | Increment version to 1.26.11. Update Release Notes. | Mounir IDRASSI | 1 | -4/+4 | |
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 | |
signed driver files. | |||||
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 1 | -4/+4 | |
2023-09-11 | Windows: replace CoInitialize calls with CoInitializeEx | Mounir IDRASSI | 1 | -1/+1 | |
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is ↵ | Mounir IDRASSI | 1 | -26/+8 | |
now minimal OS version. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 2 | -275/+3 | |
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 | -3/+3 | |
setting safe dll loading | |||||
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 1 | -4/+4 | |
2023-07-29 | Windows: Add installer language support for rest of the translations (#1160) | Jertzukka | 2 | -0/+52 | |
Currently there are a lot of translated strings that are never seen anywhere as the installer doesn't offer all the available languages as options in the installer wizard (sans Burmese). | |||||
2023-07-24 | Windows: remove unused variable | Mounir IDRASSI | 1 | -1/+0 | |
2023-07-24 | Linux/macOS: Remove TrueCrypt support | Mounir IDRASSI | 1 | -5/+0 | |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 2 | -15/+4 | |
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 | |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -0/+12 | |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 1 | -4/+4 | |
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵ | Mounir IDRASSI | 1 | -0/+8 | |
RIPEMD-160 or GOST89 since they are not supported anymore. | |||||
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 ↵ | Mounir IDRASSI | 1 | -6/+6 | |
compression instead of DEFLATE | |||||
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 1 | -2/+2 | |