Christophe Grenier
|
6d955e1fa5
|
PhotoRec: add carve free space only from FAT12 possibility
|
2010-11-07 16:42:29 +01:00 |
|
Christophe Grenier
|
58bafec3cc
|
PhotoRec: avoid a false positive due to APP12 marker in jpeg recovery
|
2010-11-07 11:26:34 +01:00 |
|
Christophe Grenier
|
2eae395425
|
PhotoRec: detect asf/wmv video file size
|
2010-11-07 11:20:27 +01:00 |
|
Christophe Grenier
|
998bb1b269
|
PhotoRec: user can choose to run sudo via the interface if he isn't root
|
2010-11-05 09:15:28 +01:00 |
|
Christophe Grenier
|
224dcab7e5
|
NTFS Rebuild BS: fix the potential partition location (Visible in log file only)
|
2010-11-05 09:02:13 +01:00 |
|
Christophe Grenier
|
377144c3a7
|
Introduce pread_fast(), a function that can return a pointer to the data in cache
instead of using memcpy to fill the buffer with a copy of the data
|
2010-11-05 09:00:22 +01:00 |
|
Christophe Grenier
|
173e66e1bc
|
PhotoRec: remove has_value field in file_check_list_t
|
2010-10-31 17:14:22 +01:00 |
|
Christophe Grenier
|
1fe68dd2b4
|
Search for FAT32 and NTFS backup boot sector when checking if the partition table type is None
|
2010-10-31 17:12:48 +01:00 |
|
Christophe Grenier
|
1b20d16af9
|
Fix file_rename() and file_rename_unicode()
|
2010-10-31 16:59:58 +01:00 |
|
Christophe Grenier
|
5f79e71124
|
Affect default values to mft_lcn and mftmirr_lcn that may be used uninitialized otherwise.
|
2010-10-31 16:58:05 +01:00 |
|
Christophe Grenier
|
f40809b131
|
PhotoRec: speedup optimization by avoiding some useless call to header_check_txt()
|
2010-10-31 16:56:03 +01:00 |
|
Christophe Grenier
|
61ab99cd9a
|
file_riff.c: remove unused variable affectation
|
2010-10-31 16:55:30 +01:00 |
|
Christophe Grenier
|
185fc33bb2
|
file_pdf.c: removed useless affectation
|
2010-10-31 16:55:00 +01:00 |
|
Christophe Grenier
|
349da084b9
|
Don't dereference disk if disk parameter is NULL
|
2010-10-31 16:53:42 +01:00 |
|
Christophe Grenier
|
e8acf5e06e
|
file_doc.c: remove useless code
|
2010-10-31 16:49:31 +01:00 |
|
Christophe Grenier
|
d17597c7f4
|
PhotoRec: use signatures defined in photorec.sig file.
|
2010-10-24 20:33:35 +02:00 |
|
Christophe Grenier
|
7fbc038d1e
|
New prototype for size_to_unit()
|
2010-10-24 20:30:19 +02:00 |
|
Christophe Grenier
|
c9cd19d63d
|
PhotoRec: recover lzo compressed archive
|
2010-10-23 20:42:37 +02:00 |
|
Christophe Grenier
|
f7b3ffbbaf
|
PhotoRec: recover Print Shop .psf files
|
2010-10-23 20:40:01 +02:00 |
|
Christophe Grenier
|
f201398dbe
|
Modified interface when prompting for a destination to store data
|
2010-10-23 20:36:43 +02:00 |
|
Christophe Grenier
|
6ce209bd9d
|
Support cygwin's libncursesw10
|
2010-10-23 20:07:54 +02:00 |
|
Christophe Grenier
|
3a5c21e893
|
Use "make -j 2" in compile.sh
|
2010-10-23 20:07:08 +02:00 |
|
Christophe Grenier
|
8ee438479e
|
Fix grammar in TestDisk first screen
|
2010-09-24 08:16:12 +02:00 |
|
Christophe Grenier
|
3239824a32
|
PhotoRec: handle another version of Acronis True Image
|
2010-09-24 08:14:50 +02:00 |
|
Christophe Grenier
|
0405607f7c
|
PhotoRec: test chunk type while parsing PNG file
|
2010-09-24 08:13:29 +02:00 |
|
Christophe Grenier
|
0e447e5b07
|
Assume utf8 filenames in FAT
|
2010-09-24 08:11:58 +02:00 |
|
Christophe Grenier
|
df47ee18e5
|
aff_copy_short(): a 1-line banner
|
2010-09-19 18:50:57 +02:00 |
|
Christophe Grenier
|
81b9f669ce
|
TestDisk: when manually adding a partition, the proposed partition is now by default the biggest free space.
|
2010-09-19 18:47:08 +02:00 |
|
Christophe Grenier
|
dad8bd370a
|
src/log.c: refactor code by using log_open()
|
2010-09-19 18:46:04 +02:00 |
|
Christophe Grenier
|
b849bcfd8f
|
PhotoRec: recover raw avi stream
|
2010-09-19 18:45:19 +02:00 |
|
Christophe Grenier
|
9d7bbc6b52
|
If compiled with "./configure --enable-mouse", most PhotoRec screens can be driven by mouse.
gpm library is dynamicaly loaded by ncurses, so this option isn't compatible with static binaries.
|
2010-09-11 18:53:59 +02:00 |
|
Christophe Grenier
|
2b5f0bec98
|
Remove reference to jpegmmx-lib
|
2010-09-11 18:38:19 +02:00 |
|
Christophe Grenier
|
f130fc9104
|
PhotoRec: in bruteforce mode, assume the error location is never after the estimated error location
|
2010-09-11 18:34:28 +02:00 |
|
Christophe Grenier
|
ca5c8fc157
|
PhotoRec: during the bruteforce mode, try to handle situation where the error is located before the previous estimation.
It still need work.
|
2010-09-11 18:32:07 +02:00 |
|
Christophe Grenier
|
d020e3489a
|
PhotoRec: improve jpeg localisation of erronous data, usefull for the bruteforce mode
|
2010-09-11 18:27:30 +02:00 |
|
Christophe Grenier
|
26e726ccb0
|
PhotoRec: recover Quantum GIS (QGIS), Open Source Geographic Information System files and firefox sessionstore files
|
2010-09-11 18:14:47 +02:00 |
|
Christophe Grenier
|
71fa7569c0
|
Move binaries from sbin to bin
|
2010-09-11 18:09:33 +02:00 |
|
Christophe Grenier
|
283591d7b8
|
Update spec file to be a closer match to fedora 14 package
|
2010-09-11 18:07:51 +02:00 |
|
Christophe Grenier
|
dfe95c96bb
|
Add fidentify man page, fix the section number of testdisk and photorec
|
2010-09-11 18:04:57 +02:00 |
|
Christophe Grenier
|
ebc196bb59
|
Don't check for varargs.h presence
|
2010-09-11 18:00:55 +02:00 |
|
Christophe Grenier
|
4f2a1e433b
|
Fix for x86_64-pc-mingw32
|
2010-09-11 17:58:22 +02:00 |
|
Christophe Grenier
|
a7f7534d65
|
Warn the user that there is no echo when using sudo
|
2010-09-11 17:57:44 +02:00 |
|
Christophe Grenier
|
98ed875950
|
PhotoRec: code cleanup - use enum value for return value in src/phbf.c
|
2010-08-26 07:35:50 +02:00 |
|
Christophe Grenier
|
85282ca7de
|
PhotoRec: fix dgn detection and the wrong argument to OLE_parse_summary() function
|
2010-08-23 16:02:07 +02:00 |
|
Christophe Grenier
|
90f2b63eac
|
Code cleanup
|
2010-08-23 16:01:55 +02:00 |
|
Christophe Grenier
|
643d625772
|
Update TestDisk man page to include ext4 and undelete feature
|
2010-08-23 16:01:32 +02:00 |
|
Christophe Grenier
|
e9c34e3849
|
PhotoRec: fix the reported error location when EXIF information are corrupted
|
2010-08-23 16:00:00 +02:00 |
|
Christophe Grenier
|
3847cfd087
|
PhotoRec: add http cache file detection
|
2010-08-23 13:44:07 +02:00 |
|
Christophe Grenier
|
9fcecba1dd
|
PhotoRec: better detection of corrupted EXIF information
|
2010-08-20 07:53:40 +02:00 |
|
Christophe Grenier
|
f767c4283e
|
MBRCode: Avoid to replace the disk signature used by Vista and later
|
2010-08-18 21:55:40 +02:00 |
|