Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-19
Linux installer: Add support for kdesudo and correct usage of konsole externa...
Mounir IDRASSI
2
-3
/
+4
2015-04-11
Windows: add a test code-signing certificate and a batch file to sign binarie...
Mounir IDRASSI
3
-0
/
+60
2015-04-06
MacOSX: Set properly the version in the bundle and the installation package. ...
VeraCrypt_1.0f-2
Mounir IDRASSI
2
-3
/
+5
2015-04-06
MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa openFi...
Mounir IDRASSI
2
-4
/
+15
2015-04-06
Linux/MaxOSX: correctly detect type of internal exceptions
Mounir IDRASSI
2
-6
/
+9
2015-04-06
MacOSX: solve issue volumes not auto-dismounting when quitting VeraCrypt. res...
Mounir IDRASSI
2
-2
/
+63
2015-04-06
Windows: update projects build dependencies in Visual Studio solution files
Mounir IDRASSI
1
-0
/
+13
2015-04-06
Language: Update language XML files
Mounir IDRASSI
37
-80
/
+191
2015-04-06
Increment VeraCrypt version to 1.0f-2
Mounir IDRASSI
8
-27
/
+30
2015-04-06
Update user guide PDF
Mounir IDRASSI
1
-0
/
+0
2015-04-06
Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2
Mounir IDRASSI
1
-1
/
+1
2015-04-06
Windows: use secure string functions
Mounir IDRASSI
2
-704
/
+698
2015-04-06
Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ...
Mounir IDRASSI
13
-24
/
+171
2015-04-05
Linux/MacOSX: Always add the source location when system exception occur in o...
Mounir IDRASSI
1
-2
/
+1
2015-04-05
Linux/MacOSX: correctly handle some internal exception classes that were miss...
Mounir IDRASSI
1
-0
/
+4
2015-04-05
Windows Setup: Avoid potential issues by correctly initializing variables and...
Mounir IDRASSI
1
-13
/
+13
2015-03-23
Linux: solve mount point permission issues for some users where the non-FAT v...
Mounir IDRASSI
1
-0
/
+17
2015-03-19
Windows: correctly handle WIN32 LastError when mounting. Harmonize file acces...
Mounir IDRASSI
2
-53
/
+77
2015-03-17
Windows Setup: When clicking uninstall link, launch Windows Add/Remove progra...
Mounir IDRASSI
1
-6
/
+15
2015-03-16
Windows Setup: remove other VeraCrypt references for registry.
Mounir IDRASSI
1
-0
/
+6
2015-03-15
Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys.
Mounir IDRASSI
1
-60
/
+258
2015-03-13
Windows: VeraCrypt reference from various registry locations. Uninstall old V...
Mounir IDRASSI
2
-2
/
+123
2015-03-08
Add Coverity define to avoid false positives during Static Code Analysis when...
Mounir IDRASSI
1
-0
/
+5
2015-03-08
Linux/MacOSX: Load preferences if only volume path is given in command line a...
Mounir IDRASSI
3
-6
/
+23
2015-03-04
Windows: Avoid temporary caching password when mounting multiple favorites. A...
Mounir IDRASSI
4
-17
/
+34
2015-03-02
Windows: if TrueCrypt volume created with a version prior to 6.0, display thi...
Mounir IDRASSI
3
-4
/
+5
2015-03-02
Windows Bootloader: Display message after entering password to inform user th...
Mounir IDRASSI
1
-1
/
+5
2015-02-28
Update test containers and benchmark script to support hidden containers and ...
Mounir IDRASSI
5
-8
/
+142
2015-02-28
Linux/MacOSX: A configuration option for default hash and default TrueCrypt m...
Mounir IDRASSI
8
-6
/
+410
2015-02-27
Linux/MacOSX: Modify wxFormBuilder generated files directly to solve the 'X' ...
Mounir IDRASSI
1
-6
/
+6
2015-02-27
Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was ca...
Mounir IDRASSI
8
-14
/
+14
2015-02-25
Readme.md: indicate that on MacOSX building a console-only binary is not supp...
Mounir IDRASSI
1
-2
/
+4
2015-02-25
Readme.txt: indicate that on MacOSX building a console-only binary is not sup...
Mounir IDRASSI
1
-2
/
+4
2015-02-25
Windows: Use default hash in the options of hidden volume protection
Mounir IDRASSI
1
-0
/
+25
2015-02-24
Language XML: change the wording of password error messages to reflect the po...
Mounir IDRASSI
1
-6
/
+6
2015-02-24
Windows: remove topmost and system modal properties from the wait dialog so t...
Mounir IDRASSI
1
-2
/
+1
2015-02-24
Add test containers and Windows benchmark script for mount performance
Mounir IDRASSI
5
-0
/
+152
2015-02-22
Windows: check password length for outer volume during hidden volume creation...
Mounir IDRASSI
1
-3
/
+2
2015-02-22
Windows: Add menu option to set default hash and default TrueCrypt mode used ...
Mounir IDRASSI
5
-19
/
+171
2015-02-22
Speed and memory usage optimization for key derivation based on patches by Ni...
Mounir IDRASSI
3
-290
/
+383
2015-02-16
Windows Installer: don't add link to VeraCryptExpander in the desktop.
Mounir IDRASSI
1
-8
/
+0
2015-02-16
Language: update German XML with translation contributed by H. Sauer
Mounir IDRASSI
1
-3
/
+3
2015-02-16
Language: update French translation (contributed by Thierry T.)
Mounir IDRASSI
1
-353
/
+353
2015-02-16
Language: Update language XML files with new added fields
Mounir IDRASSI
37
-111
/
+185
2015-02-16
Window: add menu entry for launching VeraCryptExpander
Mounir IDRASSI
4
-1
/
+33
2015-02-16
Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ...
Mounir IDRASSI
8
-14
/
+14
2015-02-13
Linux: Perform a quick NTFS formatting by adding the "-f" switch to mkfs.ntfs...
Mounir IDRASSI
1
-0
/
+4
2015-02-13
Windows: Add VeraCryptExpander.exe to the Windows installer.
Mounir IDRASSI
2
-0
/
+17
2015-02-11
Linux: modify installer script to make it run when the "less" command doesn't...
Mounir IDRASSI
2
-4
/
+24
2015-02-10
Linux: Add graphical installer support when xterm is not available (Linux Min...
Mounir IDRASSI
2
-5
/
+37
[prev]
[next]