index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_doc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_doc.c: add assert()
Christophe Grenier
2018-02-07
1
-2
/
+4
*
src/file_doc.c: fix typo in a comment
Christophe Grenier
2017-03-03
1
-1
/
+1
*
PhotoRec: recover .qdf-backup file
Christophe Grenier
2016-08-28
1
-0
/
+8
*
PhotoRec: recover Lotus Approch .apr files
Christophe Grenier
2016-07-25
1
-0
/
+6
*
PhotoRec: recover Revit .rvt files
Christophe Grenier
2015-12-03
1
-1
/
+6
*
Fallback to fseek() if fseeko() failed
Christophe Grenier
2015-09-25
1
-6
/
+0
*
PhotoRec: recover .et files
Christophe Grenier
2015-09-17
1
-0
/
+2
*
PhotoRec: distinguish Autodesk Inventor part ipt or iam files from .doc files
Christophe Grenier
2015-09-05
1
-2
/
+8
*
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
-8
/
+8
*
remove always-true memcmp
Christophe Grenier
2015-05-11
1
-11
/
+9
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-42
/
+14
*
Use fseeko() instead of fseek().
Christophe Grenier
2014-10-04
1
-2
/
+36
*
PhotoRec: recover Camtasia Studio .camrec file
Christophe Grenier
2014-02-02
1
-117
/
+120
*
src/file_doc.c: fix memory leak reported by coverity scan
Christophe Grenier
2013-11-01
1
-0
/
+2
*
file_doc.c: compilation fix when DEBUG_OLE is defined
Christophe Grenier
2013-07-30
1
-2
/
+4
*
Constify some variables
Christophe Grenier
2013-05-26
1
-7
/
+7
*
Fix various warning reported by gcc
Christophe Grenier
2013-05-25
1
-2
/
+2
*
PhotoRec: better detection of .sldprt and StarImpress .sdd
Christophe Grenier
2013-03-23
1
-13
/
+38
*
PhotoRec: fix OLE .doc/.xls/.ppt filesize detection
Christophe Grenier
2013-03-23
1
-2
/
+5
*
PhotoRec: rewrite doc/xls/ppt/... detection. Add TurboCAD recovery
Christophe Grenier
2013-02-16
1
-136
/
+223
*
Minor code cleanup
Christophe Grenier
2012-10-21
1
-1
/
+1
*
PhotoRec: fix SolidWorks .sldprt detection
Christophe Grenier
2012-10-14
1
-8
/
+23
*
PhotoRec: update csectDir checks
Christophe Grenier
2012-06-27
1
-6
/
+8
*
PhotoRec: recover Windows Sticky Notes .snt files
Christophe Grenier
2012-02-07
1
-0
/
+3
*
PhotoRec: fix thumbs.db recovery, avoid some false positive with .doc
Christophe Grenier
2012-02-07
1
-1
/
+3
*
Avoid a potential out of bound read access in debug code
Christophe Grenier
2011-10-31
1
-2
/
+2
*
PhotoRec: check fseek return value in DOC file validation
Christophe Grenier
2011-10-15
1
-21
/
+12
*
PhotoRec: recover 3ds .max file
Christophe Grenier
2011-09-17
1
-11
/
+14
*
PhotoRec: identify Delcam Powershape .psmodel files from first entry in OLE d...
Christophe Grenier
2011-06-17
1
-1
/
+3
*
PhotoRec: recover Delcam PowerSHAPE .psmodel files
Christophe Grenier
2011-06-02
1
-6
/
+32
*
PhotoRec: detect Page Maker .p65 files
Christophe Grenier
2010-12-23
1
-0
/
+6
*
file_doc.c: remove useless code
Christophe Grenier
2010-10-31
1
-6
/
+1
*
PhotoRec: fix dgn detection and the wrong argument to OLE_parse_summary() fun...
Christophe Grenier
2010-08-23
1
-2
/
+2
*
PhotoRec: recover Bentley Systems' MicroStation .dgn file format
Christophe Grenier
2010-05-21
1
-0
/
+6
*
PhotoRec: recover Quickbook qbb files based on OLE/Microsoft Compound Documen...
Christophe Grenier
2010-04-27
1
-101
/
+119
*
PhotoRec: avoid out of bound read access when using OLE ministream (doc/ppt/x...
Christophe Grenier
2009-12-28
1
-3
/
+4
*
PhotoRec: recover Wilcom ES .emb files
Christophe Grenier
2009-12-11
1
-3
/
+18
*
PhotoRec: handle miniFAT when extracting doc/xls/ppt title from summary
Christophe Grenier
2009-11-01
1
-56
/
+223
*
PhotoRec: extract date/time and title from Word document
Christophe Grenier
2009-08-18
1
-40
/
+368
*
PhotoRec: recover Quattro Pro spreadsheet qpw
Christophe Grenier
2009-06-21
1
-1
/
+6
*
PhotoRec: recover SolidWorks .sldprt
Christophe Grenier
2009-04-27
1
-0
/
+9
*
file_doc.c: better check for thumbs.db
Christophe Grenier
2009-04-05
1
-1
/
+6
*
PhotoRec: recovers Thumbs.db with a .db extension instead of a .doc
Christophe Grenier
2009-03-25
1
-1
/
+3
*
PhotoRec: Office document are still not well distinguished between themself...
Christophe Grenier
2009-02-03
1
-0
/
+35
*
PhotoRec: recover MS Visio with .vsd extension
Christophe Grenier
2009-02-03
1
-39
/
+13
*
PhotoRec: fix endless loop
Christophe Grenier
2009-01-22
1
-5
/
+9
*
PhotoRec: avoid an out of bound read access when parsing some corrupted doc/x...
Christophe Grenier
2008-09-09
1
-1
/
+3
*
PhotoRec: get the extension from name listed in OLE root directory
Christophe Grenier
2008-08-22
1
-30
/
+107
*
PhotoRec: avoid false positive when recovering MS Publisher files
Christophe Grenier
2008-07-14
1
-4
/
+0
[next]