summaryrefslogtreecommitdiffstats
path: root/src/tntfs.c
Commit message (Expand)AuthorAgeFilesLines
* src/ntfs_adv.c: add missing headerChristophe Grenier2021-05-091-0/+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-2/+2
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-18/+9
* src/tntfs.c: handle missing ncurses libraryChristophe Grenier2017-04-141-13/+13
* Remove interface from rebuild_FAT_BS()Christophe Grenier2017-04-141-127/+142
* Remove interface parameter from rebuild_NTFS_BS()Christophe Grenier2017-04-141-1/+1
* Add noconfirm command to NTFS advance boot menuMatthew Howle2015-09-021-2/+8
* Fixed strncmp lengths in NTFS boot sector menuMatthew Howle2015-09-021-4/+4
* constify more variablesChristophe Grenier2013-06-011-1/+1
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-1/+2
* 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/+2
* TestDisk: Force screen redrawChristophe Grenier2009-04-141-6/+0
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+3
* 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/+287