summaryrefslogtreecommitdiffstats
path: root/src/psearchn.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-5/+57
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+4
* Make the return value explicit in photorec_aux() when the user pressesChristophe Grenier2020-08-081-4/+2
* src/psearchn.c: rename local variable from res to data_check_statusChristophe Grenier2020-08-071-13/+13
* PhotoRec: search for a previous file whenChristophe Grenier2020-08-071-5/+25
* PhotoRec: When the first Ctrl-C/SIGINT, PhotoRec tries to emulate the Stop ac...Christophe Grenier2019-12-081-0/+3
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-1/+1
* QPhotoRec: update the algo to match the one from PhotoRecChristophe Grenier2018-03-171-149/+3
* Modify get_prev_location_smart() to always use offset_skipped_header if avail...Christophe Grenier2016-09-191-1/+1
* Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read...Christophe Grenier2016-08-201-1/+1
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-2/+2
* PhotoRec: If it takes more then 30s to save the session, save every 15 minute...Christophe Grenier2016-02-211-1/+4
* Avoid a file descriptor leak when stopping and resuming PhotoRecChristophe Grenier2016-01-231-3/+7
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-1/+2
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-4/+0
* PhotoRec: do not always try to complete the recovery of the previous file whe...Christophe Grenier2015-04-051-46/+40
* PhotoRec: constify some variables in photorec_check_header()Christophe Grenier2014-10-051-6/+6
* PhotoRec: limit to 200 MB when searching the previous unrecovered fileChristophe Grenier2014-10-041-1/+1
* PhotoRec: fix reggression, "stop" works againChristophe Grenier2014-04-231-0/+5
* PhotoRec: when a file is recovered, check again each block after the end of t...Christophe Grenier2014-03-301-100/+124
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-4/+1
* new prototype for file_finish2()Christophe Grenier2014-01-051-3/+3
* Remove file_size_on_disk field from struct file_recovery_structChristophe Grenier2014-01-051-3/+1
* Remove loc field from struct file_recovery_struct, use location insteadChristophe Grenier2013-12-211-22/+24
* src/psearchn.c: use data_check_t typeChristophe Grenier2013-12-141-8/+8
* new functions is_fat_directory() and fat_get_cluster_from_entry()Christophe Grenier2013-11-011-1/+1
* Fix windows compilation regression introduced in 1471f47a5c5b9d69863ec496bd7a...Christophe Grenier2013-05-191-0/+43
* move ind_block(), file_recovery_cpy() and file_add_data() to psearch.h and ph...Christophe Grenier2013-05-161-0/+385