| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't follow ".." when listing the whole filesystem | Christophe Grenier | 2011-10-25 | 1 | -0/+2 |
|
|
| * | Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only. | Christophe Grenier | 2011-04-21 | 1 | -0/+8 |
|
|
| * | Reserve 9 digits instead of 7 to display file size in directory listing | Christophe Grenier | 2011-04-21 | 1 | -3/+3 |
|
|
| * | Reduce memory usage during NTFS undelete | Christophe Grenier | 2010-11-22 | 1 | -4/+5 |
|
|
| * | Code cleanup | Christophe Grenier | 2010-08-23 | 1 | -1/+3 |
|
|
| * | dir.c: little code reorganisation | Christophe Grenier | 2009-09-30 | 1 | -6/+5 |
|
|
| * | Move set_date() to a separate file | Christophe Grenier | 2009-08-12 | 1 | -32/+0 |
|
|
| * | TestDisk: Convert the directory name when it can't be created (Cygwin version) | Christophe Grenier | 2009-07-03 | 1 | -1/+2 |
|
|
| * | Always include stdio.h before ncurses header and types.h | Christophe Grenier | 2009-06-12 | 1 | -1/+1 |
|
|
| * | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -11/+2 |
|
|
| * | Fix some missing headers for cygwin | Christophe Grenier | 2009-02-01 | 1 | -0/+3 |
|
|
| * | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -420/+8 |
|
|
| * | NTFS MFT repair: Warn if the file listing doesn't contain more than 2 directo... | Christophe Grenier | 2008-11-28 | 1 | -1/+4 |
|
|
| * | dir.c: code cleanup | Christophe Grenier | 2008-11-18 | 1 | -6/+5 |
|
|
| * | When copying filenames, try to deal more efficently with filename restriction | Christophe Grenier | 2008-11-16 | 1 | -20/+329 |
|
|
| * | TestDisk: Add fullpathname parameter to display filename with the pathname | Christophe Grenier | 2008-10-07 | 1 | -31/+49 |
|
|
| * | Split the interface in several files | Christophe Grenier | 2008-08-24 | 1 | -8/+4 |
|
|
| * | Sort deleted NTFS files | Christophe Grenier | 2008-08-11 | 1 | -2/+61 |
|
|
| * | Rename filestat to stat in struct dir_data | Christophe Grenier | 2008-08-09 | 1 | -23/+23 |
|
|
| * | When listing files, very long filenames may corrupted the screen. Rewrite the... | Christophe Grenier | 2008-07-13 | 1 | -47/+49 |
|
|
| * | TestDisk: add Undelete in the Advanced menu for FAT and ext2 | Christophe Grenier | 2008-07-03 | 1 | -1/+2 |
|
|
| * | Fix filenames when copying accentuated filenames from a FAT under MacOSX | Christophe Grenier | 2008-06-02 | 1 | -7/+1 |
|
|
| * | Portability fix for system missing S_IRUSR, S_IWUSR, S_IXUSR... | Christophe Grenier | 2008-06-01 | 1 | -0/+18 |
|
|
| * | support for file copy from ext2/ext3 | Christophe Grenier | 2008-05-26 | 1 | -0/+51 |
|
|
| * | When listing local directories, directories first, files next, both sorted by... | Christophe Grenier | 2008-05-01 | 1 | -2/+23 |
|
|
| * | Deleted files can be shown or not when listing files. | Christophe Grenier | 2008-04-29 | 1 | -246/+266 |
|
|
| * | Add /cmd device ...,list,recursive support | Christophe Grenier | 2008-03-09 | 1 | -2/+49 |
|
|
| * | file undelete for FAT filesystem | Christophe Grenier | 2008-02-25 | 1 | -10/+37 |
|
|
| * | "testdisk -lu device" will list the partition with sector unit | Christophe Grenier | 2007-12-05 | 1 | -1/+1 |
|
|
| * | - Use wprintw ncurses function instead of a custom one | Christophe Grenier | 2007-11-02 | 1 | -11/+11 |
|
|
| * | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+618 |
|
|