summaryrefslogtreecommitdiffstats
path: root/src/phmain.c
Commit message (Expand)AuthorAgeFilesLines
* testdisk, photorec: report iconv usageChristophe Grenier2023-02-191-0/+5
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-14/+72
* Stops if argc <= 0Christophe Grenier2022-01-271-0/+2
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+1
* Disable some code sections for frama-cChristophe Grenier2021-01-061-0/+2
* Do not return the file handle when calling log_open() and log_open_default()Christophe Grenier2020-11-271-6/+6
* src/log.c: call dup2() in log_open()Christophe Grenier2020-11-271-9/+4
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+1
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+1
* PhotoRec: track fragmentation impactChristophe Grenier2020-08-071-0/+6
* PhotoRec: fix argument parsingChristophe Grenier2020-08-071-5/+6
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-1/+8
* Cleanup code using SUDO_BINChristophe Grenier2020-03-201-14/+11
* rename list_file_enable to array_file_enableChristophe Grenier2020-02-011-3/+3
* "photorec /d recup_dir /cmd resume" can be used to resume a sessionChristophe Grenier2019-12-101-0/+4
* PhotoRec: When the first Ctrl-C/SIGINT, PhotoRec tries to emulate the Stop ac...Christophe Grenier2019-12-081-4/+18
* Avoid two logging prompts when using sudo.Christophe Grenier2019-04-291-1/+5
* Replace http://www.cgsecurity.org by httpsChristophe Grenier2017-12-021-2/+2
* Use explicit function adresses for sighup_hdlr()Christophe Grenier2017-04-151-1/+1
* Log zlib versionChristophe Grenier2016-08-281-2/+3
* Fixed: disabling curses caused segfaults with /logTobias Dammers2016-06-221-2/+0
* Fix for various cppcheck warningsChristophe Grenier2016-06-141-0/+1
* Do not declare variable use_sudo if SUDO_BIN is undefined (code style)Christophe Grenier2016-06-101-1/+5
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-2/+2
* src/phmain.c: constify a variableChristophe Grenier2015-07-091-1/+1
* Do not record compilation time by default, will help to get reproductible buildChristophe Grenier2015-05-151-0/+4
* Report pdcurses/ncurses library versionChristophe Grenier2015-04-161-4/+4
* rename src/pdisksel.c to src/pdiskseln.cChristophe Grenier2014-04-211-1/+1
* move log_disk_list() to src/fnctdsk.cChristophe Grenier2014-02-011-59/+54
* Use the correct value of errno to display a warning when log file creation fa...Christophe Grenier2013-04-271-4/+5
* If no disk is detected, the user isn't root and TestDisk/PhotoRec are compile...Christophe Grenier2013-04-111-6/+23
* PhotoRec: save current progress every 5 minutesChristophe Grenier2013-03-241-0/+1
* Add xml_clear_command_line() functionChristophe Grenier2013-01-191-0/+3
* Improve default partition table selectionChristophe Grenier2012-02-251-5/+3
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-2/+1
* Use "./configure --disable-dfxml" to disable DFXML featureChristophe Grenier2011-11-151-0/+2
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-18/+25
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-7/+16
* Log HDD serial number and firmware revisionChristophe Grenier2011-06-301-6/+8
* PhotoRec: generates Digital Forensics XML reportChristophe Grenier2011-04-271-0/+3
* Add get_compilation_date() and td_jpeg_version() functionsChristophe Grenier2011-04-231-27/+7
* PhotoRec: Call reset_list_file_enable() in main() instead of file_options_loa...Christophe Grenier2011-03-251-0/+1
* PhotoRec: when no partition table is found, default to noneChristophe Grenier2009-11-011-10/+2
* Code cleanupChristophe Grenier2009-10-251-5/+3
* PhotoRec: print an error if /cmd parameter hasn't been fully processed (work ...Christophe Grenier2009-08-181-0/+4
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+2
* "photorec /?" returns the help messageChristophe Grenier2009-05-051-1/+2
* Handle Ctrl+CChristophe Grenier2009-04-181-5/+27
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-2/+2
* PhotoRec: Use "Disk identification, please wait..." and "Filesystem analysis,...Christophe Grenier2009-03-011-1/+1