summaryrefslogtreecommitdiffstats
path: root/src/tdiskop.c
Commit message (Expand)AuthorAgeFilesLines
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-20/+11
* For non partionned media, go directly to the Advanced menu.Christophe Grenier2016-04-201-0/+4
* Dsplay number of sectors as long long unsigned integerChristophe Grenier2014-07-211-1/+1
* Remove unneeded reference to arch_i386 in tdiskop.cChristophe Grenier2013-10-201-1/+0
* menu_disk_cli(): make some variables more localChristophe Grenier2013-05-171-5/+3
* Split change_geometry() into change_geometry_cli() and change_geometry_ncurses()Christophe Grenier2013-05-151-2/+3
* List the number of sectors when head per cylinder and sector per head are 1Christophe Grenier2012-08-091-13/+20
* TestDisk: always search for partition aligned on 1 MB boundariesChristophe Grenier2012-07-141-38/+2
* TestDisk: If user press enter when asked for partition created unde Vista or ...Christophe Grenier2012-06-281-1/+2
* Rewrote how TestDisk aligns partition on cylinder or 1MB boundaryChristophe Grenier2011-12-281-2/+2
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-22/+2
* Should TestDisk search for partition created under Vista or laterChristophe Grenier2011-04-031-1/+1
* List and undelete filesystem using alternate superblock if necessaryChristophe Grenier2010-12-161-1/+2
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-1/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1/+1
* Split the interface in several files, part 2Christophe Grenier2008-08-251-1/+1
* Split the interface in several filesChristophe Grenier2008-08-241-0/+257