summaryrefslogtreecommitdiffstats
path: root/src/file_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+1
* PhotoRec: distinguish .FCStd from .zip filesChristophe Grenier2023-10-211-1/+8
* src/file_zip.c: improve Frama-C annotations in file_rename_zip()Christophe Grenier2023-10-081-1/+4
* src/file_zip.c: improve Frama-C annotationsChristophe Grenier2023-09-011-1/+12
* PhotoRec: distinguish Mathcad .mtcx files from .zipChristophe Grenier2022-11-161-0/+7
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-3/+3
* src/file_zip.c: improve Frama-C annotationsChristophe Grenier2021-07-291-21/+8
* src/file_zip.c: recover application/vnd.adobe.indesign-idml-package as indd f...Christophe Grenier2021-06-121-5/+12
* src/file_zip.c: fix mimetype parsing, improve detection of epubChristophe Grenier2021-05-211-6/+14
* src/file_zip.c: Add more Frama-C annotationsChristophe Grenier2021-03-191-74/+105
* src/file_zip.c: add Frama-C assigns clause to zip_parse_file_entry_fnChristophe Grenier2021-03-191-11/+24
* src/file_zip.c: exit zip_parse_file_entry_fn() when an extension isChristophe Grenier2021-03-181-72/+70
* src/file_zip.c: remove krita parameterChristophe Grenier2021-03-181-13/+5
* src/file_zip.c: move some redundant code into zip_parse_parse_entry_mimetype()Christophe Grenier2021-03-181-57/+50
* src/file_zip.c: move several static variables to the topChristophe Grenier2021-03-181-5/+4
* src/file_zip.c: move structure to the topChristophe Grenier2021-03-181-38/+53
* PhotoRec: recover bbdoc files (zip archives)Christophe Grenier2021-01-061-2/+9
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* src/file_zip.c: Fix header_check_zip(), see commit d4a638cc44b6ec43d9b361d3ac...Christophe Grenier2020-08-241-1/+1
* file_zip.c: more frama-c annotationsChristophe Grenier2020-08-221-32/+46
* src/file_zip.c: additional frama-c annotationsChristophe Grenier2020-06-211-52/+260
* PhotoRec: stricter check for zip filesChristophe Grenier2020-06-181-6/+9
* PhotoRec: add a few frama-c annotations, mostly in header_check functionsChristophe Grenier2020-01-181-0/+10
* add a few frama-c annotationsChristophe Grenier2020-01-011-0/+14
* src/file_zip.c: additional frama-c annotationsChristophe Grenier2019-12-071-6/+6
* src/file_zip.c: remove useless testChristophe Grenier2019-10-201-1/+1
* Fix all problems reported by "make frama-c-zip"Christophe Grenier2019-10-191-154/+441
* PhotoRec: recover Apple numbers/pages/... as .numbers instead of .zipChristophe Grenier2019-05-221-0/+3
* PhotoRec: recover Sketch as .sketch instead of .zipChristophe Grenier2018-09-221-0/+2
* PhotoRec: recover Celtx, Screenwriting & Media Pre-production, and Adobe xd f...Christophe Grenier2018-03-221-0/+5
* PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zipChristophe Grenier2018-02-181-1/+3
* PhotoRec: avoid endless loop when parsing corrupted zip files. Bug detected v...Christophe Grenier2018-02-151-0/+6
* PhotoRec: recover Android .apk filesChristophe Grenier2018-02-071-5/+8
* PhotoRec: distinguish Apple Numbers .iwa from .zipChristophe Grenier2017-09-111-0/+3
* header_ignored_adv(): generalized the speed optimization created for zip fileChristophe Grenier2016-09-301-17/+3
* PhotoRec: when a zip header is found while Photorec is already recovering a z...Christophe Grenier2016-09-231-2/+16
* PhotoRec: recover .epub and .vsdx with the proper extension instead of .zipChristophe Grenier2016-03-051-0/+10
* PhotoRec: recover Revit .rvt filesChristophe Grenier2015-12-031-4/+1
* PhotoRec: fix again some xlsx/pptx identification otherwise detected as .docxChristophe Grenier2015-10-111-13/+12
* Fix regression introduced in commit 393b63c9984696229083e2fd1e97aeb57106eb60Christophe Grenier2015-09-251-3/+6
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: fix some xlsx/pptx identification otherwise detected as .docxChristophe Grenier2015-09-171-9/+13
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+6
* 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-5/+5
* PhotoRec: create header_check_winzip from header_check_zip()Christophe Grenier2015-06-121-80/+76
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-70/+29
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-2/+2
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-1/+49
* PhotoRec: recover SMART Notebook .notebook (zip familly)Christophe Grenier2014-06-141-2/+5