summaryrefslogtreecommitdiffstats
path: root/src/file_caf.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_caf.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+3
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* src/file_caf.c: improve Frama-C annotationsChristophe Grenier2021-06-061-15/+5
* src/file_caf.c: switch chunksize to uint64_t to avoid frama-cChristophe Grenier2021-02-141-10/+15
* src/file_caf.c: add frama-c annotationsChristophe Grenier2021-02-111-2/+24
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-2/+7
* PhotoRec: avoid potential endless loopsChristophe Grenier2017-09-121-1/+1
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* remove always-true memcmpChristophe Grenier2015-05-111-3/+3
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-1/+1
* PhotoRec: disable data check of .caf files for small blocksizeChristophe Grenier2014-07-261-3/+6
* PhotoRec: Fix commit 840b9f74e2eecb2a608c8020cb30bb802c00e9b8 for .caf recoveryChristophe Grenier2014-07-231-1/+2
* PhotoRec: stricter check for .cafChristophe Grenier2014-07-211-15/+14
* 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-4/+4
* Constify some variablesChristophe Grenier2013-05-261-1/+1
* PhotoRec: avoid an endless loop during .caf recoveryChristophe Grenier2011-11-221-0/+1
* PhotoRec: recover Core Audio Format .caf filesChristophe Grenier2011-09-171-0/+119