summaryrefslogtreecommitdiffstats
path: root/src/godmode.c
Commit message (Collapse)AuthorAgeFilesLines
...
* TestDisk: when searching partition near the end of the disk, stops if there ↵Christophe Grenier2009-04-141-2/+5
| | | | is a read error
* TestDisk: recover exFAT partitionChristophe Grenier2009-03-221-10/+24
|
* Fix some compilation warningsChristophe Grenier2009-02-031-9/+2
|
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-4/+5
|
* Remove redundant checkChristophe Grenier2009-01-261-24/+12
|
* Add missing headerChristophe Grenier2009-01-181-0/+1
|
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-2/+28
|
* When searching for a partition, TestDisk can read up to one cylinder afterChristophe Grenier2008-11-181-2/+3
| | | | the supposed end of disk.
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+6
|
* TestDisk: identify Linux md created on big endian architectureChristophe Grenier2008-11-101-4/+14
|
* Split the interface in several files, part 2Christophe Grenier2008-08-251-3/+9
| | | | Text interface needs 24 lines instead of 25
* Split the interface in several filesChristophe Grenier2008-08-241-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 Grenier2008-08-051-0/+5
| | | | geometry is wrong
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ↵Christophe Grenier2008-07-181-42/+48
| | | | of CHS
* When searching for the first partition, try to deal with incorrect geometryChristophe Grenier2008-06-301-1/+19
|
* Display a warning about the geometry after Quick Search and Deeper Search if ↵Christophe Grenier2008-05-061-1/+1
| | | | necessary (Fix regression in 6.9)
* Try to better deal with partition ending near disk size limitChristophe Grenier2008-04-111-5/+7
|
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
|
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-2/+2
|
* tab_insert() is staticChristophe Grenier2008-04-021-2/+2
|
* Search for a partition where Vista usually creates the first one even if the ↵Christophe Grenier2008-03-241-2/+4
| | | | user don't enable Vista search
* Don't scan too much after the end of the disk as defined by the userChristophe Grenier2008-03-201-5/+10
|
* After writing a new partition table don't prompt the user when TestDisk ↵Christophe Grenier2008-03-141-1/+2
| | | | execution is driven by command line arguments
* Compatibility fix for e2fsprogs 1.40.6Christophe Grenier2008-02-101-1/+3
| | | | Fix some gcc warnings
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-4/+4
|
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-2/+2
|
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-23/+23
| | | | - src/file_mov.c: Fix a compilation error if DEBUG_MOV is defined
* First version in gitChristophe Grenier2007-10-291-0/+1333