summaryrefslogtreecommitdiffstats
path: root/src/fat32.c
Commit message (Expand)AuthorAgeFilesLines
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-2/+2
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-14/+7
* Remove interface from rebuild_FAT_BS()Christophe Grenier2017-04-141-1/+1
* Various minor code cleanupChristophe Grenier2017-04-061-3/+3
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-2/+2
* constify more variablesChristophe Grenier2013-06-011-1/+1
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-6/+9
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* Set alternate superblock information when availableChristophe Grenier2010-12-161-0/+3
* TestDisk: Force screen redrawChristophe Grenier2009-04-141-6/+0
* Fix some compilation warningsChristophe Grenier2009-02-031-4/+4
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-4/+4
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+6
* Split the interface in several files, part 2Christophe Grenier2008-08-251-0/+310