summaryrefslogtreecommitdiffstats
path: root/src/adv.c
Commit message (Expand)AuthorAgeFilesLines
* src/adv.c: add Frama-C annotation for interface_adv()Christophe Grenier2023-10-081-0/+1
* New prototype for ask_location() and td_getcwd()Christophe Grenier2020-12-061-6/+6
* Constify a lot of function parametersChristophe Grenier2020-06-191-48/+41
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-6/+6
* TestDisk: redraw interface if the screen has ben resizedChristophe Grenier2018-03-171-3/+6
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-19/+9
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Add Windows Recovery, Linux /home, /src and data EFI uuid partition typeChristophe Grenier2017-12-241-3/+6
* Remove verbose parameter from exFAT_boot_sector()Christophe Grenier2017-04-141-2/+2
* Remove interface from search_superblock() prototypeChristophe Grenier2017-04-141-1/+1
* src/adv.c: collapse some "if" statementsChristophe Grenier2017-04-111-38/+14
* adv_get_options_for_partition(): styleChristophe Grenier2017-04-071-3/+1
* src/dirpart.c: split interface_adv() into several functionsChristophe Grenier2017-04-061-277/+345
* Constify two variables in interface_adv()Christophe Grenier2016-10-121-3/+3
* Support XFS5Christophe Grenier2016-01-231-0/+1
* TestDisk: add 'addpart' in CLI commandChristophe Grenier2014-02-021-1/+10
* Constify some variablesChristophe Grenier2013-05-261-2/+1
* Fix regression introduced in commit d4c1e0ec98dd42d74eb058c041ece12aa48d2830Christophe Grenier2013-05-171-5/+6
* split add_partition() into add_partition_cli() and add_partition_ncurses()Christophe Grenier2013-05-151-2/+4
* move from change_part_type() to change_part_type_ncurses()Christophe Grenier2013-05-151-1/+1
* List Undelete in exFAT menuChristophe Grenier2012-12-231-4/+6
* When selecting undelete for an exFAT partition, avoid to redirect to NTFS und...Christophe Grenier2011-04-251-2/+4
* Minimal support to list and copy files from exFAT for TestDisk.Christophe Grenier2011-02-071-0/+15
* List and undelete filesystem using alternate superblock if necessaryChristophe Grenier2010-12-161-8/+39
* Add the possibility to list NTFS partition in the Advanced menuChristophe Grenier2010-11-201-4/+8
* TestDisk Image Creation: display the data sizeChristophe Grenier2010-11-111-16/+18
* Can list ext3/ext4 in TestDisk Advanced menuChristophe Grenier2010-11-091-39/+22
* Modified interface when prompting for a destination to store dataChristophe Grenier2010-10-231-1/+1
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+2
* Add a header needed under SolarisChristophe Grenier2010-04-271-0/+3
* If the destination is full, PhotoRec ask for a new location and it defaultsChristophe Grenier2009-05-241-1/+1
* TestDisk: Force screen redrawChristophe Grenier2009-04-141-0/+2
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-5/+4
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-5/+14
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+0
* TestDisk, replace "Do you want to save disk file image.dd" by "Do you want to...Christophe Grenier2008-10-281-1/+1
* TestDisk: distinguish between "advanced,list" and "advanced,undelete"Christophe Grenier2008-10-071-2/+12
* List deleted files instead of normal files when choosing Undelete for a parti...Christophe Grenier2008-10-061-1/+1
* Create the partition image in the current directory when "/cmd device advance...Christophe Grenier2008-09-101-1/+4
* Split the interface in several files, part 2Christophe Grenier2008-08-251-895/+28
* Split the interface in several filesChristophe Grenier2008-08-241-107/+118
* Enable MFT repair in expert mode when the NTFS boot sector is ok even if its ...Christophe Grenier2008-08-141-1/+4
* TestDisk: add initial support for NTFS undeleteChristophe Grenier2008-08-051-15/+23
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-2/+3
* TestDisk: add /cmd device advanced,list parameterChristophe Grenier2008-07-071-0/+5
* TestDisk: add Undelete in the Advanced menu for FAT and ext2Christophe Grenier2008-07-031-6/+23
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-1/+1
* Can list by pressing 'l' in the Advanced menu (key usage not displayed)Christophe Grenier2008-04-111-0/+7