index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
phbf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-0
/
+3
*
Constify a lot of function parameters
Christophe Grenier
2020-06-19
1
-1
/
+1
*
PhotoRec: When the first Ctrl-C/SIGINT, PhotoRec tries to emulate the Stop ac...
Christophe Grenier
2019-12-08
1
-0
/
+3
*
PhotoRec: set file_recovery_new->location.start before calling header_check()
Christophe Grenier
2019-09-21
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
/
+5
*
Fix for various cppcheck warnings
Christophe Grenier
2016-06-14
1
-1
/
+1
*
Fallback to fseek() if fseeko() failed
Christophe Grenier
2015-09-25
1
-6
/
+0
*
use td_list_entry_const() instead of td_list_entry() when variable is defined...
Christophe Grenier
2015-06-24
1
-1
/
+1
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-5
/
+7
*
PhotoRec: fix file descriptor leak when bruteforce mode is enabled
Christophe Grenier
2014-10-28
1
-0
/
+9
*
Use fseeko() instead of fseek().
Christophe Grenier
2014-10-04
1
-0
/
+4
*
PhotoRec: rewrote brute-force mode to use file_block_append()
Christophe Grenier
2014-02-02
1
-201
/
+117
*
remove redondant check in photorec_bf()
Christophe Grenier
2014-01-05
1
-10
/
+6
*
Remove file_size_on_disk field from struct file_recovery_struct
Christophe Grenier
2014-01-05
1
-7
/
+0
*
move code from photorec_bf() to a new function get_offset_next_file()
Christophe Grenier
2014-01-05
1
-16
/
+19
*
Remove loc field from struct file_recovery_struct, use location instead
Christophe Grenier
2013-12-21
1
-29
/
+4
*
PhotoRec: use an enum for values returned by data_check()
Christophe Grenier
2013-12-14
1
-4
/
+4
*
Fix various issues reported by Coverity scan
Christophe Grenier
2013-11-01
1
-1
/
+2
*
fix switch warning in photorec_bf_frag()
Christophe Grenier
2013-05-14
1
-26
/
+18
*
code cleanup: new enum type pstatus_t
Christophe Grenier
2013-05-14
1
-61
/
+82
*
Windows: workaround for NTFS Alternate Data Stream creation
Christophe Grenier
2012-12-08
1
-5
/
+5
*
phbf.c, phbs.c: constify some variables
Christophe Grenier
2012-06-27
1
-4
/
+4
*
blocs_to_skip is now unsigned
Christophe Grenier
2011-12-28
1
-1
/
+1
*
Huge code cleanup for Photorec: reduce the numbers of parameters of some func...
Christophe Grenier
2011-08-20
1
-49
/
+51
*
PhotoRec: workaroud in progress bar when time goes backward
Christophe Grenier
2011-06-02
1
-1
/
+4
*
PhotoRec: use "%llu" instead of "%lu" to display sectors offset
Christophe Grenier
2011-03-25
1
-3
/
+3
*
PhotoRec: argument signess fix in a log_info() call
Christophe Grenier
2011-01-05
1
-1
/
+1
*
PhotoRec: remove has_value field in file_check_list_t
Christophe Grenier
2010-10-31
1
-1
/
+1
*
PhotoRec: during the bruteforce mode, try to handle situation where the error...
Christophe Grenier
2010-09-11
1
-10
/
+19
*
PhotoRec: code cleanup - use enum value for return value in src/phbf.c
Christophe Grenier
2010-08-26
1
-47
/
+40
*
PhotoRec: modify internals for brute-force recovery
Christophe Grenier
2010-04-27
1
-269
/
+663
*
Always include stdio.h before ncurses header and types.h
Christophe Grenier
2009-06-12
1
-2
/
+2
*
PhotoRec: move photorec_bf() to a separate file,
Christophe Grenier
2009-05-05
1
-0
/
+441