VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Fat.c
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Windows: Better handling of quick format for file containerMounir IDRASSI1-11/+52
We write a zeroed sector every 128 MiB, leaving other sectors untouched This helps users visualize the progress of actual file creation while forcing Windows to allocate the disk space of each 128 MiB chunk immediately, otherwise, Windows would delay the allocation until we write the backup header at the end of the volume which would make the user think that the format process has stalled after progress bar reaches 100%.
2020-06-21Windows: Fix issue when RAM encryption used, AES selected and AES-NI not ↵Mounir IDRASSI1-0/+5
supported by CPU that caused the free space of newly created volumes not filled with random data even if "quick format" is not selected by user.
2020-01-22Windows: Fix regression in Expander and Format when RAM encryption is enable ↵Mounir IDRASSI1-2/+34
that was causing volume headers to be corrupted.
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are ↵Mounir IDRASSI1-1/+1
not needed after their key schedule is created
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-05-28Fix wrong FAT32 jump opcode in its headerMounir IDRASSI1-1/+1
2016-08-15Windows: align buffers used for keys to avoid issues when SSE used.Mounir IDRASSI1-1/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-21/+21
2016-05-10Normalize all line terminatorsDavid Foerster1-449/+449
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-7/+9
and TrueCrypt 3.0.
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL ↵Mounir IDRASSI1-4/+5
exception. Add more checks. Add proper cast to arithmetic operations.
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-4/+5
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+445