index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
testdisk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
testdisk, photorec: report iconv usage
Christophe Grenier
2023-02-19
1
-0
/
+5
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-1
/
+1
*
Stops if argc <= 0
Christophe Grenier
2022-01-27
1
-0
/
+2
*
Do not return the file handle when calling log_open() and log_open_default()
Christophe Grenier
2020-11-27
1
-10
/
+10
*
src/log.c: call dup2() in log_open()
Christophe Grenier
2020-11-27
1
-8
/
+4
*
TestDisk: ignore the first Ctrl-C
Christophe Grenier
2020-05-01
1
-16
/
+23
*
Cleanup code using SUDO_BIN
Christophe Grenier
2020-03-20
1
-18
/
+11
*
Avoid two logging prompts when using sudo.
Christophe Grenier
2019-04-29
1
-1
/
+5
*
Add missing header in src/testdisk.c when compiling without ncurses
Christophe Grenier
2019-04-26
1
-2
/
+0
*
Use new functions check_command(), skip_comma_in_command() and get_int_from_c...
Christophe Grenier
2018-03-17
1
-4
/
+2
*
Replace http://www.cgsecurity.org by https
Christophe Grenier
2017-12-02
1
-2
/
+2
*
Use explicit function adresses for sighup_hdlr()
Christophe Grenier
2017-04-15
1
-1
/
+1
*
Fix for various cppcheck warnings
Christophe Grenier
2016-06-14
1
-1
/
+5
*
Do not record compilation time by default, will help to get reproductible build
Christophe Grenier
2015-05-15
1
-0
/
+4
*
Report pdcurses/ncurses library version
Christophe Grenier
2015-04-16
1
-4
/
+4
*
move log_disk_list() to src/fnctdsk.c
Christophe Grenier
2014-02-01
1
-19
/
+1
*
TestDisk: add missing log_close() in main()
Christophe Grenier
2014-02-01
1
-140
/
+169
*
"testdisk -lu" now displays a warning if no disk is found.
Christophe Grenier
2013-11-01
1
-0
/
+15
*
Use the correct value of errno to display a warning when log file creation fa...
Christophe Grenier
2013-04-27
1
-6
/
+8
*
If no disk is detected, the user isn't root and TestDisk/PhotoRec are compile...
Christophe Grenier
2013-04-11
1
-5
/
+22
*
move testdisk.log file creation a little bit earlier
Christophe Grenier
2012-12-23
1
-2
/
+4
*
TestDisk: update filesystem list in help message
Christophe Grenier
2012-06-27
1
-5
/
+9
*
code cleanup: remove unused but set variables
Christophe Grenier
2012-04-14
1
-1
/
+0
*
Improve default partition table selection
Christophe Grenier
2012-02-25
1
-16
/
+5
*
TestDisk /list now displays the disk model, serial number, firmware version a...
Christophe Grenier
2012-02-07
1
-12
/
+35
*
Remove "Allow partial last cylinder" option
Christophe Grenier
2011-12-08
1
-2
/
+2
*
Log HDD serial number and firmware revision
Christophe Grenier
2011-06-30
1
-6
/
+8
*
Add get_compilation_date() and td_jpeg_version() functions
Christophe Grenier
2011-04-23
1
-0
/
+2
*
Code cleanup
Christophe Grenier
2009-10-25
1
-3
/
+3
*
Log syntax error in command line
Christophe Grenier
2009-10-19
1
-2
/
+2
*
Always include stdio.h before ncurses header and types.h
Christophe Grenier
2009-06-12
1
-2
/
+2
*
move autoset_unit() to a separate file
Christophe Grenier
2009-05-05
1
-1
/
+3
*
Handle Ctrl+C
Christophe Grenier
2009-04-18
1
-8
/
+21
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-3
/
+2
*
TestDisk: fix name in log
Christophe Grenier
2009-01-30
1
-1
/
+1
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-19
/
+36
*
Add logname option, usefull for people running several testdisk or photorec a...
Christophe Grenier
2008-10-06
1
-3
/
+11
*
Split the interface in several files
Christophe Grenier
2008-08-24
1
-0
/
+2
*
Add -v[ersion] parameter to TestDisk & PhotoRec
Christophe Grenier
2008-07-07
1
-3
/
+17
*
Log compilation date/time
Christophe Grenier
2008-04-11
1
-1
/
+2
*
code cleanup: rename aff_buffer() fixup
Christophe Grenier
2008-04-07
1
-1
/
+1
*
code cleanup: rename aff_buffer()
Christophe Grenier
2008-04-03
1
-1
/
+1
*
Reports OS version and compiler version
Christophe Grenier
2008-03-24
1
-4
/
+6
*
Use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX under Windows to get disk size (Fix bogg...
Christophe Grenier
2008-02-05
1
-1
/
+10
*
Fix log creation
Christophe Grenier
2008-01-09
1
-16
/
+9
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-3
/
+18
*
Can use sudo if user is not root
Christophe Grenier
2007-11-28
1
-1
/
+6
*
Handle unicode filenames in display and when copying files from an NTFS parti...
Christophe Grenier
2007-11-06
1
-13
/
+14
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-5
/
+5
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+369