Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | refactor: use the term unmount instead of dismount (#1478) | Helmut K. C. Tessarek | 1 | -1/+1 | |
* refactor: use UNMOUNT instead of DISMOUNT in code This change updates the term DISMOUNT in constants to UNMOUNT. Other occurrences (e.g. variable names) are left alone for now. * refactor(ui): use unmount instead of dismount This change updates the GUI text and replaces dismount with unmount. * docs: update term dismount -> unmount * refactor(cmdline): add unmount This change adds an argument 'unmount' for command line usage, while trying to deprecate the old disnount argument. The current dismount argument/flag will still work to not introduce a breaking change. * docs: mention that /dismount is deprecated This change fixes the shorthand version of the argument /unmount It also adds back the info for /dismount and that it is deprecated. | |||||
2025-01-14 | Increment version to 1.26.18. Update copyright date. Update Release Notes. ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Update Windows drivers. | |||||
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 1 | -6/+3 | |
2023-06-25 | Windows: 100% localization of Expander UI strings | Mounir IDRASSI | 1 | -30/+30 | |
2023-06-25 | Windows: Better language localization support for Expander. | Mounir IDRASSI | 1 | -0/+4 | |
More work is needed to localize remaining string resources | |||||
2019-10-23 | Windows: A Quick Expand option to VeraCrypt Expander to allow quicker ↵ | Mounir IDRASSI | 1 | -2/+68 | |
expansion of file containers after warning about security issues associated with it. | |||||
2019-10-18 | Windows: make VeraCrypt Expander able to resume expansion of volumes whose ↵ | Mounir IDRASSI | 1 | -1/+1 | |
previous expansion was aborted before it finishes | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -9/+9 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -776/+776 | |
2016-02-12 | Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵ | Mounir IDRASSI | 1 | -21/+1 | |
indicator depending on how much entropy was gathered. Code re-factoring. | |||||
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis ↵ | Mounir IDRASSI | 1 | -1/+1 | |
tool Coverity. | |||||
2016-01-31 | Windows: Implement GUI indicator for entropy collected from mouse movements. | Mounir IDRASSI | 1 | -8/+77 | |
2016-01-27 | Windows/Linux: Implement exFAT support. | Mounir IDRASSI | 1 | -1/+6 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-18 | Windows: solve Expander GUI issues caused by latest Unicode modifications. | Mounir IDRASSI | 1 | -6/+6 | |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -32/+32 | |
2015-09-26 | Windows: Support specifying volumes size using TB in GUI as it is the case ↵ | Mounir IDRASSI | 1 | -4/+5 | |
in command line. | |||||
2015-08-27 | Windows: Protect against using a container file as its own keyfile. ↵ | Mounir IDRASSI | 1 | -3/+3 | |
Normalizing path names to never use '/' but always '\'. | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -27/+14 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -8/+8 | |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues ↵ | Mounir IDRASSI | 1 | -3/+3 | |
reported by users | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -5/+8 | |
2015-04-06 | Windows: use secure string functions | Mounir IDRASSI | 1 | -703/+697 | |
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵ | Mounir IDRASSI | 1 | -1/+4 | |
to random generator to abort in case of error and display a diagnose message to the user. | |||||
2015-01-20 | Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ↵ | Mounir IDRASSI | 1 | -0/+735 | |
modification to Mount.c to avoid link errors when building VeraCryptExpander. |