Commit graph

492 commits

Author SHA1 Message Date
Christophe Grenier
7b41ff4c57 PhotoRec: file_search_footer() gets a new parameter 2009-05-27 09:19:13 +02:00
Christophe Grenier
8b30c36b5d Remove unecessary memmem.h include 2009-05-27 09:18:06 +02:00
Christophe Grenier
aa2534ce12 Flush stderr before and after listing files 2009-05-27 09:17:51 +02:00
Christophe Grenier
124ea44ab7 PhotoRec: Fix Panasonic rw2 recovery 2009-05-24 17:14:12 +02:00
Christophe Grenier
06e4c760a4 Fix EFI partition table backup 2009-05-24 17:09:45 +02:00
Christophe Grenier
3fe4d08afb Repla ce "Estimated time for achievement" by "Estimated time to completion" 2009-05-24 17:09:15 +02:00
Christophe Grenier
7b5bf6bdfc If the destination is full, PhotoRec ask for a new location and it defaults
to the actual location instead of the default one.
2009-05-24 16:57:03 +02:00
Christophe Grenier
9cd4ae3c15 PhotoRec: move photorec_bf() to a separate file,
idem for photorec_find_blocksize() and file_found()
move photorec_info() and photorec_progressbar() to src/phnc.c
2009-05-05 13:30:41 +02:00
Christophe Grenier
ae53cc10c3 "photorec /?" returns the help message 2009-05-05 13:27:06 +02:00
Christophe Grenier
8b8826461f move set_filename() from src/phrecn.c to src/photorec.c 2009-05-05 13:20:43 +02:00
Christophe Grenier
9d0ddd4ce3 Limit the scope of several variables 2009-05-05 13:13:14 +02:00
Christophe Grenier
8a36ff31fd move autoset_unit() to a separate file 2009-05-05 13:05:49 +02:00
Christophe Grenier
7dde9f483c PhotoRec: recover Scalable Vector Graphics .SVG files 2009-05-05 12:58:31 +02:00
Christophe Grenier
53bd687cb6 PhotoRec: Add boundary checking when parsing EXIF data (again) 2009-05-05 12:50:48 +02:00
Christophe Grenier
73e783a2a2 PhotoRec: add some texts that can be found in jpg modified by Adobe to avoid to reject the file 2009-04-27 08:55:43 +02:00
Christophe Grenier
40f3c80f38 PhotoRec: Recover MPEG .tod files 2009-04-27 08:54:58 +02:00
Christophe Grenier
ac48568197 PhotoRec: Add boundary checking when parsing EXIF data 2009-04-27 08:54:34 +02:00
Christophe Grenier
5c5a566c2a PhotoRec: recover SolidWorks .sldprt 2009-04-27 08:54:06 +02:00
Christophe Grenier
f2ca5ca1e1 Avoid "return function()" in function returning void 2009-04-27 08:53:11 +02:00
Christophe Grenier
36aa8d5907 TestDisk & PhotoRec 6.11-WIP 2009-04-19 16:36:24 +02:00
Christophe Grenier
61ac15798f Clear the handle when the log is closed 2009-04-18 18:13:35 +02:00
Christophe Grenier
b9fbd6cadb Handle more than 80 columns 2009-04-18 18:13:15 +02:00
Christophe Grenier
77d476a5ca Handle Ctrl+C 2009-04-18 18:12:40 +02:00
Christophe Grenier
a6c4be00b5 Code cleanup: remove unused variable in src/ntfs_dir.c
Make fd variable more local in src/ntfs_udl.c
2009-04-14 12:24:59 +02:00
Christophe Grenier
33222ee2fc TestDisk: when searching partition near the end of the disk, stops if there is a read error 2009-04-14 12:23:23 +02:00
Christophe Grenier
1217b9fd73 PhotoRec: identify DNG (raw tiff) 2009-04-14 12:22:52 +02:00
Christophe Grenier
0ee4ef1c25 TestDisk: hexdump can use more than 24 lines 2009-04-14 12:20:14 +02:00
Christophe Grenier
602688dc89 TestDisk: Force screen redraw 2009-04-14 12:19:30 +02:00
Christophe Grenier
349d85840b PhotoRec: recover TZif2 timeinfo zone files 2009-04-12 18:49:05 +02:00
Christophe Grenier
b40cb297b2 PhotoRec: fix Macintosh Picture .pct size detection 2009-04-12 18:48:04 +02:00
Christophe Grenier
480320fe82 Cylinder is now long unsigned int. Fix a parameter inversion for the DOS version. 2009-04-12 11:49:36 +02:00
Christophe Grenier
062da3696d Don't forget the string format when logging an error, patch from Pascal Terjan 2009-04-12 11:47:38 +02:00
Christophe Grenier
47e322c3a8 PhotoRec: use tgz instead of tar.gz extension when recovering file for DOS DJGPP version 2009-04-12 11:46:56 +02:00
Christophe Grenier
2b1c5f5c27 Replace '/' and '\' by '_' when extracting the original filename from a file 2009-04-12 11:46:16 +02:00
Christophe Grenier
c436452a52 Code cleanup: remove unused variable 2009-04-12 11:45:50 +02:00
Christophe Grenier
92c016dc72 Add PhotoRec name in testdisk.spec description 2009-04-12 11:45:17 +02:00
Christophe Grenier
7c37c699f8 PhotoRec: in expert mode, ask if the user want to create a file with all the unidentified sectors.
Add some code to modify PhotoRec to skip some sectors or recover a file with a known location,
it can be usefull for known fragmented file
2009-04-08 12:01:09 +02:00
Christophe Grenier
37a8f62432 JPG, check the JPG structure before using libjpeg 2009-04-08 12:00:13 +02:00
Christophe Grenier
0ef7423b8d PhotoRec: fix the recovery of sr2 and arw TIFF 2009-04-08 08:44:03 +02:00
Christophe Grenier
aef8cae536 FAT: Fix the check when listing deleted "." and ".." entries 2009-04-08 08:43:16 +02:00
Christophe Grenier
0632f445a8 Windows, fix the argument order 2009-04-05 12:31:37 +02:00
Christophe Grenier
f2b5381311 PhotoRec: sector number in filename is now prefixed with several 0, so the files can be sorted by name without problem 2009-04-05 12:22:18 +02:00
Christophe Grenier
76be52bd49 file_mov.c: add "jP " header 2009-04-05 12:21:29 +02:00
Christophe Grenier
f81d17a612 file_doc.c: better check for thumbs.db 2009-04-05 12:21:07 +02:00
Christophe Grenier
15f6e6de7c We are now in 2009 2009-04-05 12:19:57 +02:00
Christophe Grenier
1c514be4ce PhotoRec: recover AutoSketch drawing .skd 2009-03-25 08:53:16 +01:00
Christophe Grenier
ff698e5ed8 PhotoRec: recovers Thumbs.db with a .db extension instead of a .doc 2009-03-25 08:48:36 +01:00
Christophe Grenier
e7bb2e1bfa Stop FAT directory listing when a entry begins by a null char 2009-03-25 08:46:06 +01:00
Christophe Grenier
2ea8b8e378 Compilation fix 2009-03-25 08:45:56 +01:00
Christophe Grenier
52e20a3de5 libewf project has moved to sourceforge 2009-03-25 08:45:36 +01:00