Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Platform
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
13
-55
/
+55
2023-10-01
Linux: use "-std=c++11" for gcc 4.8 and adapt code to old compilers
Mounir IDRASSI
1
-1
/
+1
2023-08-19
Linux: try use IOCTL BLKGETSIZE64 to get size of device instead of lseek
Mounir IDRASSI
1
-0
/
+11
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
1
-2
/
+0
2023-06-01
Fix issues launching fsck via terminal on Linux (#1086)
Jertzukka
1
-0
/
+1
2022-02-18
Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an asser...
Mounir IDRASSI
1
-1
/
+0
2021-07-14
Make system devices work under FreeBSD (#777)
MrLightningBolt
2
-2
/
+34
2021-07-14
Add support for OpenBSD (#779)
kokokodak
3
-1
/
+18
2020-06-28
Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...
Mounir IDRASSI
4
-9
/
+3
2020-06-26
Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...
Mounir IDRASSI
1
-0
/
+17
2020-06-26
Linux/MacOSX: fix warning reported by static code analysis tool about possibl...
Mounir IDRASSI
1
-1
/
+5
2020-06-11
Switch from auto_ptr to unique_ptr (#638)
Christopher Bergqvist
1
-1
/
+1
2019-12-01
UNIX: make sector size mismatch error more verbose (#552) (#561)
alt3r 3go
1
-0
/
+1
2019-11-12
Fix off by one overflow with 31 args (#541)
Hanno Böck
1
-1
/
+1
2019-06-06
Some cleanup related to "Invalid characters..." on mount issue. (#453)
Alexander Karzhenkov
1
-23
/
+3
2018-04-04
FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header
Mounir IDRASSI
1
-0
/
+2
2018-04-04
Platform/Unix: include <sys/sysmacros.h> for major/minor macros (#303)
Gokturk Yuksek
1
-0
/
+1
2017-12-09
Linux: fix compilation error with older versions of gcc (e.g. 4.x)
Mounir IDRASSI
1
-3
/
+3
2017-11-28
Linux: autodetect host drive name using sysfs (closes #233)
gv5470
1
-0
/
+23
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
62
-62
/
+62
2016-10-17
Use properly aligned memory in code using Streebog hash implementation that u...
Mounir IDRASSI
4
-20
/
+61
2016-05-10
Remove trailing whitespace
David Foerster
62
-114
/
+114
2016-05-10
Normalize all line terminators
David Foerster
45
-3580
/
+3580
2016-03-18
Linux: Completely fix gcc-5 "Invalid characters encountered" issue on mount. ...
Mounir IDRASSI
1
-2
/
+22
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
62
-62
/
+62
2015-11-30
Linux/MacOSX: Implement Unicode passwords suppport. Make validation of parame...
Mounir IDRASSI
1
-2
/
+6
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
62
-344
/
+592
2015-06-24
Linux/MacOSX: first dynamic mode implementation
Mounir IDRASSI
2
-2
/
+54
2014-12-30
Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man...
Mounir IDRASSI
1
-1
/
+3
2014-11-08
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...
Mounir IDRASSI
57
-59
/
+59
2014-11-08
Replace TrueCrypt from Linux/MacOSX mount point names
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Replace TrueCrypt references in added sources and resources by VeraCrypt ones.
Mounir IDRASSI
2
-3
/
+3
2014-11-08
Add TrueCrypt 7.1a MacOSX/Linux specific source files.
Mounir IDRASSI
17
-0
/
+1322
2014-11-08
Add original TrueCrypt 7.1a sources
Mounir IDRASSI
45
-0
/
+3790