Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | TestDisk: when searching partition near the end of the disk, stops if there ↵ | Christophe Grenier | 2009-04-14 | 1 | -2/+5 | |
| | | | | is a read error | |||||
* | TestDisk: recover exFAT partition | Christophe Grenier | 2009-03-22 | 1 | -10/+24 | |
| | ||||||
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -9/+2 | |
| | ||||||
* | Use pread() and pwrite() argument style for internal I/O | Christophe Grenier | 2009-01-31 | 1 | -4/+5 | |
| | ||||||
* | Remove redundant check | Christophe Grenier | 2009-01-26 | 1 | -24/+12 | |
| | ||||||
* | Add missing header | Christophe Grenier | 2009-01-18 | 1 | -0/+1 | |
| | ||||||
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -2/+28 | |
| | ||||||
* | When searching for a partition, TestDisk can read up to one cylinder after | Christophe Grenier | 2008-11-18 | 1 | -2/+3 | |
| | | | | the supposed end of disk. | |||||
* | Code cleanup after using LLVM/Clang Static Analyzer | Christophe Grenier | 2008-11-16 | 1 | -2/+6 | |
| | ||||||
* | TestDisk: identify Linux md created on big endian architecture | Christophe Grenier | 2008-11-10 | 1 | -4/+14 | |
| | ||||||
* | Split the interface in several files, part 2 | Christophe Grenier | 2008-08-25 | 1 | -3/+9 | |
| | | | | Text interface needs 24 lines instead of 25 | |||||
* | Split the interface in several files | Christophe Grenier | 2008-08-24 | 1 | -10/+7 | |
| | | | | Initial work to handle 24 lines and more than 25 | |||||
* | TestDisk: add hints to locate partition beginning at 0/1/1 even if the ↵ | Christophe Grenier | 2008-08-05 | 1 | -0/+5 | |
| | | | | geometry is wrong | |||||
* | Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ↵ | Christophe Grenier | 2008-07-18 | 1 | -42/+48 | |
| | | | | of CHS | |||||
* | When searching for the first partition, try to deal with incorrect geometry | Christophe Grenier | 2008-06-30 | 1 | -1/+19 | |
| | ||||||
* | Display a warning about the geometry after Quick Search and Deeper Search if ↵ | Christophe Grenier | 2008-05-06 | 1 | -1/+1 | |
| | | | | necessary (Fix regression in 6.9) | |||||
* | Try to better deal with partition ending near disk size limit | Christophe Grenier | 2008-04-11 | 1 | -5/+7 | |
| | ||||||
* | code cleanup: rename aff_buffer() fixup | Christophe Grenier | 2008-04-07 | 1 | -1/+1 | |
| | ||||||
* | code cleanup: rename aff_buffer() | Christophe Grenier | 2008-04-03 | 1 | -2/+2 | |
| | ||||||
* | tab_insert() is static | Christophe Grenier | 2008-04-02 | 1 | -2/+2 | |
| | ||||||
* | Search for a partition where Vista usually creates the first one even if the ↵ | Christophe Grenier | 2008-03-24 | 1 | -2/+4 | |
| | | | | user don't enable Vista search | |||||
* | Don't scan too much after the end of the disk as defined by the user | Christophe Grenier | 2008-03-20 | 1 | -5/+10 | |
| | ||||||
* | After writing a new partition table don't prompt the user when TestDisk ↵ | Christophe Grenier | 2008-03-14 | 1 | -1/+2 | |
| | | | | execution is driven by command line arguments | |||||
* | Compatibility fix for e2fsprogs 1.40.6 | Christophe Grenier | 2008-02-10 | 1 | -1/+3 | |
| | | | | Fix some gcc warnings | |||||
* | "testdisk -lu device" will list the partition with sector unit | Christophe Grenier | 2007-12-06 | 1 | -4/+4 | |
| | ||||||
* | IO redirection for alt. superblock/bs is enabled before file listing | Christophe Grenier | 2007-11-13 | 1 | -2/+2 | |
| | ||||||
* | - Use wprintw ncurses function instead of a custom one | Christophe Grenier | 2007-11-02 | 1 | -23/+23 | |
| | | | | - src/file_mov.c: Fix a compilation error if DEBUG_MOV is defined | |||||
* | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+1333 | |