summaryrefslogtreecommitdiffstats
path: root/src/dir.h
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+1
* Numerous frama-c annotationsChristophe Grenier2021-11-201-1/+64
* src/dir.h: split the file in two, see src/dir_common.hChristophe Grenier2020-09-121-93/+1
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+9
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-0/+1
* TestDisk: consider as a potential FAT32 root directory directories with date ...Christophe Grenier2018-03-221-1/+1
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-0/+1
* add "filecopy" parameters to copy all the files from a partitionChristophe Grenier2016-10-261-0/+1
* Distinguish between file listing not implemented and missing libraryChristophe Grenier2015-04-051-1/+1
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-0/+1
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-38/+18
* Hide/unhide NTFS Alternate Data StreamChristophe Grenier2012-12-231-0/+3
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-8/+16
* update two source code commentsChristophe Grenier2012-09-221-1/+1
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+6
* Reduce memory usage during NTFS undeleteChristophe Grenier2010-11-221-1/+1
* Move set_date() to a separate fileChristophe Grenier2009-08-121-1/+0
* Fix some compilation warningsChristophe Grenier2009-02-031-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1/+7
* NTFS MFT repair: Warn if the file listing doesn't contain more than 2 directo...Christophe Grenier2008-11-281-1/+1
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-1/+4
* TestDisk: Add fullpathname parameter to display filename with the pathnameChristophe Grenier2008-10-071-0/+1
* Sort deleted NTFS filesChristophe Grenier2008-08-111-3/+6
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-1/+3
* support for file copy from ext2/ext3Christophe Grenier2008-05-271-0/+1
* When listing local directories, directories first, files next, both sorted by...Christophe Grenier2008-05-011-0/+9
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-1/+3
* Allow pathname up to 1024 chars instead of 255Christophe Grenier2008-04-111-1/+1
* Add /cmd device ...,list,recursive supportChristophe Grenier2008-03-091-0/+1
* file undelete for FAT filesystemChristophe Grenier2008-02-251-1/+9
* First version in gitChristophe Grenier2007-10-291-0/+101