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
2017-07-07
Change 1.21 release date to July 7th 2017
Mounir IDRASSI
1
-1
/
+1
2017-07-07
Windows: in case of system favorite mounting, update list of host devices bef...
Mounir IDRASSI
1
-0
/
+3
2017-07-07
Windows: fix regression affecting automatic mount of favorites and system fav...
Mounir IDRASSI
1
-1
/
+8
2017-07-07
Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21
Mounir IDRASSI
4
-0
/
+0
2017-07-05
Windows: Update signed driver files for 1.21 release (1.21.4)
Mounir IDRASSI
2
-0
/
+0
2017-07-05
Increment version to 1.21.4
Mounir IDRASSI
8
-13
/
+13
2017-07-05
Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer.
Mounir IDRASSI
1
-4
/
+5
2017-07-04
Increment version to 1.21.3
Mounir IDRASSI
7
-12
/
+12
2017-07-04
Windows: correctly handle SEH exceptions during self-tests in order to disabl...
Mounir IDRASSI
6
-54
/
+91
2017-07-04
Don't check for SSSE3 to use 64-bit SHA-512 assembly code since it uses only ...
Mounir IDRASSI
1
-0
/
+4
2017-07-04
Windows Driver: correctly save and restore extended processor state when perf...
Mounir IDRASSI
8
-39
/
+201
2017-07-04
Windows: use stack instead of MMX register to save registers in 64-bit assemb...
Mounir IDRASSI
1
-14
/
+19
2017-07-03
Windows: workaround for some cases where the system return ERROR_INVALID_PARA...
Mounir IDRASSI
2
-9
/
+36
2017-07-03
Change 1.21 release date to July 3rd 2017
Mounir IDRASSI
1
-1
/
+1
2017-07-03
Documentation: Update Incompatibilities section to mention both Outpost Firew...
Mounir IDRASSI
2
-3
/
+5
2017-07-03
Documentation: Update the FAQ to mention CHM file of User Guide instead of PDF
Mounir IDRASSI
2
-4
/
+4
2017-07-03
Documentation: Add workaround for hang issues encountered on some Windows mac...
Mounir IDRASSI
3
-4
/
+14
2017-07-02
Windows: fix documentation and UI messages about the PIM constraints and calc...
Mounir IDRASSI
6
-14
/
+27
2017-07-02
Windows: when mounting multiple favorites, use PIM of previous favorite along...
Mounir IDRASSI
6
-23
/
+28
2017-07-02
Windows: set PIM of favorite to 0 only if TrueCryptMode is explicitly selected.
Mounir IDRASSI
1
-1
/
+1
2017-07-02
Linux/MacOSX: use aligned memory for allocating hash context to avoid issues ...
Mounir IDRASSI
1
-5
/
+5
2017-07-02
Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.21
Mounir IDRASSI
6
-0
/
+0
2017-07-02
Windows: Update signed driver files for 1.21 release
Mounir IDRASSI
2
-0
/
+0
2017-07-02
Windows: increment version to 1.21.2
Mounir IDRASSI
5
-10
/
+10
2017-07-02
Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.
Mounir IDRASSI
1
-1
/
+1
2017-07-02
Avoid alignement issues with some old compilers by using movdqu instead of mo...
Mounir IDRASSI
1
-8
/
+8
2017-07-02
Linux: remove existing "Setup/Linux/usr" if any before preparing for packaging.
Mounir IDRASSI
1
-0
/
+1
2017-07-02
Linux: Use $(CURDIR) instead of $(PWD) for the install target, as well as $(D...
Mounir IDRASSI
1
-1
/
+1
2017-07-02
Language XML files: Update Arabic translation (contributed by Ali Khojah)
Mounir IDRASSI
1
-9
/
+9
2017-07-02
Increment version to 1.21 (1.21.1)
Mounir IDRASSI
49
-71
/
+71
2017-07-01
Windows: Update signed driver files for 1.21 release
Mounir IDRASSI
2
-0
/
+0
2017-07-01
Fix crash on machines without SSSE3 support in CPU by correctly checking for ...
Mounir IDRASSI
1
-1
/
+1
2017-07-01
For code logic clarity, add check for xgetbv support in CPU before using it.
Mounir IDRASSI
1
-1
/
+1
2017-06-30
Windows: fix missing resource in 64-bit build.
Mounir IDRASSI
1
-1
/
+1
2017-06-29
Merge pull request #175 from robertsvensson/patch-1
VeraCrypt_1.20
Mounir IDRASSI
1
-5
/
+5
2017-06-29
Minor TOC correction
Robert Svensson
1
-5
/
+5
2017-06-29
Readme: Add YASM as a requirement for building VeraCrypt. Remove NASM and mak...
Mounir IDRASSI
2
-42
/
+42
2017-06-29
Readme: update statement concerning Mac OSX SDK to use for building VeraCrypt.
Mounir IDRASSI
2
-2
/
+2
2017-06-29
Set 1.20 release date to June 29th 2017
Mounir IDRASSI
1
-1
/
+1
2017-06-29
MacOSX: put back full wxWidgets build in official build script.
Mounir IDRASSI
1
-3
/
+2
2017-06-29
Documentation: Add documentation for newly added /secureDesktop command line ...
Mounir IDRASSI
2
-0
/
+5
2017-06-29
Revert "Documentation: Update chm file to match the one included in the offic...
Mounir IDRASSI
1
-0
/
+0
2017-06-29
Documentation: Update chm file to match the one included in the official inst...
Mounir IDRASSI
1
-0
/
+0
2017-06-29
Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI bootloade...
Mounir IDRASSI
5
-3
/
+74
2017-06-29
Windows: Update EFI bootloader file from latest VeraCrypt-DCS
Mounir IDRASSI
4
-0
/
+0
2017-06-29
Update release date and increment version to 1.20.3.4
Mounir IDRASSI
6
-11
/
+11
2017-06-29
Windows: Update signed driver files for 1.20 release
Mounir IDRASSI
2
-0
/
+0
2017-06-27
Enable AVX assembly instructions only when the OS implements AVX support
Mounir IDRASSI
1
-2
/
+19
2017-06-27
Windows: use yasm define __YASM__ for compatibility with the assembly changes...
Mounir IDRASSI
2
-25
/
+25
2017-06-27
MacOSX: Update build and packaging scripts to require OSX Lion (10.7).
Mounir IDRASSI
2
-7
/
+8
[prev]
[next]