index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partnone.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-3
/
+13
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-4
/
+5
*
TestDisk: detect APFS partition
Christophe Grenier
2021-06-02
1
-1
/
+16
*
Additional frama-c annotations
Christophe Grenier
2020-08-08
1
-0
/
+8
*
New prototype for test_structure()
Christophe Grenier
2020-08-02
1
-4
/
+58
*
Avoid function pointer when function is already known
Christophe Grenier
2020-08-02
1
-1
/
+1
*
Detect f2fs filesystem, a filesystem created in 2012 by Samsung Electronics C...
Christophe Grenier
2018-06-28
1
-0
/
+6
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-12
/
+12
*
Replace EXFAT by exFAT
Christophe Grenier
2016-12-11
1
-2
/
+2
*
New prototype for test_ReFS()
Christophe Grenier
2016-01-23
1
-0
/
+4
*
Support XFS5
Christophe Grenier
2016-01-23
1
-0
/
+2
*
Detect Microsoft ReFS filesystem
Christophe Grenier
2015-12-03
1
-0
/
+1
*
src/partnone.c: add missing header
Christophe Grenier
2013-12-14
1
-0
/
+1
*
Get rid of pread_fast(), it's too error prone
Christophe Grenier
2013-05-24
1
-3
/
+2
*
Add missing filesystem check for non partionned media
Christophe Grenier
2013-05-17
1
-6
/
+10
*
Avoid underflow when using TestDisk on file smaller than 512 bytes
Christophe Grenier
2012-12-23
1
-4
/
+7
*
List UFS and UFS 2 Little endian filesystemtype correctly when no partition t...
Christophe Grenier
2012-10-25
1
-0
/
+2
*
TestDisk: add Linux swap using 8k pagefile detection
Christophe Grenier
2012-08-12
1
-3
/
+8
*
remove unsued parameters from check_btrfs() and recover_ISO()
Christophe Grenier
2012-04-15
1
-2
/
+2
*
partnone.c: add missing include wbfs.h
Christophe Grenier
2012-03-10
1
-0
/
+1
*
Recover WBFS (Wii Backup File System) partition
Christophe Grenier
2012-01-16
1
-0
/
+4
*
Locate lost GFS2 partition but not yet the size
Christophe Grenier
2011-08-28
1
-0
/
+1
*
Add detection of Vmware VMFS partition
Christophe Grenier
2011-07-20
1
-0
/
+9
*
For non partionned media formated as FAT, set bytes per sector according
Christophe Grenier
2011-03-05
1
-1
/
+3
*
TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.
Christophe Grenier
2011-03-05
1
-0
/
+5
*
On non-partionned media, discovers exFAT filesystem using backup sector.
Christophe Grenier
2011-01-07
1
-1
/
+6
*
Detect ext2/3/4 filesystem using group 3 backup superblock when main superblo...
Christophe Grenier
2011-01-05
1
-0
/
+22
*
Search for FAT32 and NTFS backup boot sector when checking if the partition t...
Christophe Grenier
2010-10-31
1
-0
/
+13
*
TestDisk: reduce the number of read operations
Christophe Grenier
2010-06-22
1
-14
/
+34
*
Code cleanup
Christophe Grenier
2009-10-25
1
-3
/
+4
*
Identify ISO9660 image as non-partitionned media
Christophe Grenier
2009-10-19
1
-1
/
+8
*
TestDisk: locate ZFS partition beginning
Christophe Grenier
2009-08-18
1
-0
/
+1
*
TestDisk: recover exFAT partition
Christophe Grenier
2009-03-22
1
-0
/
+5
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-9
/
+7
*
Define as static some functions
Christophe Grenier
2009-02-01
1
-2
/
+3
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-1
/
+1
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-2
/
+2
*
Defined more functions as static
Christophe Grenier
2008-11-10
1
-1
/
+6
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-4
/
+4
*
Distinguish ext4 from ext3 filesystem
Christophe Grenier
2008-07-14
1
-0
/
+2
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-2
/
+2
*
code cleanup: rename aff_buffer() fixup
Christophe Grenier
2008-04-07
1
-1
/
+1
*
code cleanup: rename aff_buffer()
Christophe Grenier
2008-04-03
1
-4
/
+4
*
Remove the possibility to add a partition for non-partionned disk
Christophe Grenier
2008-02-28
1
-6
/
+1
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-1
/
+1
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+365