summaryrefslogtreecommitdiffstats
path: root/src/dir.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-5/+42
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-4/+8
* Numerous frama-c annotationsChristophe Grenier2021-11-201-3/+46
* Fix 73d49dbde93650c3ce08974c83142de0b87e229cChristophe Grenier2020-08-241-1/+1
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-0/+4
* Remove ending space or dot when copying files from FATChristophe Grenier2018-10-301-0/+12
* TestDisk: consider as a potential FAT32 root directory directories with date ...Christophe Grenier2018-03-221-18/+21
* Fix memory leak if getwd(".") failedChristophe Grenier2018-03-171-0/+3
* MinGW: use localtime() instead of localtime_r()Christophe Grenier2017-04-181-1/+5
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-34/+23
* add "filecopy" parameters to copy all the files from a partitionChristophe Grenier2016-10-261-0/+61
* src/dir.c: move inode validation to is_inode_valid()Christophe Grenier2016-10-261-24/+27
* Use double quote when using cpp #warningChristophe Grenier2016-08-161-1/+1
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-3/+3
* Add parenthesis to turn off some cppcheck warnings (code style)Christophe Grenier2015-06-231-9/+9
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-23/+26
* fix minor code defectsChristophe Grenier2013-11-031-2/+2
* code style fix when using set_mode()Christophe Grenier2013-11-011-2/+2
* Constify some variablesChristophe Grenier2013-05-261-7/+4
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-1/+1
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-29/+23
* filesort(): better handle . and .. directory entriesChristophe Grenier2013-04-271-1/+6
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-26/+18
* New function td_list_entry_const()Christophe Grenier2012-04-141-2/+2
* Don't follow ".." when listing the whole filesystemChristophe Grenier2011-10-251-0/+2
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+8
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-3/+3
* Reduce memory usage during NTFS undeleteChristophe Grenier2010-11-221-4/+5
* Code cleanupChristophe Grenier2010-08-231-1/+3
* dir.c: little code reorganisationChristophe Grenier2009-09-301-6/+5
* Move set_date() to a separate fileChristophe Grenier2009-08-121-32/+0
* TestDisk: Convert the directory name when it can't be created (Cygwin version)Christophe Grenier2009-07-031-1/+2
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-11/+2
* Fix some missing headers for cygwinChristophe Grenier2009-02-011-0/+3
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-420/+8
* NTFS MFT repair: Warn if the file listing doesn't contain more than 2 directo...Christophe Grenier2008-11-281-1/+4
* dir.c: code cleanupChristophe Grenier2008-11-181-6/+5
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-20/+329
* TestDisk: Add fullpathname parameter to display filename with the pathnameChristophe Grenier2008-10-071-31/+49
* Split the interface in several filesChristophe Grenier2008-08-241-8/+4
* Sort deleted NTFS filesChristophe Grenier2008-08-111-2/+61
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-23/+23
* When listing files, very long filenames may corrupted the screen. Rewrite the...Christophe Grenier2008-07-131-47/+49
* TestDisk: add Undelete in the Advanced menu for FAT and ext2Christophe Grenier2008-07-031-1/+2
* Fix filenames when copying accentuated filenames from a FAT under MacOSXChristophe Grenier2008-06-021-7/+1
* Portability fix for system missing S_IRUSR, S_IWUSR, S_IXUSR...Christophe Grenier2008-06-011-0/+18
* support for file copy from ext2/ext3Christophe Grenier2008-05-271-0/+51
* When listing local directories, directories first, files next, both sorted by...Christophe Grenier2008-05-011-2/+23