Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
Windows MBR bootloader: reduce required stack size for cascade bootloader by ...
Mounir IDRASSI
1
-0/+2
2017-07-18
Windows MBR Bootloader: workaround for 16-bit compiler internal error when co...
Mounir IDRASSI
1
-4/+4
2017-07-18
Windows: Update signed driver files for 1.22-BETA0
Mounir IDRASSI
2
-0/+0
2017-07-18
Windows: Increment version to 1.22-BETA0
Mounir IDRASSI
6
-13/+13
2017-07-18
Windows Driver: remove dependency to wcsstr by using simple memcmp comparison
Mounir IDRASSI
1
-1/+1
2017-07-16
RPI, armv7 target
kavsrf
1
-0/+3
2017-07-09
FreeBSD: make official FreeBSD build script executable
VeraCrypt_1.21
Mounir IDRASSI
1
-0/+0
2017-07-09
FreeBSD: enable wxWidgets static build by default in official build script
Mounir IDRASSI
1
-4/+4
2017-07-09
Update Readme to mention FreeBSD support and remove reference to OpenSolaris
Mounir IDRASSI
1
-38/+40
2017-07-09
Add support for building under FreeBSD 11
Mounir IDRASSI
6
-11/+1242
2017-07-09
Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21 after Camellia 6...
Mounir IDRASSI
2
-0/+0
2017-07-09
Change 1.21 release date to July 9th 2017
Mounir IDRASSI
1
-1/+1
2017-07-09
Windows: when listing connected devices, consider that a partition exists if ...
Mounir IDRASSI
1
-2/+3
2017-07-09
Windows: generate pdb files for binaries in order to help investigate crashes...
Mounir IDRASSI
5
-22/+14
2017-07-09
Windows: install crash handler in case of system favorites service in order t...
Mounir IDRASSI
1
-0/+18
2017-07-08
Windows: correctly initialize global critical sections in case if system favo...
Mounir IDRASSI
3
-6/+21
2017-07-08
Windows: Update signed driver files for 1.21 release (1.21.5)
Mounir IDRASSI
2
-0/+0
2017-07-08
Increment version to 1.21.5
Mounir IDRASSI
8
-13/+13
2017-07-08
Remove unnecessary code from Camellia assembly implementation that checks for...
Mounir IDRASSI
2
-71/+10
2017-07-08
Windows: preserve volatile registers XMM6-XMM15 in 64-bit assembly of Camellia.
Mounir IDRASSI
1
-512/+51
2017-07-07
Windows: Add PDF documents about DCS configuration for EFI system encryption:...
Mounir IDRASSI
3
-0/+6
2017-07-07
Windows: display prompt to upgrade Rescue Disk when installing 1.21 version.
Mounir IDRASSI
1
-1/+1
2017-07-07
Windows: Don't remove last digit of version string if it is zero. This is a l...
Mounir IDRASSI
1
-3/+0
2017-07-07
Change 1.21 release date to July 7th 2017
Mounir IDRASSI
1
-1/+1
2017-07-06
Windows: in case of system favorite mounting, update list of host devices bef...
Mounir IDRASSI
1
-0/+3
2017-07-06
Windows: fix regression affecting automatic mount of favorites and system fav...
Mounir IDRASSI
1
-1/+8
2017-07-06
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-02
Windows: workaround for some cases where the system return ERROR_INVALID_PARA...
Mounir IDRASSI
2
-9/+36
2017-07-02
Change 1.21 release date to July 3rd 2017
Mounir IDRASSI
1
-1/+1
2017-07-02
Windows: fix documentation and UI messages about the PIM constraints and calc...
Mounir IDRASSI
4
-10/+23
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-01
Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.21
Mounir IDRASSI
6
-0/+0
2017-07-01
Windows: Update signed driver files for 1.21 release
Mounir IDRASSI
2
-0/+0
2017-07-01
Windows: increment version to 1.21.2
Mounir IDRASSI
5
-10/+10
2017-07-01
Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.
Mounir IDRASSI
1
-1/+1
2017-07-01
Avoid alignement issues with some old compilers by using movdqu instead of mo...
Mounir IDRASSI
1
-8/+8
2017-07-01
Linux: remove existing "Setup/Linux/usr" if any before preparing for packaging.
Mounir IDRASSI
1
-0/+1
2017-07-01
Linux: Use $(CURDIR) instead of $(PWD) for the install target, as well as $(D...
Mounir IDRASSI
1
-1/+1
2017-07-01
Increment version to 1.21 (1.21.1)
Mounir IDRASSI
11
-33/+33
2017-07-01
Windows: Update signed driver files for 1.21 release
Mounir IDRASSI
2
-0/+0
[prev]
[next]