Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-01 | MacOS: Support CommandLineTools for building (#1371) | Jertzukka | 1 | -1/+1 | |
Full Xcode application which can take up-to 40GB of disk space is not necessary for building VeraCrypt, rather the CommandLineTools for XCode are sufficient which only take few gigabytes. Instead of hardcoding the SDK location, use xcrun --show-sdk-path to support also the CommandLineTools instance. The reason for switching the logic for the XCode version is because the xcodebuild will not report a correct XCode version for the CommandLineTools, thus it can't be relied for whether to use the -Wl,-ld_classic flags. Instead, we can just check the ld version in use in the active developer directory, and see whether we are using dyld (the new) or ld64 (the old). | |||||
2024-06-29 | Line breaks between copyright holders (#1370) | Marius Kjærstad | 1 | -1/+1 | |
2024-06-23 | Update copyright date in some files | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-16 | MacOSX: Update macOS specifics part of the Readme | Mounir IDRASSI | 1 | -10/+27 | |
2023-10-05 | Update various copyright dates | Mounir IDRASSI | 1 | -3/+3 | |
2023-06-29 | Linux: Add libpcsclite dependency into compilation guide (#1136) | Jertzukka | 1 | -0/+1 | |
After the EMV support commits, the project won't build anymore without the new dependency of libpcsclite. | |||||
2023-06-04 | Update copyrights in Readme.txt | Mounir IDRASSI | 1 | -3/+3 | |
2023-05-19 | Added line breaks between new copyright holders (#963) | Marius Kjærstad | 1 | -2/+2 | |
2022-12-11 | Documentation: remove usage of CSS collapsible to avoid breaking CHM ↵ | Mounir IDRASSI | 1 | -2/+6 | |
generation. Add new entries to CHM. Remove example script file since its content is described inline in the documentation We need to generate CHM from the same HTML files as the documentation and so we are limited by CHM compatibility | |||||
2022-08-16 | Documentation overwork (#953) | Felix Reichmann | 1 | -47/+3 | |
Github PR: https://github.com/veracrypt/VeraCrypt/pull/953 * Create CompilingGuidelinerh * Initial Upload Windows Compiling Guide * Removed RIPEMD-160 from Product64.wxs. See commit from 21.03.2022 * Completed Win compiling guideline * Added link to detailed compiling guide * Added link to detailed compiling guide * Restructured docu main page * Added sourceforge link * Added compiling guide for Linux * References to detailed instructions * Revert "Removed RIPEMD-160 from Product64.wxs. See commit from 21.03.2022" This reverts commit 024ae2a4659a6d9e65673531338e10bd10b8a3a0. * Correction of a div box | |||||
2022-02-11 | Update copyrights following integration of LZMA SDK | Mounir IDRASSI | 1 | -0/+1 | |
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 1 | -2/+2 | |
2021-09-05 | Update build requirements and instructions in Readme | Mounir IDRASSI | 1 | -27/+40 | |
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 1 | -3/+3 | |
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace | |||||
2021-08-30 | Update copyright year to 2021 | Mounir IDRASSI | 1 | -2/+2 | |
2020-03-10 | Update copyright year in creditsVeraCrypt_1.24-Update5 | Mounir IDRASSI | 1 | -3/+3 | |
2019-11-02 | Start following IEEE 1541 agreed naming of bytes (#532) | Meteor0id | 1 | -1/+1 | |
* Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib | |||||
2019-02-12 | Add copyright and license information of JitterEntropy library by Stephan ↵ | Mounir IDRASSI | 1 | -2/+3 | |
Mueller | |||||
2018-08-12 | Added line breaks between copyright holders (#318) | Marius Kjærstad | 1 | -11/+11 | |
2018-03-18 | Update various copyright dates. | Mounir IDRASSI | 1 | -4/+4 | |
2017-07-10 | Update Readme to mention FreeBSD support and remove reference to OpenSolaris | Mounir IDRASSI | 1 | -38/+40 | |
2017-06-29 | Readme: Add YASM as a requirement for building VeraCrypt. Remove NASM and ↵ | Mounir IDRASSI | 1 | -40/+40 | |
makeself requirement for Linux/MacOSX build. Make Readme.txt identical to README.md. | |||||
2017-06-29 | Readme: update statement concerning Mac OSX SDK to use for building VeraCrypt. | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -2/+2 | |
2017-06-05 | Linux/MacOSX: Use newer version 3.0.3 of wxWidgets. Update version in Readme. | Mounir IDRASSI | 1 | -2/+2 | |
2017-05-15 | Replace Codeplex links by ones on veracrypt.fr | Mounir IDRASSI | 1 | -1/+1 | |
2017-04-26 | Update zlib copyright notice | Mounir IDRASSI | 1 | -1/+1 | |
2016-12-07 | Readme: correct instructions about code signing under Mac OSX | Mounir IDRASSI | 1 | -2/+3 | |
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵ | Mounir IDRASSI | 1 | -0/+1 | |
gain factor. Update credits and copyrights notice. | |||||
2016-10-17 | Update copyrights in legal notices and license file. | Mounir IDRASSI | 1 | -2/+2 | |
2016-10-17 | Readme: remove PKCS#11 headers as requirement since they are included in ↵ | Mounir IDRASSI | 1 | -14/+4 | |
VeraCrypt source tree. | |||||
2016-08-17 | Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights. | Mounir IDRASSI | 1 | -1/+14 | |
2016-06-17 | Windows: Use Visual C++ 2010 instead of Visual C++ 2008. | Mounir IDRASSI | 1 | -3/+3 | |
2016-05-19 | Readme.txt:Fix wxWidget expected directory for OSX install | Mounir IDRASSI | 1 | -2/+1 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -25/+25 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -265/+265 | |
2016-01-20 | Readme.txt: update libfuse URL to new Github location. | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-03 | Windows: sign binaries using both SHA-1 and SHA-256 for maximum ↵ | Mounir IDRASSI | 1 | -0/+3 | |
compatibility. Add requirement for Windows SDK 8.1 that contains signtool.exe version that enables this. | |||||
2015-12-25 | Readme: Make Readme.txt identical to README.md. | Mounir IDRASSI | 1 | -14/+15 | |
2015-09-13 | Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It ↵ | Mounir IDRASSI | 1 | -0/+1 | |
was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case | |||||
2015-02-25 | Readme.txt: indicate that on MacOSX building a console-only binary is not ↵ | Mounir IDRASSI | 1 | -2/+4 | |
supported. | |||||
2015-01-02 | Readme: add makeself to the build requirements for Linux. | Mounir IDRASSI | 1 | -2/+4 | |
2014-11-08 | Readme: Add more MacOSX specific details concerning the build of VeraCrypt ↵ | Mounir IDRASSI | 1 | -0/+14 | |
following users feedback | |||||
2014-11-08 | Update Readme.txt to include more accurate build instructions for Linux and ↵VeraCrypt_MacOSX_1.0eVeraCrypt_Linux_1.0eVeraCrypt_1.0e | Mounir IDRASSI | 1 | -10/+31 | |
MacOSX | |||||
2014-11-08 | Remove VeraCrypt version number from Readme.txt. | Mounir IDRASSI | 1 | -1/+2 | |
2014-11-08 | Update Readme file to remove TrueCrypt references and to describe VeraCrypt ↵ | Mounir IDRASSI | 1 | -24/+35 | |
specific signing and packaging batch file. | |||||
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -1/+1 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+209 | |