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
2016-03-31
Use XDG_CONFIG_HOME to determine the path of the configuration
David Foerster
1
-18
/
+88
2016-03-31
Remove some trailing whitespace
David Foerster
2
-10
/
+10
2016-03-24
Windows: reduce CPU usage by caching WNetGetConnection calls result for 2 sec...
Mounir IDRASSI
1
-14
/
+37
2016-03-24
Windows: Don't use the foreground setting code if the window is already foreg...
Mounir IDRASSI
1
-15
/
+18
2016-03-24
Windows: Implement passing smart card PIN as command line argument (/tokenpin...
Mounir IDRASSI
6
-21
/
+63
2016-03-20
Windows: Better alignment for Group Boxes in favorites management dialog
Mounir IDRASSI
2
-3
/
+3
2016-03-20
Linux/MacOSX: Fix build error when using strict wxWidgets library that doesn'...
Axel Köllhofer
1
-3
/
+3
2016-03-18
Linux: Completely fix gcc-5 "Invalid characters encountered" issue on mount. ...
Mounir IDRASSI
1
-2
/
+22
2016-03-17
Linux: fix mount failure with "Invalid characters encountered" error when bui...
Mounir IDRASSI
1
-0
/
+6
2016-03-17
Windows: Correctly disable/enable the "Display PIM" checkbox in the favorites...
Mounir IDRASSI
1
-0
/
+1
2016-02-22
Linux: fix compilation error
Mounir IDRASSI
1
-1
/
+0
2016-02-22
Linux: fix mount issue on Fedora 23 by forcing the creation of a default loop...
Mounir IDRASSI
1
-0
/
+11
2016-02-22
Windows bootloader: try to fix boot issues on some machines by increasing req...
Mounir IDRASSI
1
-5
/
+5
2016-02-22
Windows: correct static inline declaration to solve Windows compilation error
Mounir IDRASSI
1
-2
/
+2
2016-02-21
Linux & MacOSX: better implementation for TC_THROW_FATAL_EXCEPTION to use __b...
Mounir IDRASSI
1
-0
/
+8
2016-02-21
Crypto: update Whirlpool implementation using latest code from Crypto++.
Mounir IDRASSI
5
-518
/
+645
2016-02-21
MacOSX: Correctly detect newer versions of OSXFuse
Mounir IDRASSI
1
-10
/
+12
2016-02-20
Windows:Correct explanatory text in VeraCrypt Expander to reader "Mount" inst...
Mounir IDRASSI
1
-2
/
+2
2016-02-20
Windows: Correctly remove driver file veracrypt.sys during uninstall on Windo...
Mounir IDRASSI
1
-15
/
+33
2016-02-16
Windows: use buffer with known maximum length as input to FakeDosNameForDevice
Mounir IDRASSI
1
-4
/
+4
2016-02-14
MacOSX: increment bundle version to 1.17.22
VeraCrypt_1.17
Mounir IDRASSI
1
-1
/
+1
2016-02-14
MacOSX: increment installer version to 1.17.
Mounir IDRASSI
1
-2
/
+2
2016-02-14
Increment version to 1.17. Update user guide PDF file.
Mounir IDRASSI
9
-29
/
+29
2016-02-13
Windows: handle rare case where size of disk can't be retrieved using IOCTL_D...
Mounir IDRASSI
2
-1
/
+43
2016-02-12
Windows: Add colors (Red, Yellow, Green) to the collected randomness indicato...
Mounir IDRASSI
5
-63
/
+53
2016-02-12
Window: fix regression that caused only a single keyfile to be taken into acc...
Mounir IDRASSI
1
-1
/
+3
2016-02-12
Windows: Avoid updating configuration after opening keyfile file dialog when ...
Mounir IDRASSI
1
-3
/
+9
2016-02-09
Linux/MacOSX: add progress bar for mouse collected entropy in GUI of volume c...
Mounir IDRASSI
10
-21
/
+146
2016-02-08
Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile...
Mounir IDRASSI
7
-10
/
+306
2016-02-08
Windows: Continuation of fix for wrong update of configuration XML file.
Mounir IDRASSI
1
-1
/
+1
2016-02-07
Windows Driver: if saving volume header fails, don't mark operation as succes...
Mounir IDRASSI
1
-3
/
+5
2016-02-07
Windows:Fix various issues and warnings reported by static code analysis tool...
Mounir IDRASSI
22
-114
/
+174
2016-02-02
Windows: Don't try to mount using cached passwords if password and/or keyfile...
Mounir IDRASSI
1
-4
/
+6
2016-02-01
Windows:Center the text of the random pool displayed in the keyfile generator...
Mounir IDRASSI
1
-1
/
+1
2016-01-31
Windows: solve bootloader compilation error
Mounir IDRASSI
1
-1
/
+1
2016-01-31
Windows: Fix link issue in Debug configuration for Setup project.
Mounir IDRASSI
1
-1
/
+1
2016-01-31
Windows: Fix buffer overrun issue introduce by the Unicode rewrite.
Mounir IDRASSI
1
-0
/
+0
2016-01-31
Windows: Implement GUI indicator for entropy collected from mouse movements.
Mounir IDRASSI
10
-60
/
+284
2016-01-30
MacOSX: Support creation exFAT volumes on OSX using the built-in command newf...
Mounir IDRASSI
4
-4
/
+18
2016-01-29
Windows Bootloader: Always hide password/PIM values with '*' after ENTER is h...
Mounir IDRASSI
1
-15
/
+15
2016-01-28
Language XML file: correct errors in some English texts.
Mounir IDRASSI
1
-2
/
+2
2016-01-27
Language XML files: update with new fields. Reoder node so that new additions...
Mounir IDRASSI
1
-6
/
+7
2016-01-27
Windows/Linux: Implement exFAT support.
Mounir IDRASSI
17
-21
/
+87
2016-01-26
Linux/MacOSX: Update command line help text to reflect that we can now specif...
Mounir IDRASSI
1
-3
/
+2
2016-01-26
Linux/MacOSX: fix issue creating volumes using command line with a filesystem...
Mounir IDRASSI
2
-0
/
+25
2016-01-25
Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not n...
Mounir IDRASSI
3
-6
/
+0
2016-01-25
Linux/MacOSX: fix wrong AskYesNo method parameters use caused by mistake in p...
Mounir IDRASSI
1
-1
/
+1
2016-01-25
MacOSX: Add PIM value validity checks to workaround wxWidget bug that makes w...
Mounir IDRASSI
5
-5
/
+50
2016-01-24
Linux/MacOSX: update --size entry in command line help text.
Mounir IDRASSI
1
-2
/
+4
2016-01-24
Linux/MacOSX: Support K/M/G/T suffixes for --size switch to indicate unit to ...
Mounir IDRASSI
1
-1
/
+28
[prev]
[next]