VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Cmdline.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI1-2/+6
reported by users
2015-05-29Windows: Display VeraCrypt version information when the command line switch ↵Mounir IDRASSI1-1/+11
/help is used.
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI1-1/+1
harmless.
2015-05-22Windows: correct typo in help textMounir IDRASSI1-1/+1
2015-05-17Windows: First implementation of non-system volumes decryption.Mounir IDRASSI1-0/+2
2015-04-27Windows: Better command line handling to make it more strict and robust. ↵Mounir IDRASSI1-71/+8
This avoids issues when using wrong syntax.
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL ↵Mounir IDRASSI1-2/+2
exception. Add more checks. Add proper cast to arithmetic operations.
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ↵Mounir IDRASSI1-5/+6
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
2014-11-08Static Code Analysis : fix various memory leaks.Mounir IDRASSI1-0/+2
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+240