index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-12
/
+12
*
TestDisk: detect APFS partition
Christophe Grenier
2021-06-02
1
-3
/
+34
*
sysv: use unsigned int when checking the signature
Christophe Grenier
2020-11-27
1
-1
/
+1
*
Constify more function parameters
Christophe Grenier
2020-06-19
1
-1
/
+1
*
Detect f2fs filesystem, a filesystem created in 2012 by Samsung Electronics C...
Christophe Grenier
2018-06-28
1
-6
/
+14
*
Replace EXFAT by exFAT
Christophe Grenier
2016-12-11
1
-3
/
+3
*
Detect Microsoft ReFS filesystem
Christophe Grenier
2015-12-03
1
-1
/
+6
*
constify more variables
Christophe Grenier
2013-06-01
1
-3
/
+3
*
Fix regression introduced in eb3b555b50e2c82f67559472bdf0a1d54325550f
Christophe Grenier
2013-05-25
1
-1
/
+1
*
"FAT found using backup sector!" message should be set by recover_FAT(), not ...
Christophe Grenier
2013-05-24
1
-3
/
+0
*
Get rid of pread_fast(), it's too error prone
Christophe Grenier
2013-05-24
1
-41
/
+26
*
Check ZFS filesystem when detected
Christophe Grenier
2013-05-17
1
-1
/
+2
*
TestDisk: add Linux swap using 8k pagefile detection
Christophe Grenier
2012-08-12
1
-1
/
+2
*
TestDisk: detects cramfs filesystem with offset 0
Christophe Grenier
2012-08-12
1
-0
/
+5
*
remove unsued parameters from check_btrfs() and recover_ISO()
Christophe Grenier
2012-04-15
1
-1
/
+1
*
Recover WBFS (Wii Backup File System) partition
Christophe Grenier
2012-01-16
1
-0
/
+5
*
Locate lost GFS2 partition but not yet the size
Christophe Grenier
2011-08-28
1
-2
/
+7
*
Add detection of Vmware VMFS partition
Christophe Grenier
2011-07-20
1
-0
/
+21
*
TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.
Christophe Grenier
2011-03-05
1
-1
/
+20
*
Fix exFAT recovery using backup boot sector
Christophe Grenier
2011-01-07
1
-3
/
+1
*
Try to locate truecrypt logical partition by using the logical partition entry.
Christophe Grenier
2010-11-29
1
-0
/
+6
*
Introduce pread_fast(), a function that can return a pointer to the data in c...
Christophe Grenier
2010-11-05
1
-83
/
+101
*
TestDisk: reduce the number of read operations
Christophe Grenier
2010-06-22
1
-10
/
+4
*
TestDisk: fix HFSP detection
Christophe Grenier
2010-06-22
1
-2
/
+2
*
Add specific tests (ie magic value) before checking for a filesystem (Use les...
Christophe Grenier
2010-04-27
1
-68
/
+166
*
TestDisk: locate ZFS partition beginning
Christophe Grenier
2009-08-18
1
-0
/
+2
*
TestDisk: recover exFAT partition
Christophe Grenier
2009-03-22
1
-0
/
+17
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-11
/
+5
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-25
/
+10
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-99
/
+2
*
Fix some compilation warning when ncurses isn't used
Christophe Grenier
2008-08-05
1
-0
/
+2
*
Distinguish ext4 from ext3 filesystem
Christophe Grenier
2008-07-14
1
-2
/
+2
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-1
/
+1
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-1
/
+1
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-3
/
+3
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+359