Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-28 | Update Polish translation (#1132) | Matthaiks | 1 | -3/+3 | |
2023-06-28 | Update Language.fr.xml (#1130) | Dr-Jordi-W | 1 | -1/+1 | |
French translation for the ADMIN_PRIVILEGES_WARN_MANAGE_VOLUME key | |||||
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 17 | -43/+54 | |
2023-06-28 | Windows: Add comboxbox to Format wizard to choose ↵ | Mounir IDRASSI | 46 | -22/+208 | |
QuickFormat/FastCreate/FullFormat This required changes to internal logic and addition of new UI strings | |||||
2023-06-28 | Documentation: Fix typos | Mounir IDRASSI | 3 | -2/+2 | |
2023-06-28 | Windows: Better handling of quick format for file container | Mounir IDRASSI | 5 | -23/+104 | |
We write a zeroed sector every 128 MiB, leaving other sectors untouched This helps users visualize the progress of actual file creation while forcing Windows to allocate the disk space of each 128 MiB chunk immediately, otherwise, Windows would delay the allocation until we write the backup header at the end of the volume which would make the user think that the format process has stalled after progress bar reaches 100%. | |||||
2023-06-27 | Update Polish translation (#1129) | Matthaiks | 1 | -1/+1 | |
2023-06-27 | Translations: Add new messages to XML files where it was missing | Mounir IDRASSI | 38 | -0/+38 | |
2023-06-27 | Update Language.nl.xml (#1125) | Thomas De Rocker | 1 | -35/+36 | |
2023-06-25 | Update Corsican translation on 2023-06 (6th) (#1124) | Patriccollu | 1 | -45/+45 | |
2023-06-25 | Update Polish translation (#1123) | Matthaiks | 1 | -31/+31 | |
2023-06-25 | Update language XML files with new Expander entries | Mounir IDRASSI | 41 | -0/+1271 | |
2023-06-25 | Windows: 100% localization of Expander UI strings | Mounir IDRASSI | 4 | -40/+70 | |
2023-06-25 | Update Polish translation (#1122) | Matthaiks | 1 | -2/+2 | |
2023-06-25 | Windows: Better language localization support for Expander. | Mounir IDRASSI | 46 | -5/+118 | |
More work is needed to localize remaining string resources | |||||
2023-06-24 | Windows: Add 7zWindows.h file to Lzma project files | Mounir IDRASSI | 4 | -0/+8 | |
2023-06-23 | Dll125 lzma (#1120) | DLL125 | 24 | -1149/+2124 | |
* Update LZMA to latest * Add missing file | |||||
2023-06-23 | Update Corsican translation on 2023-06 (5th) (#1117) | Patriccollu | 1 | -2/+3 | |
2023-06-23 | Update Language.zh-cn.xml (#1114) | nkh0472 | 1 | -0/+1 | |
for commit bb55343f635cdda4f62c998b269c88cb9df384ec | |||||
2023-06-23 | Windows: if /fastCreateFile set, request SE_MANAGE_VOLUME_NAME privileges ↵ | Mounir IDRASSI | 2 | -6/+24 | |
(credits: @xnoreq) Display a warning if request failed and allow to continue without fast creation | |||||
2023-06-23 | Windows: Make SetPrivilege return error if AdjustTokenPrivileges cannot ↵ | Mounir IDRASSI | 1 | -2/+5 | |
adjust privileges | |||||
2023-06-22 | Update Language.zh-cn.xml (#1113) | nkh0472 | 1 | -1/+1 | |
2023-06-21 | Update Corsican translation on 2023-06 (4th) (#1112) | Patriccollu | 1 | -10/+7 | |
2023-06-21 | Update Polish translation (#1111) | Matthaiks | 1 | -1/+1 | |
2023-06-20 | Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles | Mounir IDRASSI | 45 | -109/+150 | |
This change also makes it possible to generate keyfiles larger than 1 MiB although only the first 1 MiB will be taken into account by VeraCrypt. Update strings in XML files | |||||
2023-06-18 | Windows: make Expander first check file existence before proceeding further | Mounir IDRASSI | 1 | -1/+6 | |
2023-06-18 | Linux: make .deb package compatible with Debian 12 | Mounir IDRASSI | 1 | -1/+2 | |
2023-06-14 | Linux/macOS: only wipe password/PIM text controls if they are not empty | Mounir IDRASSI | 2 | -2/+10 | |
This fixes a crash on macOS with latest wxWidgets 3.2.2.1 where GetLineLength returns -1 | |||||
2023-06-13 | Linux: Fix compatibility of generic installers with old Linux distros | Mounir IDRASSI | 2 | -2/+6 | |
In old Linux distributions, tar command doesn't support "--keep-directory-symlink" so we now dynamically detect if this switch is support and then we use it if it is available | |||||
2023-06-13 | Crypto: Fix detection of SSSE3 intrinsics in compiler | Mounir IDRASSI | 1 | -1/+1 | |
We use correct define CRYPTOPP_BOOL_SSSE3_INTRINSICS_AVAILABLE | |||||
2023-06-13 | Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages | Mounir IDRASSI | 8 | -16/+16 | |
2023-06-13 | Linux: fix static build against wxWidgets 3.2.2.1 | Mounir IDRASSI | 1 | -1/+3 | |
libcurl support must be explicitely disabled GKT2 must be explicitely set as defaut in VeraCrypt Makefile since wxWidgets 3.2.2.1 uses GKT3 as default | |||||
2023-06-13 | Fix WXSTATIC building on latest wxWidgets stable 3.2.2.1 (#1103) | Jertzukka | 1 | -1/+1 | |
Changes to be able to build latest wxWidgets stable 3.2.2.1. Removed in 3.1.5, needs to be removed. --disable-webkit Added in 3.1.0, needs to be added. --disable-addremovectrl | |||||
2023-06-13 | Documentation: Clarify various points in the documentation | Mounir IDRASSI | 4 | -9/+9 | |
2023-06-10 | Update Language.nl.xml (#1099) | Thomas De Rocker | 1 | -1/+1 | |
2023-06-10 | Linux/FreeBSD: Fix privilege escalation prompts being ignored (#1100) | Jertzukka | 1 | -3/+5 | |
Currently if you fail the privilege escalation prompt, the second one and consecutively every second will be ignored. This is because if we do not --use-dummy-sudo-password and are on Linux/FreeBSD, we will be prompted for password twice for one evaluation in the while(!ElevatedServiceAvailable) loop. For the fix, we make sure that we run the prompt only once for each case. | |||||
2023-06-10 | Translations: restore lost change in Language.fr.xml. Translate two strings. | Mounir IDRASSI | 1 | -1/+3 | |
2023-06-10 | Update Language.zh-cn.xml (#1098) | nkh0472 | 1 | -2/+2 | |
for commit 5e4e2e0483436031edfd525215110f6229ac406d | |||||
2023-06-10 | Update Corsican translation on 2023-06 (3rd) (#1097) | Patriccollu | 1 | -2/+4 | |
2023-06-09 | Documentation: Document difference between normal dismount and force dismount | Mounir IDRASSI | 2 | -0/+78 | |
2023-06-09 | Update compilation doc to match website version | Mounir IDRASSI | 4 | -75/+59 | |
2023-06-06 | Update copyright in CHM file | Mounir IDRASSI | 1 | -0/+0 | |
2023-06-06 | Update copyright on various files | Mounir IDRASSI | 4 | -9/+10 | |
2023-06-05 | Linux/macOS: Fix error during creation of installation package | Mounir IDRASSI | 1 | -3/+3 | |
"-R" switch was missing from the "cp" command | |||||
2023-06-05 | Update Language.de.xml (#1096) | Mr-Update | 1 | -4/+4 | |
- Translation completed | |||||
2023-06-04 | Update copyrights in Readme.txt | Mounir IDRASSI | 1 | -3/+3 | |
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 57 | -90/+108 | |
2023-06-04 | Windows: Possible workaround for logarithmic slowdown for Encrypt-In-Place ↵ | Mounir IDRASSI | 2 | -21/+52 | |
on large volumes (relates to #1063) We replace absolute file pointer moving by relative moving with respect to current position. This was implemented as a workaround to address the performance issues related to in-place encryption. When using SetFilePointerEx() with FILE_BEGIN as the reference point, reaching the end of large drives during in-place encryption can cause significant slowdowns. By moving the file pointer relatively, these performance issues are mitigated. | |||||
2023-06-04 | Update Polish translation (#1093) | Matthaiks | 1 | -1/+1 | |
2023-06-02 | Update Corsican translation on 2023-06 (2nd) (#1092) | Patriccollu | 1 | -2/+3 | |