index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-2
/
+112
*
src/common.c: rewrite set_part_name(), set_part_name_chomp() and
Christophe Grenier
2023-08-25
1
-4
/
+4
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-26
/
+19
*
Numerous frama-c annotations
Christophe Grenier
2021-11-20
1
-19
/
+76
*
Move low-level structure from fat.h to fat_common.h
Christophe Grenier
2020-09-01
1
-1
/
+0
*
Additional frama-c annotations
Christophe Grenier
2020-08-08
1
-0
/
+15
*
Constify a lot of function parameters
Christophe Grenier
2020-06-19
1
-94
/
+92
*
Avoid variable-length array (vla)
Christophe Grenier
2018-03-15
1
-2
/
+5
*
Fix commit 07e2aeddd50b1b66ffbe1e898e05a72ddbd1e757, wrong file was pushed
Christophe Grenier
2017-04-11
1
-9
/
+18
*
src/fat*: minor code style update
Christophe Grenier
2017-04-11
1
-66
/
+80
*
src/fat.c: remove extra defines
Christophe Grenier
2017-04-08
1
-20
/
+0
*
Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...
Christophe Grenier
2016-04-10
1
-4
/
+2
*
Recover FAT partition with an /EFI entry as EFI System Partition
Christophe Grenier
2016-02-13
1
-4
/
+40
*
New prototype for test_OS2MB() and test_FAT()
Christophe Grenier
2016-01-23
1
-40
/
+44
*
Fix Testdisk check_OS2MB Stack Buffer overflow found by Denis Andzakovic <den...
Christophe Grenier
2015-04-11
1
-1
/
+1
*
fat32_set_part_name(): define a const variable to hold the cluster size (style)
Christophe Grenier
2015-04-09
1
-4
/
+4
*
get_next_cluster(): move memory allocation (style)
Christophe Grenier
2015-04-09
1
-4
/
+3
*
fat32_get_free_count() and fat32_get_next_free() - code style
Christophe Grenier
2013-12-08
1
-2
/
+4
*
new functions is_fat_directory() and fat_get_cluster_from_entry()
Christophe Grenier
2013-11-01
1
-16
/
+9
*
FAT12 media descriptor should be 0xf0. FAT32 Drive number should be 0 or betw...
Christophe Grenier
2013-10-20
1
-11
/
+26
*
Constify some variables
Christophe Grenier
2013-05-26
1
-2
/
+1
*
"FAT found using backup sector!" message should be set by recover_FAT(), not ...
Christophe Grenier
2013-05-24
1
-1
/
+4
*
Check i before using it as index
Christophe Grenier
2012-09-10
1
-1
/
+1
*
Add blocksize in filesystem description
Christophe Grenier
2012-04-21
1
-3
/
+4
*
Modify warning about mismatching geometry between FAT and NTFS boot sector an...
Christophe Grenier
2012-01-01
1
-4
/
+4
*
FAT: handle filesystem sector size different than media sector size
Christophe Grenier
2011-03-05
1
-14
/
+16
*
Space and name cleanup
Christophe Grenier
2010-06-22
1
-13
/
+16
*
Move fat_set_part_name() to src/common.c and rename it to set_part_name_chomp()
Christophe Grenier
2009-10-19
1
-15
/
+4
*
Limit the scope of several variables
Christophe Grenier
2009-05-05
1
-2
/
+6
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-77
/
+16
*
Define as static some functions
Christophe Grenier
2009-02-01
1
-4
/
+6
*
comp_FAT() cleanup
Christophe Grenier
2009-01-31
1
-15
/
+14
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-17
/
+21
*
Fix a few memory leaks found using Coccinelle, http://www.emn.fr/x-info/cocci...
Christophe Grenier
2009-01-29
1
-3
/
+13
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-144
/
+11
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-8
/
+2
*
Defined more functions as static
Christophe Grenier
2008-11-10
1
-6
/
+31
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-7
/
+12
*
FAT: Fix confusion between cluster_size and sectors_per_cluster
Christophe Grenier
2008-07-05
1
-14
/
+14
*
FAT32 partition named EFI are now set as GPT_ENT_TYPE_EFI by default
Christophe Grenier
2008-06-30
1
-2
/
+5
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-2
/
+2
*
code cleanup: rename aff_buffer()
Christophe Grenier
2008-04-03
1
-29
/
+29
*
Better handle FAT filenames
Christophe Grenier
2007-12-06
1
-4
/
+27
*
Fix some FAT & NTFS read/write
Christophe Grenier
2007-12-05
1
-1
/
+1
*
Fix fat32_get_prev_cluster and FAT code cleanup
Christophe Grenier
2007-11-21
1
-1
/
+1
*
Fix for type change when there is no partition table
Christophe Grenier
2007-11-19
1
-34
/
+57
*
Fix for big FAT filesystem
Christophe Grenier
2007-11-16
1
-10
/
+17
*
IO redirection for alt. superblock/bs is enabled before file listing
Christophe Grenier
2007-11-13
1
-2
/
+5
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-43
/
+43
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+1176