Age | Commit message (Expand) | Author | Files | Lines |
2023-05-26 | Windows: Add missing update of libzip zip_err_str.c and fix libzip related pr... | Mounir IDRASSI | 5 | -86/+153 |
2023-05-25 | Update Libzip to latest 1.9.2 (#1071) | DLL125 | 144 | -4059/+8304 |
2023-05-22 | Linux: Fix printing error when checking freespace during volume creation | Mounir IDRASSI | 1 | -1/+6 |
2023-05-21 | Linux/macOS: Better handling of wrong PIM value in text mode (enhances PR#1026) | Mounir IDRASSI | 1 | -1/+4 |
2023-05-21 | Keep PIM secret and re-ask when user entered a wrong value (#1026) | Bogdan Drozdowski | 1 | -1/+5 |
2023-05-19 | Added line breaks between new copyright holders (#963) | Marius Kjærstad | 1 | -2/+2 |
2023-05-19 | update zlib to latest version 1.2.13 (#986) | Wendigo | 18 | -228/+262 |
2023-05-19 | wxWidget assert failure bug (#999) | Es | 6 | -107/+113 |
2023-05-19 | OpenBSD vnconfig no longer needs -c option (#1002) | ZhanYF | 1 | -2/+0 |
2023-05-18 | Fix compiler warnings (#1030) | David | 1 | -2/+2 |
2023-05-18 | Fix mount.veracrypt (#1064) | Jertzukka | 1 | -2/+2 |
2023-05-18 | Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes (... | Jertzukka | 2 | -1/+2 |
2023-05-18 | Linux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags u... | Mounir IDRASSI | 1 | -0/+1 |
2023-05-18 | Linux: Fix .deb package compatibility with Ubuntu 23.04 | Mounir IDRASSI | 1 | -1/+5 |
2022-12-11 | Windows MSI: fix failure to create MSI because of missing html files during p... | Mounir IDRASSI | 1 | -1/+1 |
2022-12-11 | Windows MSI: Add reference to newly added documentation files. Remove referen... | Mounir IDRASSI | 1 | -4/+112 |
2022-12-11 | Documentation: remove usage of CSS collapsible to avoid breaking CHM generati... | Mounir IDRASSI | 1 | -2/+6 |
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 12 | -1001327/+279 |
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 12 | -279/+1001327 |
2022-08-25 | Windows: use newer MEMORYSTATUSEX structure in call to GlobalMemoryStatusEx | Mounir IDRASSI | 1 | -3/+3 |
2022-08-25 | Minor bugfixes (#950) | Wendigo | 2 | -6/+12 |
2022-08-21 | Fix incorrect text color in dark mode (#920) | Kenneth Chew | 2 | -3/+3 |
2022-08-21 | Fixed a typo error (#929) | Matteo Baccan | 1 | -1/+1 |
2022-08-16 | Documentation overwork (#953) | Felix Reichmann | 1 | -47/+3 |
2022-03-31 | Update zlib to version 1.2.12 | Mounir IDRASSI | 18 | -989/+10767 |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 11 | -28/+105 |
2022-03-26 | Windows: check result of WriteFile and don't block if it is failing (Coverity) | Mounir IDRASSI | 1 | -4/+10 |
2022-03-26 | Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity) | Mounir IDRASSI | 2 | -15/+16 |
2022-03-26 | Windows: Fix wrong parameter to CloseHandle function in case of failure of Cr... | Mounir IDRASSI | 1 | -1/+1 |
2022-03-22 | Update release notes for 1.26.0 and set its date to March 21st 2022 | Mounir IDRASSI | 6 | -9/+9 |
2022-03-21 | Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft th... | Mounir IDRASSI | 12 | -0/+0 |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 41 | -47/+47 |
2022-03-21 | Add missing Blake2s source files | Mounir IDRASSI | 10 | -0/+1474 |
2022-03-21 | Windows: Display message to recreate Rescue Disk when upgrading from version ... | Mounir IDRASSI | 1 | -1/+1 |
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1... | Mounir IDRASSI | 5 | -0/+42 |
2022-03-21 | Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF name | Mounir IDRASSI | 1 | -1/+1 |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated algorit... | Mounir IDRASSI | 50 | -1944/+482 |
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 46 | -38/+38 |
2022-02-19 | Linux/MacOSX: Fix hidden volume settings not correctly displayed when enablin... | Mounir IDRASSI | 3 | -4/+7 |
2022-02-18 | Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an asser... | Mounir IDRASSI | 1 | -1/+0 |
2022-02-16 | Windows: Fix wrong Debug reference in VS2019 solution file | Mounir IDRASSI | 1 | -8/+8 |
2022-02-16 | Update Release Notes and release date | Mounir IDRASSI | 1 | -1/+1 |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 17 | -19/+19 |
2022-02-13 | Linux/FreeBSD: Enable building without AESNI support by setting environment v... | Mounir IDRASSI | 4 | -7/+32 |
2022-02-11 | Windows: remove debugging left over call to MessageBox | Mounir IDRASSI | 1 | -1/+0 |
2022-02-11 | Windows: Activate lzma project build for x64 target | Mounir IDRASSI | 1 | -0/+4 |
2022-02-11 | Update copyrights following integration of LZMA SDK | Mounir IDRASSI | 7 | -94/+358 |
2022-02-11 | Update Release Notes and set release date to February 10th. | Mounir IDRASSI | 1 | -1/+1 |
2022-02-11 | Windows: Increment version to 1.25.8.1 and update signed Windows drivers | Mounir IDRASSI | 15 | -16/+16 |
2022-02-10 | Windows Driver: Don't cache the password if outer volume mounting succeeds bu... | Mounir IDRASSI | 3 | -6/+23 |