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
2016-01-27
Language XML files: update with new fields. Reoder node so that new additions...
Mounir IDRASSI
38
-228
/
+303
2016-01-27
Windows/Linux: Implement exFAT support.
Mounir IDRASSI
17
-21
/
+87
2016-01-26
Linux/MacOSX: Update command line help text to reflect that we can now specif...
Mounir IDRASSI
1
-3
/
+2
2016-01-26
Linux/MacOSX: fix issue creating volumes using command line with a filesystem...
Mounir IDRASSI
2
-0
/
+25
2016-01-25
Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not n...
Mounir IDRASSI
3
-6
/
+0
2016-01-25
Linux/MacOSX: fix wrong AskYesNo method parameters use caused by mistake in p...
Mounir IDRASSI
1
-1
/
+1
2016-01-25
MacOSX: Add PIM value validity checks to workaround wxWidget bug that makes w...
Mounir IDRASSI
5
-5
/
+50
2016-01-24
Linux/MacOSX: update --size entry in command line help text.
Mounir IDRASSI
1
-2
/
+4
2016-01-24
Linux/MacOSX: Support K/M/G/T suffixes for --size switch to indicate unit to ...
Mounir IDRASSI
1
-1
/
+28
2016-01-20
Windows: hide PIM is VeraCrypt Expander the same way as in other places
Mounir IDRASSI
1
-1
/
+1
2016-01-20
Readme.txt: update libfuse URL to new Github location.
Mounir IDRASSI
1
-1
/
+1
2016-01-20
Merge pull request #41 from ReadmeCritic/master
Mounir IDRASSI
1
-1
/
+1
2016-01-20
Update README URLs based on HTTP redirects
ReadmeCritic
1
-1
/
+1
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
373
-375
/
+375
2016-01-20
Windows:Fix issue with the display of legal notices text. Regression caused b...
Mounir IDRASSI
1
-1
/
+7
2016-01-20
Linux/MacOSX:solve issue of --stdin option not handling correctly passwords t...
Mounir IDRASSI
1
-1
/
+1
2016-01-18
Windows: solve Expander GUI issues caused by latest Unicode modifications.
Mounir IDRASSI
4
-20
/
+20
2016-01-17
MacOSX: Ensure that time-stamping is always activated when performing code si...
Mounir IDRASSI
1
-2
/
+2
2016-01-17
Windows: avoid leaking location of selected keyfiles by clearing global varia...
Mounir IDRASSI
1
-0
/
+5
2016-01-17
Cryptography: Divide mount and boot times by 2 using a pre-computation of val...
Mounir IDRASSI
1
-106
/
+259
2016-01-17
Windows: Add SHA-256 EV Code Signing using the new GlobalSign certificate on ...
Mounir IDRASSI
7
-10
/
+106
2016-01-14
Language files: Update German translation (contributed by Ettore Atalan)
Mounir IDRASSI
1
-1
/
+1
2016-01-14
Language Files: update polish translation
Mounir IDRASSI
1
-1
/
+1
2016-01-11
MacOSX: use native OSX byte swapping routines used in hash functions to impro...
Mounir IDRASSI
1
-3
/
+10
2016-01-10
Linux/MacOSX: Show better error message when the PKCS#11 library can't be loaded
Mounir IDRASSI
1
-3
/
+5
2016-01-10
Language XML files: update XML files with newly added field
Mounir IDRASSI
37
-0
/
+37
2016-01-10
Windows: Avoid wrong update of configuration XML file caused by not using the...
Mounir IDRASSI
5
-12
/
+12
2016-01-10
Windows: Don't show disconnected network drives in the list of available driv...
Mounir IDRASSI
12
-42
/
+109
2016-01-10
Language files: fix mistake in previous German translation commit where a "\n...
Mounir IDRASSI
1
-1
/
+1
2016-01-09
Language files: various enhancements to German translation (contributed by Et...
Mounir IDRASSI
1
-132
/
+132
2016-01-04
Windows: increase the size of the field IDC_PREF_CACHE_PIM in the preferences...
Mounir IDRASSI
1
-1
/
+1
2016-01-04
Language Files: update polish translation
Mounir IDRASSI
1
-13
/
+13
2016-01-04
Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE...
Mounir IDRASSI
4
-57
/
+286
2016-01-04
Language XML files: update XML files with newly added fields.
Mounir IDRASSI
37
-75
/
+75
2016-01-04
Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various dialog...
Mounir IDRASSI
5
-9
/
+9
2016-01-03
Linux: Restore Nautilus fix that was mistakenly removed by Whirlpool optimiza...
Mounir IDRASSI
1
-2
/
+4
2016-01-03
Windows Driver: Remove unwanted ':' character at the end of volume device nam...
Mounir IDRASSI
1
-2
/
+2
2016-01-03
Windows: use compiler intrinsic for some functions used in cryptographic prim...
Mounir IDRASSI
1
-0
/
+10
2016-01-03
Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi...
Mounir IDRASSI
13
-111
/
+221
2016-01-03
Windows: sign binaries using both SHA-1 and SHA-256 for maximum compatibility...
Mounir IDRASSI
4
-285
/
+289
2016-01-03
Cryptography: Set 16-byte alignment for KEY_INFO structure that is used as in...
Mounir IDRASSI
3
-3
/
+14
2016-01-03
Cryptography: correct Whirlpool compilation error on Big Endian platforms.
Mounir IDRASSI
1
-271
/
+271
2015-12-31
Cryptography: Optimize Whirlpool implementation by using public domain assemb...
Mounir IDRASSI
17
-1170
/
+1547
2015-12-31
Windows: Make benchmark batch file run a PRF measurement only when associated...
Mounir IDRASSI
1
-1
/
+36
2015-12-25
Readme: Make Readme.txt identical to README.md.
Mounir IDRASSI
1
-14
/
+15
2015-12-25
README: Add reference to UPX as a dependency on Windows in README.md.
Mounir IDRASSI
1
-0
/
+1
2015-12-25
Merge pull request #38 from makomi/master
Mounir IDRASSI
1
-22
/
+23
2015-12-22
Readme: fix markdown syntax, typos, and format
Matthias Kolja Miehl
1
-22
/
+23
2015-12-21
Windows Driver: wipe cached PIM values when passwords are wiped.
Mounir IDRASSI
1
-0
/
+1
2015-12-21
Language XML files: update XML files with newly added fields.
Mounir IDRASSI
37
-0
/
+74
[prev]
[next]