summaryrefslogtreecommitdiffstats
path: root/src/file_ace.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_ace.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+3
* src/file_ace.c: Improve Frama-C annotationsChristophe Grenier2021-06-061-27/+5
* file_*.c: add various Frama-C annotationsChristophe Grenier2021-04-101-6/+2
* src/file_apple.c: add frama-c annotationsChristophe Grenier2021-02-131-2/+1
* src/file_ace.c: better frama-c annotationsChristophe Grenier2021-02-071-2/+2
* Fix commit 4ba942d12e7094004074b6808f2532b8f877019eChristophe Grenier2020-09-141-1/+1
* src/file_ace.c: add frama-c annotationsChristophe Grenier2020-09-101-32/+98
* PhotoRec: avoid potential endless loopsChristophe Grenier2017-09-121-1/+1
* src/file_ace.c: move crc check to a new function for better code readabilityChristophe Grenier2017-04-051-36/+35
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-5/+0
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-16/+10
* file_check_ace(): avoid a gcc warningChristophe Grenier2014-11-151-3/+1
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+12
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-6/+5
* PhotoRec: fix .ace recovery when blocksize=1Christophe Grenier2013-03-101-24/+26
* file_ace.c Fix regression introduced in #bbd33e63af7fb5f51de719a986f52f00bc6c...Christophe Grenier2011-11-021-0/+4
* PhotoRec: check fseek return value in ACE file validationChristophe Grenier2011-10-151-4/+24
* PhotoRec: record last valid offset of a file, will be usefull for bruteforceChristophe Grenier2009-11-011-1/+2
* file_ace.c: read 4096 bytes instead of 256 when checking the headerChristophe Grenier2009-02-261-1/+1
* PhotoRec: identified some constants as isChristophe Grenier2009-01-221-2/+2
* 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/+172