index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_gz.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_gz.c: compilation fix when zlib is present and SINGLE_FORMAT
Christophe Grenier
2022-11-16
1
-1
/
+1
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-1
/
+1
*
src/file_gz.c: improve Frama-C annotations
Christophe Grenier
2021-06-15
1
-43
/
+43
*
file_*.c: add various Frama-C annotations
Christophe Grenier
2021-04-10
1
-0
/
+1
*
src/file_gz.c: fix gcc warning
Christophe Grenier
2021-02-11
1
-1
/
+1
*
src/file_gz.[ch]: improve frama-c annotations
Christophe Grenier
2021-02-11
1
-7
/
+36
*
PhotoRec: add an ifdef in each file for easier frama-c testing
Christophe Grenier
2020-09-11
1
-7
/
+8
*
PhotoRec: find the size of small gzip files
Christophe Grenier
2020-08-27
1
-3
/
+17
*
file_gz.c: more frama-c friendly
Christophe Grenier
2020-08-27
1
-1
/
+9
*
Lots of frama-c work that should be safe to commit
Christophe Grenier
2020-06-02
1
-1
/
+6
*
PhotoRec: src/file_gz.c, src/file_mp3.c: header_ignored_adv() must be called ...
Christophe Grenier
2020-01-26
1
-12
/
+23
*
PhotoRec: recover GnuCash .gnucash files
pkerling
2019-03-02
1
-0
/
+6
*
PhotoRec: recover Adobe Premiere gzipped .prproj
Christophe Grenier
2018-10-30
1
-0
/
+6
*
PhotoRec: Using bgz extension instead of gz for bgziped files
dev
Christophe Grenier
2018-04-11
1
-1
/
+1
*
PhotoRec: try to handle Blocked GNU Zip Format (BGZF) data
Christophe Grenier
2018-04-10
1
-4
/
+49
*
src/file_gz.c: minor style modification
Christophe Grenier
2018-03-22
1
-2
/
+4
*
PhotoRec: recover Ableton Liveset .als files
Christophe Grenier
2017-03-03
1
-0
/
+7
*
PhotoRec: check doc/OLE files when a new file is found
Christophe Grenier
2016-09-30
1
-2
/
+2
*
Log zlib version
Christophe Grenier
2016-08-28
1
-0
/
+10
*
PhotoRec: recover Revit .rvt files
Christophe Grenier
2015-12-03
1
-0
/
+7
*
PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)
Christophe Grenier
2015-06-13
1
-1
/
+0
*
PhotoRec: log the correct filename if file has been renamed
Christophe Grenier
2015-06-12
1
-4
/
+4
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-1
/
+1
*
src/file_gz.c: use a structure to access mtime
Christophe Grenier
2014-03-21
1
-2
/
+14
*
constify more variables
Christophe Grenier
2013-06-01
1
-4
/
+4
*
src/file_gz.c: move tar_header_posix definition
Christophe Grenier
2013-03-24
1
-1
/
+1
*
PhotoRec: stricter check for .gz file
Christophe Grenier
2013-02-16
1
-117
/
+117
*
PhotoRec: recover Minecraft .schematic file
Christophe Grenier
2012-09-10
1
-9
/
+9
*
Code cleanup
Christophe Grenier
2009-10-25
1
-2
/
+2
*
PhotoRec: distinguish .xml.gz from .gz
Christophe Grenier
2009-10-06
1
-0
/
+5
*
PhotoRec: recover Xournal .xoj files
Christophe Grenier
2009-08-27
1
-6
/
+20
*
file_rename() and file_rename_unicode() new prototype
Christophe Grenier
2009-08-18
1
-1
/
+1
*
PhotoRec: recover R, language and environment for statistical computing and g...
Christophe Grenier
2009-07-26
1
-0
/
+6
*
PhotoRec: distinguish .html.gz from .gz
Christophe Grenier
2009-07-03
1
-0
/
+16
*
Limit the scope of several variables
Christophe Grenier
2009-05-05
1
-1
/
+1
*
PhotoRec: use tgz instead of tar.gz extension when recovering file for DOS DJ...
Christophe Grenier
2009-04-12
1
-0
/
+4
*
Compilation fix
Christophe Grenier
2009-03-25
1
-1
/
+1
*
PhotoRec: extract the filename from the gzip header if available
Christophe Grenier
2009-02-20
1
-15
/
+47
*
Fix some missing headers for cygwin
Christophe Grenier
2009-02-01
1
-2
/
+6
*
PhotoRec: add boundary checking for gz, jpg and pdf
Christophe Grenier
2009-01-22
1
-2
/
+6
*
Fix for C++ compilation
Christophe Grenier
2009-01-04
1
-1
/
+1
*
Fix a bug in gzip parser discovered by LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-1
/
+1
*
PhotoRec: recover tar.gz with the correct extension instead of .gz
Christophe Grenier
2008-10-08
1
-7
/
+14
*
PhotoRec: recover Php Video Pro .pvp files
Christophe Grenier
2008-10-07
1
-1
/
+9
*
PhotoRec: decompress found gzip to check for KMyMoney .kmy
Christophe Grenier
2008-07-07
1
-12
/
+67
*
PhotoRec: for gzip files, extract the time/date from header and set the file ...
Christophe Grenier
2008-03-29
1
-0
/
+30
*
PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...
Christophe Grenier
2008-02-27
1
-0
/
+1
*
Remove header_check from struct file_hint_struct
Christophe Grenier
2007-12-23
1
-1
/
+0
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+71