summaryrefslogtreecommitdiffstats
path: root/src/phbf.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-0/+3
* 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/+3
* PhotoRec: set file_recovery_new->location.start before calling header_check()Christophe Grenier2019-09-211-1/+1
* Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read...Christophe Grenier2016-08-201-3/+5
* Fix for various cppcheck warningsChristophe Grenier2016-06-141-1/+1
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-1/+1
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-5/+7
* PhotoRec: fix file descriptor leak when bruteforce mode is enabledChristophe Grenier2014-10-281-0/+9
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+4
* PhotoRec: rewrote brute-force mode to use file_block_append()Christophe Grenier2014-02-021-201/+117
* remove redondant check in photorec_bf()Christophe Grenier2014-01-051-10/+6
* Remove file_size_on_disk field from struct file_recovery_structChristophe Grenier2014-01-051-7/+0
* move code from photorec_bf() to a new function get_offset_next_file()Christophe Grenier2014-01-051-16/+19
* Remove loc field from struct file_recovery_struct, use location insteadChristophe Grenier2013-12-211-29/+4
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-4/+4
* Fix various issues reported by Coverity scanChristophe Grenier2013-11-011-1/+2
* fix switch warning in photorec_bf_frag()Christophe Grenier2013-05-141-26/+18
* code cleanup: new enum type pstatus_tChristophe Grenier2013-05-141-61/+82
* Windows: workaround for NTFS Alternate Data Stream creationChristophe Grenier2012-12-081-5/+5
* phbf.c, phbs.c: constify some variablesChristophe Grenier2012-06-271-4/+4
* blocs_to_skip is now unsignedChristophe Grenier2011-12-281-1/+1
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-49/+51
* PhotoRec: workaroud in progress bar when time goes backwardChristophe Grenier2011-06-021-1/+4
* PhotoRec: use "%llu" instead of "%lu" to display sectors offsetChristophe Grenier2011-03-251-3/+3
* PhotoRec: argument signess fix in a log_info() callChristophe Grenier2011-01-051-1/+1
* PhotoRec: remove has_value field in file_check_list_tChristophe Grenier2010-10-311-1/+1
* PhotoRec: during the bruteforce mode, try to handle situation where the error...Christophe Grenier2010-09-111-10/+19
* PhotoRec: code cleanup - use enum value for return value in src/phbf.cChristophe Grenier2010-08-261-47/+40
* PhotoRec: modify internals for brute-force recoveryChristophe Grenier2010-04-271-269/+663
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+2
* PhotoRec: move photorec_bf() to a separate file,Christophe Grenier2009-05-051-0/+441