summaryrefslogtreecommitdiffstats
path: root/src/fat_adv.c
Commit message (Expand)AuthorAgeFilesLines
* src/fat_adv.c: move up2power() from src/common.cChristophe Grenier2023-08-251-0/+23
* Fix for 2038 compatibilityChristophe Grenier2022-09-101-2/+1
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-1/+1
* fat32_find_root_cluster: replace a do/while by a for loopChristophe Grenier2018-03-221-36/+38
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-10/+5
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-13/+1
* Remove interface from rebuild_FAT_BS()Christophe Grenier2017-04-141-90/+68
* src/fat*: minor code style updateChristophe Grenier2017-04-111-9/+23
* Various minor code cleanupChristophe Grenier2017-04-061-1/+1
* Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read...Christophe Grenier2016-08-201-3/+3
* Fix a few warningsChristophe Grenier2016-06-221-3/+4
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-20/+10
* src/fat_adv.c: create new function is_root_cluster_candidat() for better code...Christophe Grenier2016-04-101-3/+8
* FAT rebuild: when only one fat is found, the fat length can't be calculated.Christophe Grenier2015-08-011-0/+1
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-6/+6
* src/fat_adv.c: rework a for loop in find_dir_entries()Christophe Grenier2014-08-091-16/+16
* src/fat_adv.c: NULL pointer dereference if localtime() returns NULLChristophe Grenier2014-01-251-8/+10
* new functions is_fat_directory() and fat_get_cluster_from_entry()Christophe Grenier2013-11-011-41/+49
* FAT12 media descriptor should be 0xf0. FAT32 Drive number should be 0 or betw...Christophe Grenier2013-10-201-1/+3
* constify more variablesChristophe Grenier2013-06-011-2/+2
* Constify some variablesChristophe Grenier2013-05-261-5/+4
* Declare as const some static variablesChristophe Grenier2013-05-221-2/+2
* fat_adv.c: use fat_status_t and fat_repair_t instead of int typeChristophe Grenier2013-05-191-4/+4
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-4/+4
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-91/+109
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-7/+16
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-21/+13
* constify a few variablesChristophe Grenier2012-09-101-2/+1
* Make FAT RebuildBS works when there is a single FAT tableChristophe Grenier2012-01-071-5/+12
* Restrict variable contextChristophe Grenier2011-10-311-1/+1
* Allow booting from FAT logical partition by setting FAT hidden field in the s...Christophe Grenier2011-07-151-0/+2
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+8
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-2/+2
* Add the possibility to stop (Quit) the FAT32 root cluster searchChristophe Grenier2011-04-191-2/+14
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-3/+3
* Set alternate superblock information when availableChristophe Grenier2010-12-161-0/+2
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+5
* TestDisk: hexdump can use more than 24 linesChristophe Grenier2009-04-141-1/+3
* Fix sign/unsigness problemChristophe Grenier2009-03-221-9/+11
* Move find_sectors_per_cluster() and no_of_cluster2part_type() to a separated ...Christophe Grenier2009-02-161-193/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-32/+32
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-40/+43
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-18/+52
* Fix for C++ compilationChristophe Grenier2009-01-041-1/+1
* Set a 0 sector size in TestDisk FAT boot sector code.Christophe Grenier2008-12-291-1/+1
* Close the log file before exit().Christophe Grenier2008-11-281-0/+2
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-6/+1
* Split the interface in several files, part 2Christophe Grenier2008-08-251-1/+1
* Split the interface in several filesChristophe Grenier2008-08-241-10/+6