index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
exfat_dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
new prototype for copy_file(), improve error reporting
Christophe Grenier
2023-08-25
1
-5
/
+5
*
src/exfat_dir.c: Better utf-8 support when iconv is missing
Christophe Grenier
2023-06-18
1
-4
/
+73
*
exfat: fix to use 64 bits for some variables
Christophe Grenier
2018-09-22
1
-7
/
+8
*
Add .travis.yml in Makefile.am
Christophe Grenier
2017-05-19
1
-3
/
+8
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-3
/
+3
*
Remove redondant declaration of EXFAT_MKMODE()
Christophe Grenier
2016-01-23
1
-2
/
+1
*
Swap gcc warning by another in exfat_ucstoutf8()
Christophe Grenier
2014-11-15
1
-3
/
+3
*
Fix potential integer overflow
Christophe Grenier
2014-07-26
1
-1
/
+1
*
exFAT: support for non-ascii charset
Christophe Grenier
2014-06-14
1
-7
/
+44
*
src/exfat_dir.c: exFAT cluster number is using 32 bits, fix EOC detection
Christophe Grenier
2014-03-21
1
-5
/
+20
*
TestDisk: parse FAT when dealing with exFAT
Christophe Grenier
2013-08-28
1
-9
/
+30
*
Fix various warning reported by gcc
Christophe Grenier
2013-05-25
1
-2
/
+2
*
TestDisk, Advanced, List will now always display files or a warning message
Christophe Grenier
2013-05-19
1
-4
/
+4
*
exfat_dir.c: use exfat_method_t instead of int type
Christophe Grenier
2013-05-19
1
-3
/
+3
*
Disable compilation of exfat16_towchar(), an unused function
Christophe Grenier
2013-05-17
1
-1
/
+2
*
Migrate from file_data to file_info structure
Christophe Grenier
2013-05-05
1
-19
/
+12
*
Don't depend on "struct stat" for storing information about files, this
Christophe Grenier
2012-11-06
1
-38
/
+16
*
Minor code cleanup
Christophe Grenier
2012-10-21
1
-2
/
+0
*
move date_dos2unix() and set_secwest() to src/common.c
Christophe Grenier
2012-09-16
1
-44
/
+0
*
Check exFAT boot sector validity when listing files
Christophe Grenier
2011-06-30
1
-0
/
+7
*
Fix read error detection in exfat_copy()
Christophe Grenier
2011-04-25
1
-3
/
+3
*
Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.
Christophe Grenier
2011-04-21
1
-0
/
+10
*
Fix listing of exFAT subdirectories
Christophe Grenier
2011-04-21
1
-5
/
+0
*
Add missing src/exfat_dir.[ch] files since 2011-02-07
Christophe Grenier
2011-03-06
1
-0
/
+420