Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
Age
Commit message (
Expand
)
Author
Files
Lines
22 hours
Windows: remove 32-bit logic from the code since we support only 64-bit. remo...
Mounir IDRASSI
15
-279
/
+41
22 hours
Windows: Fix regression in self-test of hash algorithms that caused them to fail
Mounir IDRASSI
1
-2
/
+2
28 hours
Windows: remove VS 2019 solution and project files since we migrated to VS 2022.
Mounir IDRASSI
5
-761
/
+0
31 hours
Windows: move main project files and solution from VS 2010 to VS 2022. Delete...
Mounir IDRASSI
3
-17
/
+198
31 hours
Windows: Fix warning when building Setup and Portable. No file elevation is u...
Mounir IDRASSI
1
-0
/
+8
33 hours
Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 configura...
Mounir IDRASSI
2
-24
/
+24
36 hours
Windows: Fix build of MBR bootloader
Mounir IDRASSI
1
-1
/
+1
36 hours
Windows: Fix warning in driver build by make get_pkcs5_iteration_count have a...
Mounir IDRASSI
1
-40
/
+36
46 hours
Windows: Use VS builtin __fastfail intrinsic for fatal exception instead of a...
Mounir IDRASSI
1
-0
/
+3
46 hours
Windows: Fix various compiler warnings
Mounir IDRASSI
9
-146
/
+150
4 days
Use adequate const qualifiers for pbkdf2 functions arguments
Mounir IDRASSI
2
-16
/
+16
4 days
Windows: Remove support for 32-bit driver code. Set build target as Windows 1...
Mounir IDRASSI
19
-376
/
+247
4 days
Windows: Use BCryptGenRandom instead of deprecated CryptGenRandom to generate...
Mounir IDRASSI
1
-27
/
+21
2024-09-19
Windows: Fix EFI configuration editor various issues
Mounir IDRASSI
2
-7
/
+47
2024-09-17
Windows: Simplify error message related to IsEfiBoot since it always fail wit...
Mounir IDRASSI
1
-20
/
+6
2024-09-16
Windows: Fix failed EFI detection on some PCs where BootOrder variable is not...
Mounir IDRASSI
1
-1
/
+1
2024-09-10
Linux/macOS: Fix missing define that was causing compilation error
Mounir IDRASSI
1
-0
/
+2
2024-09-08
Windows: Add support for x86 and x64 build for driver and binaries using Visu...
Mounir IDRASSI
3
-12
/
+37
2024-09-02
Windows: Fix bug in disabling of Windows privileges, they were completely rem...
Mounir IDRASSI
1
-2
/
+2
2024-09-02
Windows: Fix truncated displayed error message
Mounir IDRASSI
1
-4
/
+4
2024-09-01
Windows: Fix MSI not installing all new documentation file. Remove old files ...
Mounir IDRASSI
1
-3
/
+3
2024-08-25
Increment version to 1.26.14. Set release date to August 25th.
Mounir IDRASSI
1
-2
/
+2
2024-08-24
Windows: Fix regression causing crash when a wrong password is used when chan...
Mounir IDRASSI
2
-2
/
+2
2024-08-21
Windows: Only load valid XML language files (Language.xx.xml or Language.xx-y...
Mounir IDRASSI
1
-0
/
+44
2024-08-17
Update Release Notes. Set release date to August 17th.
Mounir IDRASSI
1
-1
/
+1
2024-08-14
Windows: better handling of reading EFI variable to display help error messag...
Mounir IDRASSI
1
-4
/
+44
2024-08-13
Windows: fix build failure for x86/x64 with newer Visual Studio that use Wind...
Mounir IDRASSI
1
-1
/
+7
2024-08-11
Fix another typo of "CPLC" is language files including English one.
Mounir IDRASSI
1
-1
/
+1
2024-08-11
Revert changes mistakenly included in previous commit
Mounir IDRASSI
1
-1
/
+1
2024-08-11
Fix typo of "CPLC" is language files including English one.
Mounir IDRASSI
2
-2
/
+2
2024-08-05
Update mount failure error messages to mention removal of TrueCrypt support a...
Mounir IDRASSI
1
-6
/
+6
2024-08-04
Update Release Notes. Set release date to August 4th.
Mounir IDRASSI
1
-1
/
+1
2024-08-04
Windows: Fix rare cases being stuck in Secure Desktop after it is used for pa...
Mounir IDRASSI
1
-18
/
+38
2024-08-02
Increment version to 1.26.13. Update release notes. Update signed Windows dri...
Mounir IDRASSI
1
-3
/
+3
2024-08-02
Implement detection of volumes with vulnerable XTS master key.
Mounir IDRASSI
8
-1
/
+42
2024-07-24
Update CHM documentation. Use correct date of 1.26.12 in header.
Mounir IDRASSI
1
-2
/
+2
2024-06-30
Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)
Mounir IDRASSI
5
-15
/
+12
2024-06-23
Increment version to 1.26.12
Mounir IDRASSI
1
-2
/
+2
2024-06-23
Update copyright date in some files
Mounir IDRASSI
1
-2
/
+2
2024-06-23
Increment version to 1.26.11. Update Release Notes.
Mounir IDRASSI
1
-4
/
+4
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
34
-443
/
+441
2024-05-08
Windows: Enhance memory protection mechanism by preventing process owner from...
Mounir IDRASSI
1
-2
/
+31
2024-04-10
Fix: 7 typos (#1324)
RoboSchmied
1
-3
/
+3
2024-04-10
update zlib + copyright (#1302)
DLL125
13
-81
/
+1736
2023-11-19
Linux/FreeBSD/macOS: Implement language selection settings (#1253)
Jertzukka
1
-0
/
+3
2023-11-13
wolfCrypt as crypto backend for VeraCrypt (#1227)
lealem47
7
-75
/
+162
2023-11-09
Increment version to 1.26.10. Update signed Windows drivers.
Mounir IDRASSI
1
-3
/
+3
2023-10-11
Increment version to 1.26.9
Mounir IDRASSI
1
-2
/
+2
2023-10-11
Windows: Don't close Setup when exiting VeraCrypt process through system tray...
Mounir IDRASSI
1
-1
/
+2
2023-10-10
Increment version to 1.26.8
Mounir IDRASSI
1
-2
/
+2
[next]