Age | Commit message (Expand) | Author | Files | Lines |
2016-05-10 | Fix space before tab | David Foerster | 1 | -2/+2 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -203/+203 |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -10233/+10233 |
2016-05-05 | Windows: Add option and command line switch to hide waiting dialog when perfo... | Mounir IDRASSI | 1 | -0/+2 |
2016-05-05 | Windows: convert some files encoding from UTF-16 to UTF-8 to be similar to ot... | Mounir IDRASSI | 1 | -0/+0 |
2016-05-05 | Windows: Add checkbox in "VeraCrypt Format" to skip Rescue Disk verification ... | Mounir IDRASSI | 1 | -0/+0 |
2016-05-04 | Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid havi... | Mounir IDRASSI | 1 | -0/+0 |
2016-02-12 | Windows: Add colors (Red, Yellow, Green) to the collected randomness indicato... | Mounir IDRASSI | 1 | -0/+0 |
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis tool... | Mounir IDRASSI | 1 | -0/+0 |
2016-01-31 | Windows: Fix buffer overrun issue introduce by the Unicode rewrite. | Mounir IDRASSI | 1 | -0/+0 |
2016-01-31 | Windows: Implement GUI indicator for entropy collected from mouse movements. | Mounir IDRASSI | 1 | -0/+0 |
2016-01-27 | Windows/Linux: Implement exFAT support. | Mounir IDRASSI | 1 | -0/+0 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -0/+0 |
2016-01-10 | Windows: Avoid wrong update of configuration XML file caused by not using the... | Mounir IDRASSI | 1 | -0/+0 |
2016-01-10 | Windows: Don't show disconnected network drives in the list of available driv... | Mounir IDRASSI | 1 | -0/+0 |
2016-01-03 | Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi... | Mounir IDRASSI | 1 | -0/+0 |
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain assemb... | Mounir IDRASSI | 1 | -0/+0 |
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal vol... | Mounir IDRASSI | 1 | -0/+0 |
2015-11-26 | Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones... | Mounir IDRASSI | 1 | -0/+0 |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -0/+0 |
2015-09-26 | Windows: Support specifying volumes size using TB in GUI as it is the case in... | Mounir IDRASSI | 1 | -0/+0 |
2015-09-26 | Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed c... | Mounir IDRASSI | 1 | -0/+0 |
2015-09-26 | Windows: Set keyboard focus to PIM field when "Use PIM" is checked. | Mounir IDRASSI | 1 | -0/+4 |
2015-09-16 | Windows: Correctly detect presence of CD/DVD recorder during the creation of ... | Mounir IDRASSI | 1 | -1/+1 |
2015-09-16 | Windows: first implementation of CLI support for creating volumes. | Mounir IDRASSI | 1 | -35/+407 |
2015-09-10 | Windows: When no language selected by user, explicitly use English as default... | Mounir IDRASSI | 1 | -4/+16 |
2015-08-28 | Windows: Treat the PIM like a password and make it visible when "Display pass... | Mounir IDRASSI | 1 | -1/+7 |
2015-08-27 | Windows: Correctly display the password edit "black dot" instead of a '*' whe... | Mounir IDRASSI | 1 | -15/+2 |
2015-08-27 | Windows: Protect against using a container file as its own keyfile. Normalizi... | Mounir IDRASSI | 1 | -2/+2 |
2015-08-16 | Windows: Solve UI language change not taken into account for new install unle... | Mounir IDRASSI | 1 | -27/+0 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -7/+9 |
2015-07-14 | Windows: Don't offer "None" as wipe mode when real wipe is explicitly needed ... | Mounir IDRASSI | 1 | -1/+1 |
2015-07-14 | Windows: in encryption wizard, clicking "Previous" in the "Large File Support... | Mounir IDRASSI | 1 | -0/+2 |
2015-07-14 | Windows: solve issue introduced by the new "Use PIM" checkbox that caused err... | Mounir IDRASSI | 1 | -2/+1 |
2015-07-13 | Windows: Modify PIM parts in GUI to make it easier to use. Users must explici... | Mounir IDRASSI | 1 | -16/+61 |
2015-07-13 | Windows: Solve failure to create hidden volume when PIM used for outer volume... | Mounir IDRASSI | 1 | -3/+2 |
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -34/+34 |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues r... | Mounir IDRASSI | 1 | -22/+22 |
2015-07-03 | Windows: Solve privacy issue inherited from TrueCrypt and linked to the updat... | Mounir IDRASSI | 1 | -21/+73 |
2015-06-21 | Windows: Add a dedicate page for volume PIM in the volume creation wizard | Mounir IDRASSI | 1 | -23/+92 |
2015-06-19 | Windows: in "VeraCrypt Format.exe", erase the volume PIM value after the proc... | Mounir IDRASSI | 1 | -0/+3 |
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 1 | -18/+18 |
2015-06-07 | Windows: Add support for PIN in favorites. Several enhancements to GUI handli... | Mounir IDRASSI | 1 | -0/+33 |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -13/+44 |
2015-05-26 | Windows: solve 64-bit compilation warnings after checking that they are harml... | Mounir IDRASSI | 1 | -26/+26 |
2015-05-17 | Windows: First implementation of non-system volumes decryption. | Mounir IDRASSI | 1 | -58/+430 |
2015-05-06 | Windows: Solve detection issue when resuming encryption. Add separate logic f... | Mounir IDRASSI | 1 | -18/+63 |
2015-05-04 | Windows: When resuming in-place encryption, add manual selection of partition... | Mounir IDRASSI | 1 | -18/+42 |
2015-05-03 | Windows: Make the Format wizard work again when launched from VeraCrypt menu. | Mounir IDRASSI | 1 | -1/+10 |
2015-05-03 | Windows: enable showing/hiding password for system encryption in Windows UI a... | Mounir IDRASSI | 1 | -1/+0 |