summaryrefslogtreecommitdiffstats
path: root/src/photorec.h
Commit message (Expand)AuthorAgeFilesLines
* src/filegen.[ch], src/photorec.h: improve Frama-C annotationsChristophe Grenier2024-01-071-3/+18
* Improve Frama-C annotationsChristophe Grenier2022-07-141-0/+12
* Numerous frama-c annotationsChristophe Grenier2021-11-201-5/+171
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+24
* Constify a lot of function parametersChristophe Grenier2020-06-191-2/+2
* move get_prev_location_smart() from src/photorec.h to src/filegen.hChristophe Grenier2019-10-131-1/+0
* move del_search_space() from src/filegen.h to src/photorec.hChristophe Grenier2019-10-131-0/+6
* Modify get_prev_location_smart() to always use offset_skipped_header if avail...Christophe Grenier2016-09-191-1/+0
* Avoid a file descriptor leak when stopping and resuming PhotoRecChristophe Grenier2016-01-231-0/+1
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+1
* PhotoRec: do not always try to complete the recovery of the previous file whe...Christophe Grenier2015-04-051-1/+2
* PhotoRec: when a file is recovered, check again each block after the end of t...Christophe Grenier2014-03-301-0/+1
* PhotoRec: rewrote brute-force mode to use file_block_append()Christophe Grenier2014-02-021-2/+3
* report blocksize and offset in update_blocksize() instead of menu_choose_bloc...Christophe Grenier2014-01-251-1/+1
* new prototype for file_finish2()Christophe Grenier2014-01-051-1/+1
* Remove loc field from struct file_recovery_struct, use location insteadChristophe Grenier2013-12-211-1/+4
* Remove unused function write_stats_stdout()Christophe Grenier2013-05-171-1/+0
* photorec.h: safety guard against double inclusionChristophe Grenier2013-05-161-1/+4
* New functions log_all_partitions() and init_list_part()Christophe Grenier2013-05-151-0/+1
* New function status_inc() to increment params->statusChristophe Grenier2013-05-151-0/+1
* code cleanup: new enum type pstatus_tChristophe Grenier2013-05-141-0/+3
* Move some code to new functions params_reset() and status_to_name()Christophe Grenier2013-05-141-0/+2
* PhotoRec: save current progress every 5 minutesChristophe Grenier2013-03-241-0/+1
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-1/+0
* Fix a potential endless loop (PhotoRec 6.12 affected, not 6.11.3)Christophe Grenier2011-11-151-1/+1
* PhotoRec session management: restart PhotoRec at the same location than previ...Christophe Grenier2011-08-281-0/+2
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-7/+21
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-1/+12
* Code cleanupChristophe Grenier2009-10-251-9/+0
* move set_filename() from src/phrecn.c to src/photorec.cChristophe Grenier2009-05-051-0/+1
* PhotoRec: add the possibility to do a FAT unformat in expert modeChristophe Grenier2009-02-221-1/+1
* PhotoRec: new prototype "void update_blocksize(...)"Christophe Grenier2009-02-161-1/+1
* Define as static some functionsChristophe Grenier2009-02-011-3/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+9
* PhotoRec: modify internal representation of files during recoveryChristophe Grenier2008-09-081-1/+4
* Split the interface in several files, part 2Christophe Grenier2008-08-251-3/+21
* PhotoRec: organize how the range of sectors to carve is initialized.Christophe Grenier2008-07-031-1/+1
* PhotoRec: Load and save FileOpts settingsChristophe Grenier2008-03-101-1/+0
* Add ncurses parameters in configureChristophe Grenier2007-11-161-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+39