| Commit message (Expand) | Author | Age | Files | Lines |
* | src/fat_adv.c: move up2power() from src/common.c | Christophe Grenier | 2023-08-25 | 1 | -0/+23 |
* | Fix for 2038 compatibility | Christophe Grenier | 2022-09-10 | 1 | -2/+1 |
* | Constify a lot of function parameters | Christophe Grenier | 2020-06-19 | 1 | -1/+1 |
* | List NTFS system files when expert mode is enabled. | Christophe Grenier | 2018-06-22 | 1 | -1/+1 |
* | fat32_find_root_cluster: replace a do/while by a for loop | Christophe Grenier | 2018-03-22 | 1 | -36/+38 |
* | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 1 | -10/+5 |
* | Use localtime_t() instead of localtime() | Christophe Grenier | 2017-04-15 | 1 | -13/+1 |
* | Remove interface from rebuild_FAT_BS() | Christophe Grenier | 2017-04-14 | 1 | -90/+68 |
* | src/fat*: minor code style update | Christophe Grenier | 2017-04-11 | 1 | -9/+23 |
* | Various minor code cleanup | Christophe Grenier | 2017-04-06 | 1 | -1/+1 |
* | Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read... | Christophe Grenier | 2016-08-20 | 1 | -3/+3 |
* | Fix a few warnings | Christophe Grenier | 2016-06-22 | 1 | -3/+4 |
* | Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia... | Christophe Grenier | 2016-04-10 | 1 | -20/+10 |
* | src/fat_adv.c: create new function is_root_cluster_candidat() for better code... | Christophe Grenier | 2016-04-10 | 1 | -3/+8 |
* | FAT rebuild: when only one fat is found, the fat length can't be calculated. | Christophe Grenier | 2015-08-01 | 1 | -0/+1 |
* | use td_list_entry_const() instead of td_list_entry() when variable is defined... | Christophe Grenier | 2015-06-24 | 1 | -6/+6 |
* | src/fat_adv.c: rework a for loop in find_dir_entries() | Christophe Grenier | 2014-08-09 | 1 | -16/+16 |
* | src/fat_adv.c: NULL pointer dereference if localtime() returns NULL | Christophe Grenier | 2014-01-25 | 1 | -8/+10 |
* | new functions is_fat_directory() and fat_get_cluster_from_entry() | Christophe Grenier | 2013-11-01 | 1 | -41/+49 |
* | FAT12 media descriptor should be 0xf0. FAT32 Drive number should be 0 or betw... | Christophe Grenier | 2013-10-20 | 1 | -1/+3 |
* | constify more variables | Christophe Grenier | 2013-06-01 | 1 | -2/+2 |
* | Constify some variables | Christophe Grenier | 2013-05-26 | 1 | -5/+4 |
* | Declare as const some static variables | Christophe Grenier | 2013-05-22 | 1 | -2/+2 |
* | fat_adv.c: use fat_status_t and fat_repair_t instead of int type | Christophe Grenier | 2013-05-19 | 1 | -4/+4 |
* | Fix file copy regression by removing static declaration of file_info_t structure | Christophe Grenier | 2013-05-08 | 1 | -4/+4 |
* | Migrate from file_data to file_info structure | Christophe Grenier | 2013-05-05 | 1 | -91/+109 |
* | Reduce unnecessary interactivity in scripted run | Christophe Grenier | 2012-12-23 | 1 | -7/+16 |
* | Don't depend on "struct stat" for storing information about files, this | Christophe Grenier | 2012-11-06 | 1 | -21/+13 |
* | constify a few variables | Christophe Grenier | 2012-09-10 | 1 | -2/+1 |
* | Make FAT RebuildBS works when there is a single FAT table | Christophe Grenier | 2012-01-07 | 1 | -5/+12 |
* | Restrict variable context | Christophe Grenier | 2011-10-31 | 1 | -1/+1 |
* | Allow booting from FAT logical partition by setting FAT hidden field in the s... | Christophe Grenier | 2011-07-15 | 1 | -0/+2 |
* | Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only. | Christophe Grenier | 2011-04-21 | 1 | -0/+8 |
* | Reserve 9 digits instead of 7 to display file size in directory listing | Christophe Grenier | 2011-04-21 | 1 | -2/+2 |
* | Add the possibility to stop (Quit) the FAT32 root cluster search | Christophe Grenier | 2011-04-19 | 1 | -2/+14 |
* | Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ... | Christophe Grenier | 2011-03-28 | 1 | -3/+3 |
* | Set alternate superblock information when available | Christophe Grenier | 2010-12-16 | 1 | -0/+2 |
* | Prefix highligted selection by ">", so screen reader software find the | Christophe Grenier | 2010-05-21 | 1 | -0/+5 |
* | TestDisk: hexdump can use more than 24 lines | Christophe Grenier | 2009-04-14 | 1 | -1/+3 |
* | Fix sign/unsigness problem | Christophe Grenier | 2009-03-22 | 1 | -9/+11 |
* | Move find_sectors_per_cluster() and no_of_cluster2part_type() to a separated ... | Christophe Grenier | 2009-02-16 | 1 | -193/+1 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -32/+32 |
* | Use pread() and pwrite() argument style for internal I/O | Christophe Grenier | 2009-01-31 | 1 | -40/+43 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -18/+52 |
* | Fix for C++ compilation | Christophe Grenier | 2009-01-04 | 1 | -1/+1 |
* | Set a 0 sector size in TestDisk FAT boot sector code. | Christophe Grenier | 2008-12-29 | 1 | -1/+1 |
* | Close the log file before exit(). | Christophe Grenier | 2008-11-28 | 1 | -0/+2 |
* | Code cleanup after using LLVM/Clang Static Analyzer | Christophe Grenier | 2008-11-16 | 1 | -6/+1 |
* | Split the interface in several files, part 2 | Christophe Grenier | 2008-08-25 | 1 | -1/+1 |
* | Split the interface in several files | Christophe Grenier | 2008-08-24 | 1 | -10/+6 |