Commit graph

1135 commits

Author SHA1 Message Date
Christophe Grenier
f3130536bc Preliminary work for Android integration 2012-11-06 09:57:33 +01:00
Christophe Grenier
86daaaf1a4 PhotoRec: Recover Windows imaging (WIM) image 2012-11-06 09:50:47 +01:00
Christophe Grenier
34da5767b6 Don't depend on "struct stat" for storing information about files, this
fix inode truncation when compiled with cygwin
2012-11-06 09:46:08 +01:00
Christophe Grenier
7d15a16cb8 PhotoRec: add another exception for text that can be present in jpg 2012-11-06 09:44:59 +01:00
Christophe Grenier
5dfd33c90c PhotoRec: return libjpeg-turbo version 2012-11-06 09:44:36 +01:00
Christophe Grenier
a414b5779a PhotoRec: remove 7z file restriction 2012-11-06 09:39:56 +01:00
Christophe Grenier
3e805fc0f7 Update INSTALL file 2012-11-06 09:39:43 +01:00
Christophe Grenier
272c9c9e2c List UFS and UFS 2 Little endian filesystemtype correctly when no partition table is used 2012-10-25 19:25:03 +02:00
Christophe Grenier
70efbd5024 PhotoRec: txt file recovery code cleanup 2012-10-21 19:35:49 +02:00
Christophe Grenier
d68d3d1aa3 PhotoRec: rewrote GPG file recovery 2012-10-21 19:35:25 +02:00
Christophe Grenier
a167647101 PhotoRec: fix "Align partition: No" display in Options menu 2012-10-21 19:34:56 +02:00
Christophe Grenier
ac415fbfee PhotoRec: fix recovered .hdf file 2012-10-21 12:14:25 +02:00
Christophe Grenier
ea7966cef9 Minor code cleanup 2012-10-21 12:14:14 +02:00
Christophe Grenier
df875ab304 PhotoRec: fix SolidWorks .sldprt detection 2012-10-14 22:32:33 +02:00
Christophe Grenier
caf6d3c0c6 PhotoRec: fix Windows Autorun .inf detection and stricter check for java detection 2012-10-14 22:30:10 +02:00
Christophe Grenier
01f88e27d0 PhotoRec: fix zip detection
a zip file begins by ZIP_FILE_ENTRY, this signature can also be
found for each compressed file
2012-10-14 22:28:55 +02:00
Christophe Grenier
c1889a57a1 Fix regression introduced in f29c37c87b 2012-10-14 22:28:17 +02:00
Christophe Grenier
cd7d33bf04 FIX: call libewf_handle_initialize() before each libewf_handle_open() 2012-10-14 22:22:56 +02:00
Christophe Grenier
958f0a086e PhotoRec: fix a display problem in FileOpts after choosing to save new defaults 2012-09-30 12:01:26 +02:00
Christophe Grenier
86823a39ae PhotoRec: don't override user supplied blocksize by blocksize found when scanning free space only 2012-09-30 12:00:29 +02:00
Christophe Grenier
3ebece7841 PhotoRec: recover .tpl Adobe Tool Preset 2012-09-22 12:23:06 +02:00
Christophe Grenier
0f38bea9db PhotoRec: recover .kdbx KeePassX 2012-09-22 12:22:50 +02:00
Christophe Grenier
970b0a6bd2 PhotoRec: recover .csh Adobe Custom shapes 2012-09-22 12:17:53 +02:00
Christophe Grenier
3e8a14d716 PhotoRec: recover .asl Adobe Layer Style 2012-09-22 12:16:54 +02:00
Christophe Grenier
0161ab2906 PhotoRec: recover .ado Adobe Duotone Options 2012-09-22 12:15:51 +02:00
Christophe Grenier
db23754ad5 PhotoRec: recover .acb Adobe Color Book 2012-09-22 12:14:47 +02:00
Christophe Grenier
63adf16838 update two source code comments 2012-09-22 12:12:44 +02:00
Christophe Grenier
288772b5f6 PhotoRec: try to keep file directory structure during FAT unformat 2012-09-22 12:11:01 +02:00
Christophe Grenier
846d899a72 PhotoRec: recover Adobe Brush .abr 2012-09-16 19:12:48 +02:00
Christophe Grenier
35c8008dc0 PhotoRec: detect HFSP/HFSX superblock 2012-09-16 18:26:31 +02:00
Christophe Grenier
465a0bf1bd PhotoRec: detect NTFS MFT record 2012-09-16 18:23:21 +02:00
Christophe Grenier
3147f26997 PhotoRec: recover SymBackup .fbf files 2012-09-16 18:19:41 +02:00
Christophe Grenier
cf2c2434bc PhotoRec: recover ZoomBrowser Thumbnail info 2012-09-16 17:34:39 +02:00
Christophe Grenier
af63b6fb4e PhotoRec: recover v2i backup files 2012-09-16 17:32:13 +02:00
Christophe Grenier
f7b3451a1d PhotoRec: detects ext2 Linked List Directory 2012-09-16 17:23:52 +02:00
Christophe Grenier
44ceedc0e2 PhotoRec: better detection of FAT directory 2012-09-16 17:22:07 +02:00
Christophe Grenier
25cd826553 src/file_lnk.c: generate log only if DEBUG_LNK is defined 2012-09-16 16:34:29 +02:00
Christophe Grenier
d5ec1a37db move date_dos2unix() and set_secwest() to src/common.c 2012-09-16 16:33:40 +02:00
Christophe Grenier
4cbe56e538 PhotoRec: recover .binvox Voxel files 2012-09-10 22:25:17 +02:00
Christophe Grenier
07b57a9ef7 PhotoRec: don't return date for year 0000 2012-09-10 22:23:20 +02:00
Christophe Grenier
0a869af4d3 PhotoRec: recover scribus .sla files 2012-09-10 22:22:59 +02:00
Christophe Grenier
69355438db PhotoRec: recover Minecraft .schematic file 2012-09-10 22:22:20 +02:00
Christophe Grenier
f29c37c87b Make some variables more local 2012-09-10 22:19:38 +02:00
Christophe Grenier
6cbb862854 Check i before using it as index 2012-09-10 22:16:40 +02:00
Christophe Grenier
86b2772988 turn off two gcc warnings 2012-09-10 22:16:22 +02:00
Christophe Grenier
8e8265e705 constify a few variables 2012-09-10 22:11:07 +02:00
Christophe Grenier
e7c591bb3f PhotoRec: recover Designer, a Photobook Designer Software, .dp files 2012-08-15 12:16:07 +02:00
Christophe Grenier
45b3584afa PhotoRec: recover Windows Migration Backup .mig files 2012-08-15 12:15:38 +02:00
Christophe Grenier
4d2697cdac generated moc_qphotorec.cpp must not be distributed 2012-08-12 22:45:09 +02:00
Christophe Grenier
a65e53e876 TestDisk: reports UFS1 and UFS2 blocksize 2012-08-12 20:46:24 +02:00