summaryrefslogtreecommitdiffstats
path: root/src/phrecn.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-8/+9
* Drop "--enable-ncmouse" option from configure scriptChristophe Grenier2022-04-081-54/+0
* pdiskseln.c,phrecn.c,ppartseln.c: disable some code for Frama-CChristophe Grenier2022-04-071-3/+27
* New prototype for ask_location() and td_getcwd()Christophe Grenier2020-12-061-14/+14
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+4
* rename list_file_enable to array_file_enableChristophe Grenier2020-02-011-1/+1
* PhotoRec: When the first Ctrl-C/SIGINT, PhotoRec tries to emulate the Stop ac...Christophe Grenier2019-12-081-2/+4
* Avoid a cppcheck false positiv in interface_file_select_ncurses()Christophe Grenier2018-03-171-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-18/+9
* Replace http://www.cgsecurity.org by httpsChristophe Grenier2017-12-021-1/+1
* PhotoRec: fix length for "status=ext2_on_save_everything" and "status=ext2_of...Christophe Grenier2017-04-071-4/+4
* Replace td_list_entry by td_list_(first|prev|next|last)_entry to improve read...Christophe Grenier2016-08-201-1/+1
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-3/+3
* PhotoRec: flush log before asking the user if he want to quit or notChristophe Grenier2015-08-261-0/+1
* PhotoRec: avoid the extra slash in //recup_dir.1 directory nameChristophe Grenier2015-07-091-2/+4
* Replace "no free space available" by "not enough free space available"Christophe Grenier2015-04-141-1/+1
* new prototype for menu_choose_blocksize()Christophe Grenier2015-04-051-1/+1
* interface_options_photorec_log() was never calledChristophe Grenier2014-11-151-1/+1
* PhotoRec: move cli parsing from phrecn.c and ppartseln.c to phcli.cChristophe Grenier2014-04-231-79/+2
* src/phrecn.c: Remove some code in commentChristophe Grenier2013-12-211-102/+0
* Fix typo in src/phrecn.cChristophe Grenier2013-12-141-2/+2
* photorec(): fix logic when ncurses is missing for an hypotical user stop requestChristophe Grenier2013-05-191-2/+2
* Fix windows compilation regression introduced in 1471f47a5c5b9d69863ec496bd7a...Christophe Grenier2013-05-191-25/+0
* move ind_block(), file_recovery_cpy() and file_add_data() to psearch.h and ph...Christophe Grenier2013-05-161-398/+1
* New function status_inc() to increment params->statusChristophe Grenier2013-05-151-123/+84
* Move interface_options_photorec_cli() and interface_options_photorec_log() to...Christophe Grenier2013-05-151-77/+3
* code cleanup: new enum type pstatus_tChristophe Grenier2013-05-141-18/+18
* Move some code to new functions params_reset() and status_to_name()Christophe Grenier2013-05-141-34/+6
* 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-5/+8
* PhotoRec: limit the number of times PhotoRec moves backward to recover to the...Christophe Grenier2013-03-311-1/+10
* PhotoRec: save current progress every 5 minutesChristophe Grenier2013-03-241-4/+12
* Windows: workaround for NTFS Alternate Data Stream creationChristophe Grenier2012-12-081-3/+3
* PhotoRec: fix a display problem in FileOpts after choosing to save new defaultsChristophe Grenier2012-09-301-1/+2
* zeroed file_recovery structure to get easier to read stack trace under gdbChristophe Grenier2012-06-181-0/+1
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-15/+7
* Fix a potential endless loop (PhotoRec 6.12 affected, not 6.11.3)Christophe Grenier2011-11-151-30/+9
* Use "./configure --disable-dfxml" to disable DFXML featureChristophe Grenier2011-11-151-0/+4
* PhotoRec: fix destination path when creating image_remaining.ddChristophe Grenier2011-10-101-1/+6
* PhotoRec session management: restart PhotoRec at the same location than previ...Christophe Grenier2011-08-281-2/+55
* PhotoRec: remove some useless steps when carving ext2/3/4 filesystem and keep...Christophe Grenier2011-08-241-116/+86
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-168/+144
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-88/+72
* Turn off an error if -Werror=format-security is enforcedSander Lepik2011-06-171-1/+1
* PhotoRec: workaroud in progress bar when time goes backwardChristophe Grenier2011-06-021-1/+4
* PhotoRec: generates Digital Forensics XML reportChristophe Grenier2011-04-271-1/+10
* PhotoRec: use "%llu" instead of "%lu" to display sectors offsetChristophe Grenier2011-03-251-2/+6
* PhotoRec: Limit file size to 4G when recovering from a FATChristophe Grenier2011-03-051-0/+14
* Compilation fix when ncurses is disabledChristophe Grenier2010-11-291-1/+5
* PhotoRec: display the data size and store image_remaining.dd where the files ...Christophe Grenier2010-11-111-3/+30