summaryrefslogtreecommitdiffstats
path: root/src/file_gz.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_gz.c: compilation fix when zlib is present and SINGLE_FORMATChristophe Grenier2022-11-161-1/+1
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_gz.c: improve Frama-C annotationsChristophe Grenier2021-06-151-43/+43
* file_*.c: add various Frama-C annotationsChristophe Grenier2021-04-101-0/+1
* src/file_gz.c: fix gcc warningChristophe Grenier2021-02-111-1/+1
* src/file_gz.[ch]: improve frama-c annotationsChristophe Grenier2021-02-111-7/+36
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-7/+8
* PhotoRec: find the size of small gzip filesChristophe Grenier2020-08-271-3/+17
* file_gz.c: more frama-c friendlyChristophe Grenier2020-08-271-1/+9
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-1/+6
* PhotoRec: src/file_gz.c, src/file_mp3.c: header_ignored_adv() must be called ...Christophe Grenier2020-01-261-12/+23
* PhotoRec: recover GnuCash .gnucash filespkerling2019-03-021-0/+6
* PhotoRec: recover Adobe Premiere gzipped .prprojChristophe Grenier2018-10-301-0/+6
* PhotoRec: Using bgz extension instead of gz for bgziped filesdevChristophe Grenier2018-04-111-1/+1
* PhotoRec: try to handle Blocked GNU Zip Format (BGZF) dataChristophe Grenier2018-04-101-4/+49
* src/file_gz.c: minor style modificationChristophe Grenier2018-03-221-2/+4
* PhotoRec: recover Ableton Liveset .als filesChristophe Grenier2017-03-031-0/+7
* PhotoRec: check doc/OLE files when a new file is foundChristophe Grenier2016-09-301-2/+2
* Log zlib versionChristophe Grenier2016-08-281-0/+10
* PhotoRec: recover Revit .rvt filesChristophe Grenier2015-12-031-0/+7
* 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
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-1/+1
* src/file_gz.c: use a structure to access mtimeChristophe Grenier2014-03-211-2/+14
* constify more variablesChristophe Grenier2013-06-011-4/+4
* src/file_gz.c: move tar_header_posix definitionChristophe Grenier2013-03-241-1/+1
* PhotoRec: stricter check for .gz fileChristophe Grenier2013-02-161-117/+117
* PhotoRec: recover Minecraft .schematic fileChristophe Grenier2012-09-101-9/+9
* Code cleanupChristophe Grenier2009-10-251-2/+2
* PhotoRec: distinguish .xml.gz from .gzChristophe Grenier2009-10-061-0/+5
* PhotoRec: recover Xournal .xoj filesChristophe Grenier2009-08-271-6/+20
* file_rename() and file_rename_unicode() new prototypeChristophe Grenier2009-08-181-1/+1
* PhotoRec: recover R, language and environment for statistical computing and g...Christophe Grenier2009-07-261-0/+6
* PhotoRec: distinguish .html.gz from .gzChristophe Grenier2009-07-031-0/+16
* Limit the scope of several variablesChristophe Grenier2009-05-051-1/+1
* PhotoRec: use tgz instead of tar.gz extension when recovering file for DOS DJ...Christophe Grenier2009-04-121-0/+4
* Compilation fixChristophe Grenier2009-03-251-1/+1
* PhotoRec: extract the filename from the gzip header if availableChristophe Grenier2009-02-201-15/+47
* Fix some missing headers for cygwinChristophe Grenier2009-02-011-2/+6
* PhotoRec: add boundary checking for gz, jpg and pdfChristophe Grenier2009-01-221-2/+6
* Fix for C++ compilationChristophe Grenier2009-01-041-1/+1
* Fix a bug in gzip parser discovered by LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-1/+1
* PhotoRec: recover tar.gz with the correct extension instead of .gzChristophe Grenier2008-10-081-7/+14
* PhotoRec: recover Php Video Pro .pvp filesChristophe Grenier2008-10-071-1/+9
* PhotoRec: decompress found gzip to check for KMyMoney .kmyChristophe Grenier2008-07-071-12/+67
* PhotoRec: for gzip files, extract the time/date from header and set the file ...Christophe Grenier2008-03-291-0/+30
* 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/+71