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
*
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
*
PhotoRec: add file format name near the extension
Christophe Grenier
2008-06-23
1
-6
/
+6
*
PhotoRec: add Licom AlphaCAM amb support
Christophe Grenier
2008-06-13
1
-1
/
+5
*
PhotoRec: recover Microsoft Works Database .wdb
Christophe Grenier
2008-04-22
1
-0
/
+5
*
PhotoRec: identify MS Publisher .pub files
Christophe Grenier
2008-03-14
1
-3
/
+7
*
PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...
Christophe Grenier
2008-02-27
1
-0
/
+1
*
PhotoRec: add VectorWorks .mcd support
Christophe Grenier
2008-02-20
1
-3
/
+13
*
PhotoRec pseudo partition Whole Disk listed as "No partition"
Christophe Grenier
2008-02-01
1
-0
/
+4
*
Add new parameter to enable/disable all filetype recovery: photorec /cmd devi...
Christophe Grenier
2007-12-28
1
-1
/
+1
*
Remove header_check from struct file_hint_struct
Christophe Grenier
2007-12-23
1
-1
/
+0
*
Rename find_in_mem() to td_memmem()
Christophe Grenier
2007-12-23
1
-23
/
+23
*
Add Outlook .msg, MS VB .cls detection in PhotoRec
Christophe Grenier
2007-12-21
1
-0
/
+4
*
Move string/mem search in a separate file
Christophe Grenier
2007-12-06
1
-10
/
+1
*
PhotoRec: detect HP Photosmart Photo Printing Album .albm files
Christophe Grenier
2007-11-27
1
-0
/
+4
[next]