| Commit message (Expand) | Author | Age | Files | Lines |
* | TestDisk: fix build without ncurses | Pedro Javier | 2024-09-01 | 1 | -1/+1 |
* | src/adv.c: add Frama-C annotation for interface_adv() | Christophe Grenier | 2023-10-08 | 1 | -0/+1 |
* | New prototype for ask_location() and td_getcwd() | Christophe Grenier | 2020-12-06 | 1 | -6/+6 |
* | Constify a lot of function parameters | Christophe Grenier | 2020-06-19 | 1 | -48/+41 |
* | List NTFS system files when expert mode is enabled. | Christophe Grenier | 2018-06-22 | 1 | -6/+6 |
* | TestDisk: redraw interface if the screen has ben resized | Christophe Grenier | 2018-03-17 | 1 | -3/+6 |
* | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 1 | -19/+9 |
* | Avoid a NULL dereference when listing an NTFS partition after RebuildBS | Christophe Grenier | 2018-02-07 | 1 | -0/+2 |
* | Add Windows Recovery, Linux /home, /src and data EFI uuid partition type | Christophe Grenier | 2017-12-24 | 1 | -3/+6 |
* | Remove verbose parameter from exFAT_boot_sector() | Christophe Grenier | 2017-04-14 | 1 | -2/+2 |
* | Remove interface from search_superblock() prototype | Christophe Grenier | 2017-04-14 | 1 | -1/+1 |
* | src/adv.c: collapse some "if" statements | Christophe Grenier | 2017-04-11 | 1 | -38/+14 |
* | adv_get_options_for_partition(): style | Christophe Grenier | 2017-04-07 | 1 | -3/+1 |
* | src/dirpart.c: split interface_adv() into several functions | Christophe Grenier | 2017-04-06 | 1 | -277/+345 |
* | Constify two variables in interface_adv() | Christophe Grenier | 2016-10-12 | 1 | -3/+3 |
* | Support XFS5 | Christophe Grenier | 2016-01-23 | 1 | -0/+1 |
* | TestDisk: add 'addpart' in CLI command | Christophe Grenier | 2014-02-02 | 1 | -1/+10 |
* | Constify some variables | Christophe Grenier | 2013-05-26 | 1 | -2/+1 |
* | Fix regression introduced in commit d4c1e0ec98dd42d74eb058c041ece12aa48d2830 | Christophe Grenier | 2013-05-17 | 1 | -5/+6 |
* | split add_partition() into add_partition_cli() and add_partition_ncurses() | Christophe Grenier | 2013-05-15 | 1 | -2/+4 |
* | move from change_part_type() to change_part_type_ncurses() | Christophe Grenier | 2013-05-15 | 1 | -1/+1 |
* | List Undelete in exFAT menu | Christophe Grenier | 2012-12-23 | 1 | -4/+6 |
* | When selecting undelete for an exFAT partition, avoid to redirect to NTFS und... | Christophe Grenier | 2011-04-25 | 1 | -2/+4 |
* | Minimal support to list and copy files from exFAT for TestDisk. | Christophe Grenier | 2011-02-07 | 1 | -0/+15 |
* | List and undelete filesystem using alternate superblock if necessary | Christophe Grenier | 2010-12-16 | 1 | -8/+39 |
* | Add the possibility to list NTFS partition in the Advanced menu | Christophe Grenier | 2010-11-20 | 1 | -4/+8 |
* | TestDisk Image Creation: display the data size | Christophe Grenier | 2010-11-11 | 1 | -16/+18 |
* | Can list ext3/ext4 in TestDisk Advanced menu | Christophe Grenier | 2010-11-09 | 1 | -39/+22 |
* | Modified interface when prompting for a destination to store data | Christophe Grenier | 2010-10-23 | 1 | -1/+1 |
* | Prefix highligted selection by ">", so screen reader software find the | Christophe Grenier | 2010-05-21 | 1 | -0/+2 |
* | Add a header needed under Solaris | Christophe Grenier | 2010-04-27 | 1 | -0/+3 |
* | If the destination is full, PhotoRec ask for a new location and it defaults | Christophe Grenier | 2009-05-24 | 1 | -1/+1 |
* | TestDisk: Force screen redraw | Christophe Grenier | 2009-04-14 | 1 | -0/+2 |
* | code cleanup: remove verbose argument to add_partition_*() | Christophe Grenier | 2009-03-06 | 1 | -1/+1 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -5/+4 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -5/+14 |
* | Code cleanup after using LLVM/Clang Static Analyzer | Christophe Grenier | 2008-11-16 | 1 | -2/+0 |
* | TestDisk, replace "Do you want to save disk file image.dd" by "Do you want to... | Christophe Grenier | 2008-10-28 | 1 | -1/+1 |
* | TestDisk: distinguish between "advanced,list" and "advanced,undelete" | Christophe Grenier | 2008-10-07 | 1 | -2/+12 |
* | List deleted files instead of normal files when choosing Undelete for a parti... | Christophe Grenier | 2008-10-06 | 1 | -1/+1 |
* | Create the partition image in the current directory when "/cmd device advance... | Christophe Grenier | 2008-09-10 | 1 | -1/+4 |
* | Split the interface in several files, part 2 | Christophe Grenier | 2008-08-25 | 1 | -895/+28 |
* | Split the interface in several files | Christophe Grenier | 2008-08-24 | 1 | -107/+118 |
* | Enable MFT repair in expert mode when the NTFS boot sector is ok even if its ... | Christophe Grenier | 2008-08-14 | 1 | -1/+4 |
* | TestDisk: add initial support for NTFS undelete | Christophe Grenier | 2008-08-05 | 1 | -15/+23 |
* | Distinguish ext4 from ext3 filesystem | Christophe Grenier | 2008-07-14 | 1 | -2/+3 |
* | TestDisk: add /cmd device advanced,list parameter | Christophe Grenier | 2008-07-07 | 1 | -0/+5 |
* | TestDisk: add Undelete in the Advanced menu for FAT and ext2 | Christophe Grenier | 2008-07-03 | 1 | -6/+23 |
* | Make the code less C++ hostile | Christophe Grenier | 2008-06-23 | 1 | -1/+1 |
* | PhotoRec: FileOpts can use more than 25 lines | Christophe Grenier | 2008-05-19 | 1 | -1/+1 |