summaryrefslogtreecommitdiffstats
path: root/src/testdisk.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-1/+1
* Stops if argc <= 0Christophe Grenier2022-01-271-0/+2
* Do not return the file handle when calling log_open() and log_open_default()Christophe Grenier2020-11-271-10/+10
* src/log.c: call dup2() in log_open()Christophe Grenier2020-11-271-8/+4
* TestDisk: ignore the first Ctrl-CChristophe Grenier2020-05-011-16/+23
* Cleanup code using SUDO_BINChristophe Grenier2020-03-201-18/+11
* Avoid two logging prompts when using sudo.Christophe Grenier2019-04-291-1/+5
* Add missing header in src/testdisk.c when compiling without ncursesChristophe Grenier2019-04-261-2/+0
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-4/+2
* 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
* Fix for various cppcheck warningsChristophe Grenier2016-06-141-1/+5
* 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
* move log_disk_list() to src/fnctdsk.cChristophe Grenier2014-02-011-19/+1
* TestDisk: add missing log_close() in main()Christophe Grenier2014-02-011-140/+169
* "testdisk -lu" now displays a warning if no disk is found.Christophe Grenier2013-11-011-0/+15
* Use the correct value of errno to display a warning when log file creation fa...Christophe Grenier2013-04-271-6/+8
* If no disk is detected, the user isn't root and TestDisk/PhotoRec are compile...Christophe Grenier2013-04-111-5/+22
* move testdisk.log file creation a little bit earlierChristophe Grenier2012-12-231-2/+4
* TestDisk: update filesystem list in help messageChristophe Grenier2012-06-271-5/+9
* code cleanup: remove unused but set variablesChristophe Grenier2012-04-141-1/+0
* Improve default partition table selectionChristophe Grenier2012-02-251-16/+5
* TestDisk /list now displays the disk model, serial number, firmware version a...Christophe Grenier2012-02-071-12/+35
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-2/+2
* Log HDD serial number and firmware revisionChristophe Grenier2011-06-301-6/+8
* Add get_compilation_date() and td_jpeg_version() functionsChristophe Grenier2011-04-231-0/+2
* Code cleanupChristophe Grenier2009-10-251-3/+3
* Log syntax error in command lineChristophe Grenier2009-10-191-2/+2
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+2
* move autoset_unit() to a separate fileChristophe Grenier2009-05-051-1/+3
* Handle Ctrl+CChristophe Grenier2009-04-181-8/+21
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+2
* TestDisk: fix name in logChristophe Grenier2009-01-301-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-19/+36
* Add logname option, usefull for people running several testdisk or photorec a...Christophe Grenier2008-10-061-3/+11
* Split the interface in several filesChristophe Grenier2008-08-241-0/+2
* Add -v[ersion] parameter to TestDisk & PhotoRecChristophe Grenier2008-07-071-3/+17
* Log compilation date/timeChristophe Grenier2008-04-111-1/+2
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-1/+1
* Reports OS version and compiler versionChristophe Grenier2008-03-241-4/+6
* Use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX under Windows to get disk size (Fix bogg...Christophe Grenier2008-02-051-1/+10
* Fix log creationChristophe Grenier2008-01-091-16/+9
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-3/+18
* Can use sudo if user is not rootChristophe Grenier2007-11-281-1/+6
* Handle unicode filenames in display and when copying files from an NTFS parti...Christophe Grenier2007-11-061-13/+14
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-5/+5
* First version in gitChristophe Grenier2007-10-291-0/+369