VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount
AgeCommit message (Expand)AuthorFilesLines
39 hoursWindows: Fix VS 2022 projects referencesMounir IDRASSI1-5/+6
42 hoursWindows: remove VS 2019 solution and project files since we migrated to VS 2022.Mounir IDRASSI2-618/+0
43 hoursWindows: Fix delayload link warning about comdlg32.dll not used. Remove unuse...Mounir IDRASSI1-6/+6
45 hoursWindows: move main project files and solution from VS 2010 to VS 2022. Delete...Mounir IDRASSI3-1274/+108
46 hoursWindows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 configura...Mounir IDRASSI1-216/+6
3 daysWindows: Fix various compiler warningsMounir IDRASSI2-91/+96
4 daysWindows: Remove support for 32-bit driver code. Set build target as Windows 1...Mounir IDRASSI1-6/+6
2024-09-08Windows: Add support for x86 and x64 build for driver and binaries using Visu...Mounir IDRASSI1-21/+33
2024-09-01Windows: Fix MSI not installing all new documentation file. Remove old files ...Mounir IDRASSI1-4/+4
2024-08-25Increment version to 1.26.14. Set release date to August 25th.Mounir IDRASSI1-4/+4
2024-08-05Windows: disable dropdown split button in volume expander (#1389)lollolong1-0/+4
2024-08-02Increment version to 1.26.13. Update release notes. Update signed Windows dri...Mounir IDRASSI1-4/+4
2024-08-02Implement detection of volumes with vulnerable XTS master key.Mounir IDRASSI1-0/+32
2024-06-23Increment version to 1.26.12Mounir IDRASSI1-4/+4
2024-06-23Increment version to 1.26.11. Update Release Notes.Mounir IDRASSI1-4/+4
2024-06-12Avoid conflict with C++17 features std::byte by using uint8 type instead of byteMounir IDRASSI2-11/+11
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI1-4/+4
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-4/+4
2023-10-10Increment version to 1.26.8Mounir IDRASSI1-4/+4
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ...Mounir IDRASSI1-4/+4
2023-09-24Windows: Add tooltip message and help button for new option to disable memory...Mounir IDRASSI3-4/+29
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-4/+4
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI2-13/+39
2023-09-18Windows Security: make memory protection enabled by default. Add process miti...Mounir IDRASSI1-1/+1
2023-09-11Windows: replace CoInitialize calls with CoInitializeExMounir IDRASSI2-4/+4
2023-09-10Windows: Indicate in manifest files that support starts from Windows 7Mounir IDRASSI1-1/+7
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...Mounir IDRASSI1-4/+4
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI1-33/+27
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI3-18/+17
2023-08-20Windows: delay load bcrypt.dll to reduce startup dependency loading until set...Mounir IDRASSI2-17/+17
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-4/+4
2023-08-13Windows: Better way to enable required privileges for FastCreate OptionsMounir IDRASSI2-0/+6
2023-08-05Windows: Fix false positive detection of new device insertion when clear keys...Mounir IDRASSI4-1/+169
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI9-274/+61
2023-07-01Windows: Don't make Mount button split button if it is for dismountingMounir IDRASSI1-44/+62
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI6-16/+94
2023-06-28Add EMV functionality (#1080)mmauv5-19/+58
2023-06-28Increment version to 1.26.3. Update Release NotesMounir IDRASSI1-4/+4
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI1-4/+4
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI3-7/+74
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-1/+9
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-4/+4
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI2-3/+3
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-2/+2
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA compressio...Mounir IDRASSI2-25/+34
2022-02-10Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...Mounir IDRASSI1-89/+91
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-2/+2
2022-02-02Windows: Fix failure to create Traveler Disk when VeraCrypt is installed usin...Mounir IDRASSI1-59/+129