summaryrefslogtreecommitdiffstats
path: root/src/fat1x.c
Commit message (Expand)AuthorAgeFilesLines
* Constify more function parametersChristophe Grenier2020-06-191-1/+1
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-12/+6
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-1/+1
* Remove interface from rebuild_FAT_BS()Christophe Grenier2017-04-141-1/+1
* Various minor code cleanupChristophe Grenier2017-04-061-1/+1
* constify more variablesChristophe Grenier2013-06-011-1/+1
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-7/+10
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* List and undelete filesystem using alternate superblock if necessaryChristophe Grenier2010-12-161-2/+2
* TestDisk: Force screen redrawChristophe Grenier2009-04-141-4/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+2
* Split the interface in several files, part 2Christophe Grenier2008-08-251-0/+202