summaryrefslogtreecommitdiffstats
path: root/src/file_indd.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_indd.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+1
* src/file_indd.c: fix Frama-C warningsChristophe Grenier2021-06-231-21/+12
* src/file_indd.c: add frama-c annotationsChristophe Grenier2021-02-241-1/+29
* src/file_indd.c: fix warnings reported by frama-cChristophe Grenier2020-09-141-2/+11
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: fix potential endless loop/crash when parsing abr files,Christophe Grenier2018-02-261-1/+1
* PhotoRec: ignore indd header/magic value if already recovering an indd fileChristophe Grenier2018-02-071-2/+1
* PhotoRec: for some file formats, check if file is complete when a new file is...Christophe Grenier2016-09-301-2/+2
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-4/+7
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: modify .indd recovery to not use min_header_distance anymoreChristophe Grenier2015-06-131-1/+5
* remove always-true memcmpChristophe Grenier2015-05-111-7/+4
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-7/+9
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+4
* PhotoRec: update the method to find .indd file sizeChristophe Grenier2014-08-131-28/+84
* PhotoRec: avoid extension with more than 3 letters for DOS/DJGPP versionChristophe Grenier2009-07-311-0/+4
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-1/+2
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+90