Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-28 | Windows: make the wait dialog wider to accommodate long messages | Mounir IDRASSI | 1 | -4/+4 | |
2014-12-26 | Windows: workaround freezing of waiting dialog but setting its parent to the ↵ | Mounir IDRASSI | 1 | -1/+2 | |
desktop and making all mount calls in a separate thread. DeviceIoControl is making our like hard because it doesn't behave as a normal system call and it blocks our window message loop even when called from a separate thread. | |||||
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 1 | -10/+13 | |
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption. | |||||
2014-12-16 | Windows: display a wait dialog during the lengthy opening of a volume. There ↵ | Mounir IDRASSI | 1 | -0/+16 | |
is still a freeze in the GUI even though the call to DeviceIoControl is done in a separate thread which can't be explained. Maybe if we had an asynchronous Device Driver call, things would better. | |||||
2014-12-11 | Windows: Implement specifying the size of the generated keyfiles and also ↵ | Mounir IDRASSI | 1 | -5/+9 | |
letting VeraCrypt choose random size values. | |||||
2014-12-07 | Windows: Implement creation of multiple keyfiles at once. | Mounir IDRASSI | 1 | -12/+16 | |
2014-11-08 | Implement support for creating and booting encrypted partition using ↵ | Mounir IDRASSI | 1 | -0/+20 | |
SHA-256. Support SHA-256 for normal volumes as well. | |||||
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -12/+12 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+541 | |