summaryrefslogtreecommitdiffstats
path: root/src/file_zip.c
Commit message (Expand)AuthorAgeFilesLines
* PhotoRec: default to docx for MS Office 2010 documents when the extension can...Christophe Grenier9 days1-0/+2
* PhotoRec: improve MinManager .mmap detectionChristophe Grenier2012-02-241-2/+2
* PhotoRec: identify MindManager as .mmap files instead of .zipChristophe Grenier2012-02-111-0/+2
* PhotoRec: fix OpenDocument extension detectionChristophe Grenier2011-11-021-60/+78
* PhotoRec: check fseek return value in zip file validationChristophe Grenier2011-10-151-19/+25
* PhotoRec: recover Sweet Home 3D .sh3d filesChristophe Grenier2011-07-211-8/+21
* PhotoRec: identify Delcam Powershape .psmodel files from first entry in OLE d...Christophe Grenier2011-06-171-0/+7
* PhhotoRec: recover .xlsx witht the correct extensionChristophe Grenier2011-03-251-13/+13
* PhotoRec: for zip archive, set the filename according to the first file in th...Christophe Grenier2011-03-051-1/+17
* PhotoRec: distinguish zip archive from Mozilla Cross-Platform Install .xpiChristophe Grenier2011-01-051-0/+2
* PhotoRec: distinguish jar from zip archive (fix)Christophe Grenier2010-06-221-16/+24
* PhotoRec: recover Extended Renoise song .xrns filesChristophe Grenier2010-03-161-0/+3
* PhotoRec: record last valid offset of a file, will be usefull for bruteforceChristophe Grenier2009-11-011-0/+4
* PhotoRec: better detection of docx/xlsx/pptxChristophe Grenier2009-10-251-6/+135
* Fix a few memory leaks found using Coccinelle, http://www.emn.fr/x-info/cocci...Christophe Grenier2009-01-291-0/+1
* Fix for C++ compilationChristophe Grenier2009-01-041-3/+3
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-1/+1
* PhotoRec: little optimisation when searching a pattern in zip fileChristophe Grenier2008-08-221-1/+1
* PhotoRec: minor optimisation for zip recoveryChristophe Grenier2008-08-201-1/+1
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* PhotoRec: fix for zip recovery on 64-bits plateformChristophe Grenier2008-04-071-24/+24
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-0/+1
* Fix memory leak in file_zip.c, uninitialized variable in phrrecn.c and invali...Christophe Grenier2008-02-131-0/+5
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0
* Add Outlook .msg, MS VB .cls detection in PhotoRecChristophe Grenier2007-12-211-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+591