Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/file_ace.c: move crc check to a new function for better code readability | Christophe Grenier | 2017-04-05 | 1 | -36/+35 |
| | |||||
* | Fallback to fseek() if fseeko() failed | Christophe Grenier | 2015-09-25 | 1 | -5/+0 |
| | |||||
* | PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup) | Christophe Grenier | 2015-06-13 | 1 | -1/+0 |
| | |||||
* | add gcc_struct attribute to all __packed__ structure | Christophe Grenier | 2015-04-11 | 1 | -16/+10 |
| | | | | do not use fseeko() with mingw32 gcc compiler | ||||
* | file_check_ace(): avoid a gcc warning | Christophe Grenier | 2014-11-15 | 1 | -3/+1 |
| | |||||
* | Use fseeko() instead of fseek(). | Christophe Grenier | 2014-10-04 | 1 | -0/+12 |
| | | | | Fix 2GB per file limit on Windows for some file types. | ||||
* | PhotoRec: use an enum for values returned by data_check() | Christophe Grenier | 2013-12-14 | 1 | -6/+5 |
| | | | | rename .m2ts and .ts using pid from header | ||||
* | PhotoRec: fix .ace recovery when blocksize=1 | Christophe Grenier | 2013-03-10 | 1 | -24/+26 |
| | |||||
* | file_ace.c Fix regression introduced in ↵ | Christophe Grenier | 2011-11-02 | 1 | -0/+4 |
| | | | | #bbd33e63af7fb5f51de719a986f52f00bc6ce614 | ||||
* | PhotoRec: check fseek return value in ACE file validation | Christophe Grenier | 2011-10-15 | 1 | -4/+24 |
| | |||||
* | PhotoRec: record last valid offset of a file, will be usefull for bruteforce | Christophe Grenier | 2009-11-01 | 1 | -1/+2 |
| | |||||
* | file_ace.c: read 4096 bytes instead of 256 when checking the header | Christophe Grenier | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | PhotoRec: identified some constants as is | Christophe Grenier | 2009-01-22 | 1 | -2/+2 |
| | |||||
* | PhotoRec: in FileOpts, press 's' to deselect all files or reset to default ↵ | Christophe Grenier | 2008-02-27 | 1 | -0/+1 |
| | | | | settings | ||||
* | Remove header_check from struct file_hint_struct | Christophe Grenier | 2007-12-23 | 1 | -1/+0 |
| | | | | Add Microsoft Visual Studio Resource file .res support | ||||
* | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+172 |