Age | Commit message (Expand) | Author | Files | Lines |
2024-09-17 | Add Option to Enable/Disable Screen Capture (#1418) | Deniz Türkoglu | 1 | -0/+8 |
2024-08-02 | Implement detection of volumes with vulnerable XTS master key. | Mounir IDRASSI | 1 | -0/+22 |
2024-07-13 | Linux: fix linker type confusion that was causing crash. | Mounir IDRASSI | 1 | -27/+27 |
2024-07-10 | Linux: fix typo | Mounir IDRASSI | 1 | -1/+1 |
2024-07-10 | Linux: fix crash when displaying Admin password dialog. Fix failure of Github... | Mounir IDRASSI | 1 | -27/+26 |
2024-06-30 | Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6) | Mounir IDRASSI | 1 | -26/+27 |
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 1 | -1/+1 |
2023-07-24 | Linux/macOS: Remove TrueCrypt support | Mounir IDRASSI | 1 | -6/+3 |
2023-06-29 | EMV keyfile support: Overall code improvements and bug fixes | Mounir IDRASSI | 1 | -9/+9 |
2023-06-28 | Add EMV functionality (#1080) | mmauv | 1 | -7/+20 |
2023-05-19 | wxWidget assert failure bug (#999) | Es | 1 | -1/+8 |
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 1 | -0/+0 |
2021-08-21 | Fix typo in GraphicUserInterface.cpp | Mounir IDRASSI | 1 | -1/+1 |
2021-08-16 | Add compile-time toggleable support for application indicators, off by defaul... | Unit 193 | 1 | -0/+4 |
2020-12-11 | new xml Tag for en and de (#708) | T-Bonhagen | 1 | -10/+11 |
2020-06-11 | Switch from auto_ptr to unique_ptr (#638) | Christopher Bergqvist | 1 | -5/+5 |
2019-10-06 | Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc... | Mounir IDRASSI | 1 | -1/+1 |
2018-08-10 | Linux/MacOSX/FreeBSD: When performing backup of volume header, automatically ... | Mounir IDRASSI | 1 | -1/+36 |
2018-04-29 | MacOSX: support pasting values to password fields using keyboard (CMD+V and C... | Mounir IDRASSI | 1 | -0/+42 |
2018-04-05 | FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the ... | Mounir IDRASSI | 1 | -1/+1 |
2018-01-21 | Fix wxWidgets assertion failed when backing up/restoring volume header (close... | gv5470 | 1 | -2/+2 |
2017-12-08 | MacOSX: fix issue that prevented some local help files from opening in the br... | Mounir IDRASSI | 1 | -2/+6 |
2017-12-06 | Linux/MacOSX: Avoid OS leaking previously used directory if user choose not t... | Mounir IDRASSI | 1 | -2/+12 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 |
2017-06-05 | Linux/MacOSX: cleaner code for handling of missing local HTML documentation. | Mounir IDRASSI | 1 | -7/+8 |
2017-06-05 | Linux/MacOSX: Replace User Guide PDF with local HTML documentation. Replace U... | Mounir IDRASSI | 1 | -48/+49 |
2017-05-15 | Replace Codeplex links by ones on veracrypt.fr | Mounir IDRASSI | 1 | -31/+43 |
2016-12-30 | Update donation link to point to page indicating all accepted donations options. | Mounir IDRASSI | 1 | -1/+1 |
2016-10-17 | Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remov... | Mounir IDRASSI | 1 | -5/+1 |
2016-08-15 | Linux/MacOSX: Add help text for GOST89 and Kuznyechik | Mounir IDRASSI | 1 | -6/+14 |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ... | Mounir IDRASSI | 1 | -0/+4 |
2016-05-29 | Linux/MacOSX: Implement passing smart card PIN as command line argument (--to... | Mounir IDRASSI | 1 | -0/+15 |
2016-05-13 | Linux: Fix gcc-6 compilation errors. | Mounir IDRASSI | 1 | -1/+1 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -65/+65 |
2016-01-25 | Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not n... | Mounir IDRASSI | 1 | -2/+0 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -5/+9 |
2015-07-11 | Linux: Solve compilation warning (unused variables, pointer cast) | Mounir IDRASSI | 1 | -3/+0 |
2015-06-24 | Linux: if a keyfile is specified in the command line without a password, don'... | Mounir IDRASSI | 1 | -1/+1 |
2015-06-24 | Linux/MacOSX: restore normal file mode to some source files | Mounir IDRASSI | 1 | -0/+0 |
2015-06-24 | Linux/MacOSX: first dynamic mode implementation | Mounir IDRASSI | 1 | -6/+10 |
2015-04-06 | MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa openFi... | Mounir IDRASSI | 1 | -3/+13 |
2015-02-08 | Linux: solve rare issue where VeraCrypt wrongly reports that another instance... | Mounir IDRASSI | 1 | -3/+21 |
2014-12-30 | Linux/MacOSX: code refactoring and cleanup. | Mounir IDRASSI | 1 | -27/+24 |
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man... | Mounir IDRASSI | 1 | -21/+57 |
2014-12-26 | Linux/MacOSX: Implement waiting dialog for lengthy operations in order to hav... | Mounir IDRASSI | 1 | -8/+49 |
2014-12-20 | Linux/MacOSX: remove calls to non existent class VolumeLayoutV1Hidden | Mounir IDRASSI | 1 | -1/+1 |
2014-12-20 | Reduce time for reporting wrong password by removing support for legacy hidde... | Mounir IDRASSI | 1 | -2/+2 |
2014-12-19 | Linux/MacOSX: Enhance performance by implementing the possibility to choose t... | Mounir IDRASSI | 1 | -1/+5 |
2014-12-11 | Linux/macOSX: always display random gathering dialog/interface before perform... | Mounir IDRASSI | 1 | -0/+7 |