summaryrefslogtreecommitdiffstats
path: root/src/dirpart.c
Commit message (Expand)AuthorAgeFilesLines
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-5/+5
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-4/+4
* src/dirpart.c: split interface_adv() into several functionsChristophe Grenier2017-04-061-0/+5
* add "filecopy" parameters to copy all the files from a partitionChristophe Grenier2016-10-261-0/+9
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* Distinguish between file listing not implemented and missing libraryChristophe Grenier2015-04-051-1/+18
* Fix dir_partition_exfat_init() return valueChristophe Grenier2013-05-241-1/+1
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-52/+52
* Compilation fix when curses interface is missingChristophe Grenier2013-05-151-4/+7
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* Minimal support to list and copy files from exFAT for TestDisk.Christophe Grenier2011-02-071-0/+8
* Fix small memory leak when copying filesChristophe Grenier2009-08-181-0/+5
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* Flush stderr before and after listing filesChristophe Grenier2009-05-271-0/+2
* Compilation fixChristophe Grenier2009-03-251-1/+1
* PhotoRec: log the correct sector numbers during FAT unformat in expert modeChristophe Grenier2009-03-111-0/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-12/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1/+14
* TestDisk: Add fullpathname parameter to display filename with the pathnameChristophe Grenier2008-10-071-8/+26
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-0/+1
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-2/+2
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-5/+5
* Add /cmd device ...,list,recursive supportChristophe Grenier2008-03-091-0/+10
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-2/+2
* First version in gitChristophe Grenier2007-10-291-0/+159