summaryrefslogtreecommitdiffstats
path: root/src/ntfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+0
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-7/+10
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-3/+9
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-2/+5
* Remove useless check in src/ntfs_dir.c and src/ntfs_udl.cChristophe Grenier2017-04-141-2/+1
* Use explicit function adressesChristophe Grenier2017-04-031-2/+2
* ntfs_copy(): better check for error conditionChristophe Grenier2016-08-201-3/+4
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* NTFS listing: return the error message when ntfs_readdir() failed.Christophe Grenier2015-03-081-1/+2
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-1/+1
* Add the filename in the error message when ntfs_inode_open() failedChristophe Grenier2014-09-171-1/+1
* TestDisk: fix rare crash when listing NTFS directoriesChristophe Grenier2014-06-141-86/+87
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-4/+4
* NTFS file listing: sort filesChristophe Grenier2013-05-051-0/+2
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-34/+20
* Move td_ntfs2utc() to src/common.cChristophe Grenier2013-04-191-16/+0
* Hide/unhide NTFS Alternate Data StreamChristophe Grenier2012-12-231-5/+10
* Windows: workaround for NTFS Alternate Data Stream creationChristophe Grenier2012-12-081-3/+15
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-31/+12
* Fix two gcc warnings in src/ntfs_dir.cChristophe Grenier2012-04-141-2/+2
* ntfs_copy() make two variables more locals (code style)Christophe Grenier2012-01-271-1/+1
* When listing ADS, free the stream name after usageChristophe Grenier2011-11-051-0/+1
* Show Alternate Data Stream from NTFS directoryChristophe Grenier2011-10-251-20/+20
* ntfs_mbstoucs takes 2 parameters in ntfs-3g and 3 in ntfsprogsChristophe Grenier2011-10-171-1/+4
* NTFS listing: display Alternate Data Stream (ADS)Christophe Grenier2011-10-171-56/+113
* Fix ntfsprogs support when using mingw compilerChristophe Grenier2011-06-301-0/+2
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+3
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-1/+1
* Support for ntfs-3g_ntfsprogsChristophe Grenier2011-04-061-8/+14
* NTFS - Use date/time from AT_STANDARD_INFORMATION instead of AT_FILE_NAMEChristophe Grenier2011-04-031-12/+9
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* Code cleanup: remove unused variable in src/ntfs_dir.cChristophe Grenier2009-04-141-4/+0
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-2/+3
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-2/+1
* NTFS file copy: fix memory leak when copied failed.Christophe Grenier2008-11-131-1/+8
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-16/+16
* File undelete for ext2Christophe Grenier2008-07-031-0/+1
* Make the code less C++ hostileChristophe Grenier2008-06-231-3/+3
* Fix filenames when copying accentuated filenames from a FAT under MacOSXChristophe Grenier2008-06-021-7/+1
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-0/+1
* Fix for NTFS listing: only hides system files beginning by '$' (not . and ..)Christophe Grenier2008-03-241-1/+1
* add a cast for iconv callChristophe Grenier2008-03-241-1/+1
* Hide NTFS system files but not files beginning by '$'Christophe Grenier2008-02-281-2/+5
* file undelete for FAT filesystemChristophe Grenier2008-02-251-1/+2
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-7/+0
* Handle unicode filenames in display and when copying files from an NTFS parti...Christophe Grenier2007-11-061-2/+48
* First version in gitChristophe Grenier2007-10-291-0/+468