VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Docummentation: update Release Notes for 1.22-BETA7Mounir IDRASSI2-1/+2
2018-03-27Increment version to 1.22-BETA7 (1.22.7)Mounir IDRASSI49-67/+67
2018-03-27Documentation: document newly added cascades of cipher algorithms ↵Mounir IDRASSI3-0/+85
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish)
2018-03-27Linux/MacOSX: make the benchmark dialog resize dynamically to accommodate ↵Mounir IDRASSI1-0/+5
the displayed results.
2018-03-27Crypto: Add support for 5 new cascades of cipher algorithms ↵Mounir IDRASSI8-6/+406
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish)
2018-03-26Language Files: update polish translationMounir IDRASSI1-2/+2
2018-03-25Docummentation: update Release Notes for 1.22-BETA6Mounir IDRASSI2-1/+2
2018-03-25Increment version to 1.22-BETA6 (1.22.6)Mounir IDRASSI49-67/+67
2018-03-25Windows: handle rare case where call to SwitchDestop fails when trying to ↵Mounir IDRASSI1-11/+30
display password dialog in our secure desktop. This can happen for example if VeraCrypt process is launched early when user session is opened and it tries to load favorites before user workstation becomes visible.
2018-03-25Windows: use cleaner approach to implement bringing our windows to ↵Mounir IDRASSI1-14/+23
foreground. The previous implementation was causing issues with other application, like random freezing.
2018-03-25Windows: ensure that out secure desktop has always user input to avoid cases ↵Mounir IDRASSI1-0/+76
where another application switch to default desktop while our password dialog is displayed.
2018-03-22Update dates on some copyrights statementsMounir IDRASSI3-7/+7
2018-03-22Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated ↵Mounir IDRASSI14-0/+0
(EFI based)")
2018-03-22Windows: Update signed driver files for 1.22-BETA5Mounir IDRASSI2-0/+0
2018-03-22Docummentation: update Release Notes for 1.22-BETA5Mounir IDRASSI2-1/+7
2018-03-22Increment version to 1.22-BETA5 (1.22.5)Mounir IDRASSI49-69/+69
2018-03-22Documentation: Update copyright information.Mounir IDRASSI1-4/+4
2018-03-22Documentation: add information about data leaks in Windows related to ↵Mounir IDRASSI1-2/+5
shellbags registry keys (reported by DrunkenSasquatch at https://github.com/veracrypt/VeraCrypt/issues/276)
2018-03-20Windows: Fix some cases of external applications freezing during ↵Mounir IDRASSI1-1/+38
mount/dismount by using an internal window as parent to the waiting dialog instead of the desktop window.
2018-03-20XML Languages files: remove unused entry.Mounir IDRASSI40-41/+1
2018-03-18Update various copyright dates.Mounir IDRASSI7-21/+49
2018-03-18Windows: Update libzip to version 1.5.0 that include fixes for some security ↵Mounir IDRASSI118-3477/+4699
issues.
2018-03-18XML Language files: Set lang to "de" to newly translated entries in German ↵Mounir IDRASSI1-2/+2
language file.
2018-03-18Update Language.de.xml (#293)Ettore Atalan1-2/+2
Translated the latest strings for TRIM commands.
2018-03-13Windows: when /silent specified in command line, avoid performing any WIN32 ↵Mounir IDRASSI2-77/+108
UI calls. This fixes issue of current application losing focus when VeraCrypt is run with /quit /silent (cf https://github.com/veracrypt/VeraCrypt/issues/274)
2018-03-12Fix ampersand symbol not properly escaped in Romanian translation.Mounir IDRASSI1-1/+1
2018-03-12XML Language files: update Chinese translationMounir IDRASSI1-4/+4
2018-03-12XML Language files: Update Hungarian translation (by Szaki)Mounir IDRASSI1-434/+434
2018-03-12Language XML file: remove unused text entry.Mounir IDRASSI1-1/+0
2018-03-12Windows: make TRIM blocking option grayed in System -> Settings UI under ↵Mounir IDRASSI1-2/+11
hidden OS since TRIM commands are always blocked in this case.
2018-03-07Update donation page to match online version and remove references to Tibit ↵Mounir IDRASSI15-66/+72
service since it has shutdown.
2018-03-06Update language.ro.xml to 1.22-BETA4 (#288)TigerxWood1-95/+95
Corrected
2018-03-05Windows: Replace the text "TRIM operation" by "TRIM command" in UI and ↵Mounir IDRASSI40-40/+40
translations for better consistency.
2018-03-05Windows: Add option to block TRIM command on system encryption SSD drives.Mounir IDRASSI47-28/+125
2018-03-05XML Languages files: Add translation entry for non-system TRIM configurationMounir IDRASSI40-0/+40
2018-03-05Update language.ro.xml to 1.22-BETA4 (#285)TigerxWood1-243/+243
2018-03-04Windows: Implement TRIM support for non-system SSD partitions/drives and add ↵Mounir IDRASSI8-43/+341
driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives)
2018-03-04Windows: fix build issue under VS 2017 caused by msxml6.dllMounir IDRASSI1-1/+1
2018-03-04Windows: remove dependency to afxres.h header to allow build on community ↵Mounir IDRASSI6-6/+6
edition of Visual Studio.
2018-03-04Windows: fix build issue of zip library with Visual Studio 2015/2017Mounir IDRASSI3-6/+2
2018-02-11Merge pull request #277 from DrunkenSasquatch/masterMounir IDRASSI1-1/+1
Fix Location Typo
2018-02-10Fix Location TypoDrunkenSasquatch1-1/+1
2018-01-26Merge pull request #267 from gv5470/patch-100Mounir IDRASSI1-2/+2
Fix wxWidgets assertion failed when backing up/restoring volume heade…
2018-01-21Fix wxWidgets assertion failed when backing up/restoring volume header ↵gv54701-2/+2
(closes #100)
2017-12-29Language XML Files: Add untranslated Thai language file.Mounir IDRASSI1-0/+1480
2017-12-28Merge pull request #252 from Musikolo/developMounir IDRASSI1-213/+213
Update Spanish translations
2017-12-28Merge pull request #250 from Atalanttore/patch-1Mounir IDRASSI1-11/+11
Update Language.de.xml
2017-12-28Fix a lot of typosUnknown1-71/+71
2017-12-27Fix minor typoUnknown1-1/+1
2017-12-26Add some missing changesUnknown1-135/+135