summaryrefslogtreecommitdiffstats
path: root/src/fat_unformat.c
Commit message (Expand)AuthorAgeFilesLines
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-4/+4
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-0/+2
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* PhotoRec: When the first Ctrl-C/SIGINT, PhotoRec tries to emulate the Stop ac...Christophe Grenier2019-12-081-0/+9
* Remove ending space or dot when copying files from FATChristophe Grenier2018-10-301-0/+13
* PhotoRec: remove useless variable file_recovery in fat_unformat_aux()Christophe Grenier2017-12-241-3/+0
* fix a cppcheck style warning in fat_copy_file()Christophe Grenier2016-10-121-1/+1
* Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read...Christophe Grenier2016-08-201-6/+5
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-1/+1
* src/fat_unformat.c: use buffer_start instead of buffer variable (style)Christophe Grenier2015-04-091-2/+2
* new prototype for menu_choose_blocksize()Christophe Grenier2015-04-051-1/+1
* PhotoRec FAT unformat: report read errors if anyChristophe Grenier2015-02-251-0/+6
* Add assert() to document function assumptions in MALLOC(), pfind_sectors_per_...Christophe Grenier2014-03-211-0/+2
* fix minor code defectsChristophe Grenier2013-11-031-3/+3
* new functions is_fat_directory() and fat_get_cluster_from_entry()Christophe Grenier2013-11-011-9/+6
* Harmonize photorec_progressbar() and fat_unformat_aux() codeChristophe Grenier2013-05-151-13/+14
* code cleanup: new enum type pstatus_tChristophe Grenier2013-05-141-8/+7
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-1/+1
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-18/+23
* src/fat_unformat.c: compilation fix, add missing ifdefChristophe Grenier2013-04-211-0/+2
* FAT unformat: fix cluster check to not discard first-level directoriesChristophe Grenier2013-03-311-8/+12
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-20/+12
* PhotoRec: try to keep file directory structure during FAT unformatChristophe Grenier2012-09-221-39/+95
* Make FAT RebuildBS works when there is a single FAT tableChristophe Grenier2012-01-071-1/+1
* PhotoRec session management: restart PhotoRec at the same location than previ...Christophe Grenier2011-08-281-4/+16
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-38/+33
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-4/+4
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+8
* PhotoRec: use "%llu" instead of "%lu" to display sectors offsetChristophe Grenier2011-03-251-8/+12
* Mark as "const" a variableChristophe Grenier2010-05-211-1/+1
* PhotoRec: modify internals for brute-force recoveryChristophe Grenier2010-04-271-1/+2
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* PhotoRec: fix FAT unformat but scan the whole partitionChristophe Grenier2009-07-261-31/+25
* Repla ce "Estimated time for achievement" by "Estimated time to completion"Christophe Grenier2009-05-241-1/+1
* Code cleanup: remove unused variableChristophe Grenier2009-04-121-2/+0
* Compilation fixChristophe Grenier2009-03-251-5/+4
* PhotoRec: log the correct sector numbers during FAT unformat in expert modeChristophe Grenier2009-03-111-9/+15
* PhotoRec: add the possibility to do a FAT unformat in expert modeChristophe Grenier2009-02-221-0/+344