summaryrefslogtreecommitdiffstats
path: root/src/file_ext.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_ext.c: fix Array-bounds issueChristophe Grenier2022-08-111-1/+1
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-2/+2
* src/file_ext.c: improve Frama-C annotationsChristophe Grenier2021-06-121-22/+11
* src/file_ext.c: add frama-c annotationsChristophe Grenier2021-02-201-2/+23
* src/file_ext.c: add more frama-c annotationsChristophe Grenier2021-01-301-1/+39
* move struct ext2_super_block from src/ext2.h to src/ext2_common.hChristophe Grenier2021-01-291-1/+0
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+3
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: log the correct filename if file has been renamedChristophe Grenier2015-06-121-6/+6
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-2/+2
* TestDisk: handle ext4 with 64 bit blocks (EXT4_FEATURE_INCOMPAT_64BIT)Christophe Grenier2013-08-281-16/+2
* PhotoRec: Better ext2 superblock size detectionChristophe Grenier2013-05-051-9/+10
* Minor code cleanupChristophe Grenier2012-10-211-2/+2
* PhotoRec: detects ext2 Linked List DirectoryChristophe Grenier2012-09-161-6/+65
* file_ext.c: remove a dependency to ext2.cChristophe Grenier2009-01-181-8/+21
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-1/+1
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-0/+1
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+65