summaryrefslogtreecommitdiffstats
path: root/src/fat_dir.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-2/+37
* src/fat_common.c, src/fat_dir.c: more Frama-C annotationsChristophe Grenier2023-10-081-5/+5
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-5/+5
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-0/+5
* Numerous frama-c annotationsChristophe Grenier2021-11-201-5/+53
* fat: use uint8_t instead of int8_t for name and extChristophe Grenier2020-11-271-4/+4
* Constify more function parametersChristophe Grenier2020-06-191-1/+0
* Use explicit function adressesChristophe Grenier2017-04-031-3/+3
* Raise the limit in FAT file listing from 30 clusters to 65536 directory entriesChristophe Grenier2017-03-231-4/+5
* Fix for various cppcheck warningsChristophe Grenier2016-06-141-1/+1
* MSDOS_MKMODE() code style updateChristophe Grenier2016-01-231-1/+1
* FAT listing: fix when non utf-8 char is detected in a deleted filenameChristophe Grenier2015-04-141-1/+1
* FAT: allow listing of deleted directoryChristophe Grenier2014-12-061-1/+1
* Fix potential integer overflowChristophe Grenier2014-07-261-1/+5
* new functions is_fat_directory() and fat_get_cluster_from_entry()Christophe Grenier2013-11-011-5/+6
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-3/+3
* fat_dir.c: use fat_method_t instead of int typeChristophe Grenier2013-05-191-3/+3
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-35/+26
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-30/+12
* move date_dos2unix() and set_secwest() to src/common.cChristophe Grenier2012-09-161-45/+0
* Check wctomb() return valueChristophe Grenier2011-12-281-1/+2
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+7
* When write failed during the copy of a file, log the strerror messageChristophe Grenier2011-04-211-1/+2
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-1/+1
* Check wctomb() availabilityChristophe Grenier2010-11-291-0/+6
* Assume utf8 filenames in FATChristophe Grenier2010-09-241-4/+20
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* FAT: Fix the check when listing deleted "." and ".." entriesChristophe Grenier2009-04-081-1/+1
* Stop FAT directory listing when a entry begins by a null charChristophe Grenier2009-03-251-1/+2
* Add the first sectors number to the log message when copying files from a FAT.Christophe Grenier2009-02-111-2/+4
* Fix some compilation warningsChristophe Grenier2009-02-031-5/+3
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-4/+5
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-35/+35
* FAT1x directory listing, check for valid root directory sizeChristophe Grenier2008-10-281-1/+3
* Less strict check on "." and ".." entries for FAT directoryChristophe Grenier2008-08-311-1/+1
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-17/+17
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-1/+9
* FAT directory listing, raise the maximum number of cluster for a single direc...Christophe Grenier2008-07-131-7/+13
* FAT: Fix confusion between cluster_size and sectors_per_clusterChristophe Grenier2008-07-051-14/+13
* 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-4/+1
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-0/+1
* FAT32 partition listing: apply bit-mask to inode number, check for "." entry ...Christophe Grenier2008-04-111-23/+34
* file undelete for FAT filesystemChristophe Grenier2008-02-251-199/+214
* PhotoRec: expert can stop pass 0 and set the blocksizeChristophe Grenier2008-01-141-1/+1
* Support for file copy from FAT filesystemChristophe Grenier2007-12-281-1/+92
* Fix some FAT & NTFS read/writeChristophe Grenier2007-12-051-2/+1
* Fix for big FAT filesystemChristophe Grenier2007-11-161-3/+3
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+468