summaryrefslogtreecommitdiffstats
path: root/src/exfat_dir.c
Commit message (Expand)AuthorAgeFilesLines
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-5/+5
* src/exfat_dir.c: Better utf-8 support when iconv is missingChristophe Grenier2023-06-181-4/+73
* exfat: fix to use 64 bits for some variablesChristophe Grenier2018-09-221-7/+8
* Add .travis.yml in Makefile.amChristophe Grenier2017-05-191-3/+8
* Use explicit function adressesChristophe Grenier2017-04-031-3/+3
* Remove redondant declaration of EXFAT_MKMODE()Christophe Grenier2016-01-231-2/+1
* Swap gcc warning by another in exfat_ucstoutf8()Christophe Grenier2014-11-151-3/+3
* Fix potential integer overflowChristophe Grenier2014-07-261-1/+1
* exFAT: support for non-ascii charsetChristophe Grenier2014-06-141-7/+44
* src/exfat_dir.c: exFAT cluster number is using 32 bits, fix EOC detectionChristophe Grenier2014-03-211-5/+20
* TestDisk: parse FAT when dealing with exFATChristophe Grenier2013-08-281-9/+30
* Fix various warning reported by gccChristophe Grenier2013-05-251-2/+2
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-4/+4
* exfat_dir.c: use exfat_method_t instead of int typeChristophe Grenier2013-05-191-3/+3
* Disable compilation of exfat16_towchar(), an unused functionChristophe Grenier2013-05-171-1/+2
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-19/+12
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-38/+16
* Minor code cleanupChristophe Grenier2012-10-211-2/+0
* move date_dos2unix() and set_secwest() to src/common.cChristophe Grenier2012-09-161-44/+0
* Check exFAT boot sector validity when listing filesChristophe Grenier2011-06-301-0/+7
* Fix read error detection in exfat_copy()Christophe Grenier2011-04-251-3/+3
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+10
* Fix listing of exFAT subdirectoriesChristophe Grenier2011-04-211-5/+0
* Add missing src/exfat_dir.[ch] files since 2011-02-07Christophe Grenier2011-03-061-0/+420