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
2020-01-29
Adding Processor Groups support for more than 64 processors (#581)
techvintage
1
-3
/
+57
2020-01-22
Windows: restore Visual Studio solution and project files to default configur...
VeraCrypt_1.24-Update4
Mounir IDRASSI
2
-1
/
+3
2020-01-22
Update Release Notes.
Mounir IDRASSI
2
-0
/
+1
2020-01-22
Windows: use fix for CVE-2019-19501 only when process elevated otherwise it w...
Mounir IDRASSI
1
-1
/
+22
2020-01-22
Increment version to 1.24-Update4 and update Release Notes
Mounir IDRASSI
57
-76
/
+98
2020-01-22
Linux: correct OpenSUSE build script to indicate that we link against GTK2 an...
Mounir IDRASSI
1
-2
/
+2
2020-01-22
Windows: Fix regression in Expander and Format when RAM encryption is enable ...
Mounir IDRASSI
5
-2
/
+217
2020-01-22
Documentation: Add entries for newly added /protectMemory and /signalExit CLI...
Mounir IDRASSI
2
-0
/
+14
2020-01-21
Fix warning when using Korean translation caused by missing '\' escape sequence
Mounir IDRASSI
1
-2
/
+2
2020-01-21
Windows: Support notifying WAITFOR.EXE Windows command when VeraCrypt.exe exi...
Mounir IDRASSI
1
-0
/
+54
2020-01-21
Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...
Mounir IDRASSI
5
-3
/
+97
2020-01-21
Windows: don't display mount/dismount examples in help dialog for command lin...
Mounir IDRASSI
1
-2
/
+2
2020-01-20
Linux/MacOSX: Fix regression that limited the size available for hidden volumes
Mounir IDRASSI
1
-1
/
+1
2019-12-22
Increment version to 1.24-Update3 for Linux and update Release Notes
VeraCrypt_1.24-Update3
Mounir IDRASSI
4
-4
/
+13
2019-12-22
Linux: Modify .deb build scripts to link against statically built wxWidgets o...
Mounir IDRASSI
2
-7
/
+29
2019-12-21
Linux: Fix building and packaging console-only version to remove dependency o...
Mounir IDRASSI
2
-23
/
+41
2019-12-20
Fix the compilation against WxWidgets when NOGUI=1 (#570)
Gokturk Yuksek
3
-1
/
+8
2019-12-17
MacOSX: revert to using wxWidgets 3.1.2 following unexplained crash when usin...
VeraCrypt_1.24-Update2
Mounir IDRASSI
1
-2
/
+2
2019-12-16
Linux: Fix build error when linking with old wxWidgets version
Mounir IDRASSI
1
-1
/
+3
2019-12-16
Documentation: Adding information of availability of RAM encryption and that ...
Mounir IDRASSI
3
-1
/
+6
2019-12-16
Update version information in preparation for 1.24-Update2 release
Mounir IDRASSI
13
-17
/
+17
2019-12-16
Update Format wizard bitmap using submission by Andreas Becker (https://githu...
Mounir IDRASSI
1
-0
/
+0
2019-12-16
Documentation: Add entries for /quick and /fastCreateFile CLI switches of Ver...
Mounir IDRASSI
2
-1
/
+9
2019-12-16
Windows: make /fastCreateFile switch apply to both UI and command line creati...
Mounir IDRASSI
1
-1
/
+2
2019-12-16
MacOSX: Ensure that the heading bar is always visible when window is moved so...
Mounir IDRASSI
2
-5
/
+27
2019-12-16
MacOSX: Ensure that main window is visible on screen when About is display as...
Mounir IDRASSI
2
-0
/
+22
2019-12-16
MacOSX: fix compilation error caused by missing StringConverter::ToWide metho...
Mounir IDRASSI
1
-1
/
+1
2019-12-15
remove extra carriage return from Release Notes
Mounir IDRASSI
2
-1
/
+1
2019-12-13
Update Release Notes for 1.24-Update2-RC
Mounir IDRASSI
2
-0
/
+66
2019-12-13
Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...
Mounir IDRASSI
3
-1
/
+11
2019-12-12
Windows: Fix the checkbox for skipping verification of Rescue Disk not reflec...
Mounir IDRASSI
1
-0
/
+1
2019-12-11
Documentation: better wording for Rescue Disk page
Mounir IDRASSI
2
-8
/
+8
2019-12-11
Linux: fix compilation error when building console-only version of VeraCrypt ...
Mounir IDRASSI
2
-9
/
+0
2019-12-10
MacOSX: link against latest wxWidgets version 3.1.3
Mounir IDRASSI
1
-3
/
+3
2019-12-10
Increment version to 1.24-Update2
Mounir IDRASSI
59
-77
/
+77
2019-12-10
Windows: Align volume size field in Format wizard with other controls
Mounir IDRASSI
1
-1
/
+1
2019-12-10
Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creat...
Mounir IDRASSI
3
-2
/
+34
2019-12-09
Windows Driver: Reduce memory usage of IOCTL_DISK_VERIFY handler. Now we read...
Mounir IDRASSI
1
-6
/
+22
2019-12-09
Fix wrong check on the define CRYPTOPP_BOOL_X64
Mounir IDRASSI
1
-1
/
+1
2019-12-09
Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft th...
Mounir IDRASSI
12
-0
/
+0
2019-12-09
Linux/MacOSX: use x64 optimized SHA256 implementation instead of limiting it ...
Mounir IDRASSI
1
-1
/
+1
2019-12-09
Add burn calls for temporary ss variable (#569)
Hanno Böck
1
-0
/
+13
2019-12-09
Linux: fix NOASM compilation (#563) (#568)
alt3r 3go
9
-21
/
+22
2019-12-08
Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ...
Mounir IDRASSI
1
-1
/
+2
2019-12-08
Windows: enhancements to the mechanism preserving file timestamps, especially...
Mounir IDRASSI
8
-78
/
+138
2019-12-08
Windows: Add missing defines in Tcdefs.h
Mounir IDRASSI
1
-0
/
+9
2019-12-05
Make sure password gets deleted in case of exception in CoreUnix::MountVolume...
Hanno Böck
1
-0
/
+1
2019-12-05
Windows: Modify memory process protection when running with admin privileges ...
Mounir IDRASSI
1
-1
/
+12
2019-12-05
Windows: Enhancement to the fix for CVE-2019-19501
Mounir IDRASSI
1
-3
/
+6
2019-12-03
Windows: Fix possible local privilege escalation vulnerability during executi...
Mounir IDRASSI
3
-22
/
+232
[prev]
[next]