summaryrefslogtreecommitdiffstats
path: root/src/file_bac.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_bac.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+2
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_bac.c: improve Frama-C annotationsChristophe Grenier2021-06-061-16/+6
* src/file_bac.c: remove some dead codeChristophe Grenier2021-02-131-6/+0
* src/file_bac.c: fix frama-c warnings in data_check_bac()Christophe Grenier2021-01-291-4/+7
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+38
* 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-1/+1
* PhotoRec: stricter check for .bacChristophe Grenier2014-08-091-4/+19
* PhotoRec: limit data check for .bac to compatible blocksizeChristophe Grenier2014-07-241-0/+6
* PhotoRec: better check to avoid to concat mp3 filesChristophe Grenier2014-03-301-1/+1
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-3/+3
* PhotoRec: fix .bac recovery when blocksize=1Christophe Grenier2013-03-101-22/+18
* PhotoRec: recover Bacula backup .bac and Qemu image .cow (COW and COW2)Christophe Grenier2009-09-031-0/+97