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 | 16 | -139/+139 |
2023-11-09 | Update MBR bootloader to 1.26.10 version | Mounir IDRASSI | 20 | -0/+0 |
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 20 | -0/+0 |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 20 | -0/+0 |
2023-09-30 | Windows: Update MBR bootloader for version 1.26.7 | Mounir IDRASSI | 20 | -0/+0 |
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 20 | -0/+0 |
2023-08-15 | Windows: Update MBR bootloader files to 1.26.5 build | Mounir IDRASSI | 20 | -0/+0 |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 20 | -0/+0 |
2022-03-21 | Windows: Display message to recreate Rescue Disk when upgrading from version ... | Mounir IDRASSI | 1 | -1/+1 |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated algorit... | Mounir IDRASSI | 3 | -6/+6 |
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 20 | -0/+0 |
2022-02-05 | Windows: Update MBR bootloader files. | Mounir IDRASSI | 20 | -0/+0 |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 20 | -0/+0 |
2021-12-28 | Windows: Update precompiled MBR bootloader files for version 1.25.6 | Mounir IDRASSI | 20 | -0/+0 |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 20 | -0/+0 |
2021-12-02 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25.4 to make ...VeraCrypt_1.25.4 | Mounir IDRASSI | 20 | -0/+0 |
2021-11-28 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25 to make it... | Mounir IDRASSI | 41 | -0/+0 |
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 3 | -4/+4 |
2020-08-03 | Windows Bootloader: pass correct compressed data size to decompressor. Becaus... | xiaolangde | 1 | -1/+1 |
2019-11-09 | Windows MBR Bootloader: better way to handle displaying write errors in Write... | Mounir IDRASSI | 1 | -4/+7 |
2019-11-07 | Windows MBR Bootloader: workaround for SSD disks that don't allow write opera... | Mounir IDRASSI | 4 | -3/+14 |
2019-11-02 | Start following IEEE 1541 agreed naming of bytes (#532) | Meteor0id | 1 | -1/+1 |
2019-10-24 | Windows: display prompt to upgrade Rescue Disk when installing 1.24 version s... | Mounir IDRASSI | 1 | -1/+1 |
2019-03-01 | Windows: use specific order for EFI boot arguments memory regions that matche... | Mounir IDRASSI | 1 | -1/+2 |
2019-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -3/+3 |
2018-12-19 | Windows MBR Bootloader: workaround for issue affecting creation of hidden OS ... | Mounir IDRASSI | 1 | -1/+16 |
2018-12-03 | MBR Bootloader: dynamically determine boot loader memory segment instead of h... | Mounir IDRASSI | 1 | -15/+16 |
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting o... | Mounir IDRASSI | 1 | -1/+1 |
2017-08-02 | Windows MBR bootloader: reduce CPU usage during password prompt (Credit: Jaso... | Mounir IDRASSI | 1 | -1/+22 |
2017-07-23 | Windows MBR Bootloader: always compress bootloader with upx to reduce runtime... | Mounir IDRASSI | 1 | -2/+2 |
2017-07-22 | Windows: reduce size of MBR bootloader by removing unused functions in each b... | Mounir IDRASSI | 2 | -4/+8 |
2017-07-20 | Windows: display prompt to upgrade Rescue Disk when installing 1.22 version b... | Mounir IDRASSI | 1 | -1/+1 |
2017-07-19 | Windows MBR bootloader: remove unused test function in release build | Mounir IDRASSI | 2 | -0/+5 |
2017-07-07 | Windows: display prompt to upgrade Rescue Disk when installing 1.21 version. | Mounir IDRASSI | 1 | -1/+1 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 25 | -25/+25 |
2017-06-05 | cland static code analyzer fixes | kavsrf | 1 | -15/+19 |
2016-10-17 | Windows Bootloader: fix issue in copy process of hidden OS caused by use of w... | Mounir IDRASSI | 1 | -1/+4 |
2016-10-17 | Windows MBR Bootloader: compress Camellia Rescue Disk bootloader to reduce si... | Mounir IDRASSI | 1 | -1/+1 |
2016-10-17 | Windows Bootloader: for MBR bootloader, reset position pointers to keystroke ... | Mounir IDRASSI | 1 | -0/+6 |
2016-08-21 | Windows: force the update of rescue disk from version 1.18 because of the fix... | Mounir IDRASSI | 1 | -1/+1 |
2016-08-17 | Linux: fix various compilation issues under Linux. | Mounir IDRASSI | 1 | -1/+1 |
2016-08-15 | Windows: Synchronize file with changes done in EFI Bootloader DCS. | kavsrf | 1 | -33/+66 |
2016-08-15 | Windows EFI Bootloader: modifications to prepare EFI system encryption suppor... | Alex | 2 | -1/+109 |
2016-06-17 | Windows: Use Visual C++ 2010 instead of Visual C++ 2008. | Mounir IDRASSI | 3 | -0/+424 |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ... | Mounir IDRASSI | 3 | -3/+12 |
2016-05-10 | Remove trailing whitespace | David Foerster | 25 | -96/+96 |
2016-05-10 | Normalize all line terminators | David Foerster | 27 | -5110/+5110 |
2016-04-20 | Windows: Reduce memory usage of Rescue Disk for cascades by 1KB. | Mounir IDRASSI | 1 | -5/+1 |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by storing... | Mounir IDRASSI | 6 | -59/+86 |
2016-02-22 | Windows bootloader: try to fix boot issues on some machines by increasing req... | Mounir IDRASSI | 1 | -5/+5 |