summaryrefslogtreecommitdiffstats
path: root/src/fatp.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotationsChristophe Grenier2022-07-141-0/+3
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+24
* src/fatp.c: remove useless prototypesChristophe Grenier2020-11-011-3/+0
* move del_search_space() from src/filegen.h to src/photorec.hChristophe Grenier2019-10-131-0/+1
* Fix potential integer overflowChristophe Grenier2014-07-261-3/+3
* PhotoRec: Remove FAT copies and boot sector when searching from FAT32 free spaceChristophe Grenier2014-01-251-0/+2
* new functions is_fat_directory() and fat_get_cluster_from_entry()Christophe Grenier2013-11-011-1/+2
* code cleanup: remove unused but set variablesChristophe Grenier2012-04-141-2/+0
* Before removing allocated from PhotoRec search space, check the sector size s...Christophe Grenier2011-12-031-0/+5
* PhotoRec: add carve free space only from FAT12 possibilityChristophe Grenier2010-11-071-1/+54
* Fix PhotoRec FAT free space carving, the first sector of cluster 2 was errono...Christophe Grenier2009-02-161-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+3
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-3/+3
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-4/+2
* FAT: Fix confusion between cluster_size and sectors_per_clusterChristophe Grenier2008-07-051-4/+4
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* Fix for big FAT filesystemChristophe Grenier2007-11-161-4/+4
* First version in gitChristophe Grenier2007-10-291-0/+162