| Commit message (Expand) | Author | Age | Files | Lines |
* | TestDisk: when searching for partition, press '+' to skip 5% of the disk | Christophe Grenier | 2024-01-30 | 1 | -1/+9 |
* | Replace "harddisk" by "hard disk" and replace "is is" by "is" | Christophe Grenier | 2021-11-10 | 1 | -5/+12 |
* | TestDisk: ask confirmation to stop searching for more partitions | Christophe Grenier | 2021-04-16 | 1 | -11/+13 |
* | src/godmode.c: try to be more static parser friendly | Christophe Grenier | 2020-11-01 | 1 | -12/+14 |
* | Constify a lot of function parameters | Christophe Grenier | 2020-06-19 | 1 | -12/+3 |
* | fix minor warning in search_part() about format string | Christophe Grenier | 2019-07-26 | 1 | -2/+2 |
* | TestDisk: after Analyze and Quick Search, allow to return to the list of | Christophe Grenier | 2018-09-22 | 1 | -160/+151 |
* | After Quick search and Deeper Search, ask before discarding the results. | Christophe Grenier | 2018-08-02 | 1 | -4/+5 |
* | Remove always-true check in search_part() | Christophe Grenier | 2018-03-17 | 1 | -1/+1 |
* | TestDisk: flush log before asking for partitions to keep | Christophe Grenier | 2018-02-07 | 1 | -0/+1 |
* | Replace EXFAT by exFAT | Christophe Grenier | 2016-12-11 | 1 | -1/+1 |
* | Cast to long long integer to avoid erronous progression report in search_part() | Christophe Grenier | 2016-09-13 | 1 | -3/+3 |
* | add an assertion in search_part() | Christophe Grenier | 2016-07-02 | 1 | -1/+2 |
* | Improve English grammar, capitalization, and punctuation | Alex Henrie | 2016-02-22 | 1 | -5/+5 |
* | Fix a compilation issue when ncurses library is missing | Christophe Grenier | 2016-02-21 | 1 | -1/+5 |
* | Detect NTFS partition using backup boot sector faster when scanning EFI GPT disk | Christophe Grenier | 2015-10-11 | 1 | -2/+11 |
* | PC/Intel partition table: Do not align the partition if it overlaps with the ... | Christophe Grenier | 2015-09-25 | 1 | -11/+28 |
* | Ask confirmation when user quits the list of partitions found by TestDisk - 2... | Christophe Grenier | 2015-09-05 | 1 | -1/+15 |
* | add missing return to new line at the end of LBA48 support message | Christophe Grenier | 2015-04-14 | 1 | -1/+4 |
* | Write dmsetup commands in the log file for Linux advanced users | Christophe Grenier | 2014-09-17 | 1 | -0/+16 |
* | Dsplay number of sectors as long long unsigned integer | Christophe Grenier | 2014-07-21 | 1 | -11/+33 |
* | Add assert() to document function assumptions in MALLOC(), pfind_sectors_per_... | Christophe Grenier | 2014-03-21 | 1 | -0/+2 |
* | TestDisk: remove align parameter from write_part() function | Christophe Grenier | 2013-11-03 | 1 | -4/+4 |
* | Constify some variables | Christophe Grenier | 2013-05-26 | 1 | -6/+4 |
* | TestDisk: if the user stops the partition search, check anyway the remaining ... | Christophe Grenier | 2013-05-25 | 1 | -41/+66 |
* | remove always enabled "interface" parameter from search_part() prototype | Christophe Grenier | 2013-05-25 | 1 | -28/+19 |
* | TestDisk: Also search for backup boot sector/backup superblock during Quick S... | Christophe Grenier | 2013-05-25 | 1 | -13/+8 |
* | Fix criteria for FAT backup and ext2/3/4 backup superblock search | Christophe Grenier | 2013-05-25 | 1 | -13/+12 |
* | New function search_add_hints() | Christophe Grenier | 2013-05-25 | 1 | -32/+52 |
* | Remove some dead code in search_part() | Christophe Grenier | 2013-05-25 | 1 | -19/+1 |
* | New function get_min_location() to get the minimal offset of a partition | Christophe Grenier | 2013-05-25 | 1 | -20/+18 |
* | New function get_location_boundary() | Christophe Grenier | 2013-05-25 | 1 | -20/+11 |
* | Get rid of pread_fast(), it's too error prone | Christophe Grenier | 2013-05-24 | 1 | -12/+8 |
* | replace tab_insert() by hint_insert() | Christophe Grenier | 2013-05-23 | 1 | -32/+31 |
* | ask_mbr_order_i386(): make some variables more local | Christophe Grenier | 2013-05-17 | 1 | -2/+2 |
* | TestDisk: add Linux swap using 8k pagefile detection | Christophe Grenier | 2012-08-12 | 1 | -1/+1 |
* | godmode.c: Translate comment from French to English | Christophe Grenier | 2012-08-09 | 1 | -1/+1 |
* | TestDisk: always search for partition aligned on 1 MB boundaries | Christophe Grenier | 2012-07-14 | 1 | -10/+10 |
* | Rewrote how TestDisk aligns partition on cylinder or 1MB boundary | Christophe Grenier | 2011-12-28 | 1 | -129/+129 |
* | Remove "Allow partial last cylinder" option | Christophe Grenier | 2011-12-08 | 1 | -4/+2 |
* | Code cleanup: remove constant argument 'align" from add_ext_part_i386() | Christophe Grenier | 2011-12-08 | 1 | -6/+6 |
* | Add detection of Vmware VMFS partition | Christophe Grenier | 2011-07-20 | 1 | -2/+7 |
* | Fix exFAT recovery using backup boot sector | Christophe Grenier | 2011-01-07 | 1 | -2/+2 |
* | Introduce pread_fast(), a function that can return a pointer to the data in c... | Christophe Grenier | 2010-11-05 | 1 | -16/+12 |
* | New prototype for size_to_unit() | Christophe Grenier | 2010-10-24 | 1 | -3/+8 |
* | Code cleanup | Christophe Grenier | 2010-08-23 | 1 | -1/+1 |
* | TestDisk: reduce the number of read operations | Christophe Grenier | 2010-06-22 | 1 | -32/+34 |
* | Prefix highligted selection by ">", so screen reader software find the | Christophe Grenier | 2010-05-21 | 1 | -0/+2 |
* | Press 'F' during deeper partition search to continue after the end of the las... | Christophe Grenier | 2010-04-27 | 1 | -2/+11 |
* | TestDisk: additional control to avoid that the extended partition ends after ... | Christophe Grenier | 2009-07-03 | 1 | -40/+60 |