summaryrefslogtreecommitdiffstats
path: root/src/file_par2.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-2/+9
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* src/file_par2.c: fix Frama-C warningsChristophe Grenier2021-07-041-16/+12
* src/file_par2.c: fix problems reported by frama-cChristophe Grenier2021-02-271-2/+29
* src/file_par2.c: better filesize checkChristophe Grenier2020-10-101-1/+1
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* 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-2/+5
* 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-4/+4
* remove always-true memcmpChristophe Grenier2015-05-111-1/+1
* PhotoRec: set a minimum size for .par2 filesChristophe Grenier2015-04-161-0/+1
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-5/+7
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-1/+1
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-2/+1
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+4
* PhotoRec: stricter check for .par2Christophe Grenier2014-08-131-0/+3
* PhotoRec: disable data check of .par2 files for small blocksizChristophe Grenier2014-07-261-2/+5
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-4/+4
* src/file_par2.c: fix compilation warningChristophe Grenier2013-03-231-1/+2
* Fix header_check_par2() functionChristophe Grenier2013-01-191-11/+7
* PhotoRec: recover .par2 parchiveChristophe Grenier2011-06-171-0/+128