| Commit message (Expand) | Author | Age | Files | Lines |
| * | src/dirpart.c: rework dir_partition_init() | Christophe Grenier | 2024-07-11 | 1 | -11/+13 |
| * | List NTFS system files when expert mode is enabled. | Christophe Grenier | 2018-06-22 | 1 | -5/+5 |
| * | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 1 | -8/+4 |
| * | Avoid a NULL dereference when listing an NTFS partition after RebuildBS | Christophe Grenier | 2018-02-07 | 1 | -4/+4 |
| * | src/dirpart.c: split interface_adv() into several functions | Christophe Grenier | 2017-04-06 | 1 | -0/+5 |
| * | add "filecopy" parameters to copy all the files from a partition | Christophe Grenier | 2016-10-26 | 1 | -0/+9 |
| * | Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia... | Christophe Grenier | 2016-04-10 | 1 | -4/+2 |
| * | Improve English grammar, capitalization, and punctuation | Alex Henrie | 2016-02-22 | 1 | -1/+1 |
| * | Distinguish between file listing not implemented and missing library | Christophe Grenier | 2015-04-05 | 1 | -1/+18 |
| * | Fix dir_partition_exfat_init() return value | Christophe Grenier | 2013-05-24 | 1 | -1/+1 |
| * | TestDisk, Advanced, List will now always display files or a warning message | Christophe Grenier | 2013-05-19 | 1 | -52/+52 |
| * | Compilation fix when curses interface is missing | Christophe Grenier | 2013-05-15 | 1 | -4/+7 |
| * | Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ... | Christophe Grenier | 2011-03-28 | 1 | -1/+1 |
| * | Minimal support to list and copy files from exFAT for TestDisk. | Christophe Grenier | 2011-02-07 | 1 | -0/+8 |
| * | Fix small memory leak when copying files | Christophe Grenier | 2009-08-18 | 1 | -0/+5 |
| * | Always include stdio.h before ncurses header and types.h | Christophe Grenier | 2009-06-12 | 1 | -2/+1 |
| * | Flush stderr before and after listing files | Christophe Grenier | 2009-05-27 | 1 | -0/+2 |
| * | Compilation fix | Christophe Grenier | 2009-03-25 | 1 | -1/+1 |
| * | PhotoRec: log the correct sector numbers during FAT unformat in expert mode | Christophe Grenier | 2009-03-11 | 1 | -0/+1 |
| * | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -12/+0 |
| * | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -1/+14 |
| * | TestDisk: Add fullpathname parameter to display filename with the pathname | Christophe Grenier | 2008-10-07 | 1 | -8/+26 |
| * | Distinguish ext4 from ext3 filesystem | Christophe Grenier | 2008-07-14 | 1 | -0/+1 |
| * | code cleanup: rename aff_buffer() fixup | Christophe Grenier | 2008-04-07 | 1 | -2/+2 |
| * | code cleanup: rename aff_buffer() | Christophe Grenier | 2008-04-03 | 1 | -5/+5 |
| * | Add /cmd device ...,list,recursive support | Christophe Grenier | 2008-03-09 | 1 | -0/+10 |
| * | "testdisk -lu device" will list the partition with sector unit | Christophe Grenier | 2007-12-06 | 1 | -2/+2 |
| * | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+159 |