index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
geometry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-6
/
+6
*
Numerous frama-c annotations
Christophe Grenier
2021-11-20
1
-4
/
+20
*
Additional frama-c annotations
Christophe Grenier
2020-08-08
1
-0
/
+1
*
Use new functions check_command(), skip_comma_in_command() and get_int_from_c...
Christophe Grenier
2018-03-17
1
-22
/
+9
*
Turn off various signed/unsigned comparaison warnings
Christophe Grenier
2014-11-15
1
-1
/
+1
*
Dsplay number of sectors as long long unsigned integer
Christophe Grenier
2014-07-21
1
-1
/
+1
*
Compilation fix when curses interface is missing
Christophe Grenier
2013-05-15
1
-3
/
+0
*
Split change_geometry() into change_geometry_cli() and change_geometry_ncurses()
Christophe Grenier
2013-05-15
1
-162
/
+7
*
Display that the number of heads per cylinder is between 1 and 255
Christophe Grenier
2012-07-14
1
-1
/
+1
*
Cleanup some constants in src/common.h
Christophe Grenier
2012-06-09
1
-0
/
+2
*
Add WINDOW *window argument to get_string()
Christophe Grenier
2012-01-01
1
-4
/
+8
*
PhotoRec: Partition table need to be read again if sector size has been changed,
Christophe Grenier
2011-10-25
1
-12
/
+30
*
Allow sector size up to 8192 bytes
Christophe Grenier
2011-03-05
1
-20
/
+29
*
PhotoRec: allow carving on non sector boundary (experimental)
Christophe Grenier
2010-06-22
1
-1
/
+1
*
Always include stdio.h before ncurses header and types.h
Christophe Grenier
2009-06-12
1
-2
/
+1
*
move autoset_unit() to a separate file
Christophe Grenier
2009-05-05
1
-0
/
+1
*
Handle more than 80 columns
Christophe Grenier
2009-04-18
1
-6
/
+6
*
Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...
Christophe Grenier
2009-04-12
1
-3
/
+3
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-1
/
+0
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-1
/
+1
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-31
/
+26
*
Add missing include
Christophe Grenier
2008-07-13
1
-1
/
+2
*
Autoset the CHS/sector unit when geometry is changed.
Christophe Grenier
2008-06-30
1
-3
/
+7
*
Geometry menu can be used to force a 256 bytes sector size.
Christophe Grenier
2008-04-22
1
-1
/
+3
*
PhotoRec: expert can stop pass 0 and set the blocksize
Christophe Grenier
2008-01-14
1
-2
/
+2
*
TestDisk FAT and NTFS Advanced boot menu interface, automaticaly positioned t...
Christophe Grenier
2008-01-04
1
-8
/
+9
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-11
/
+11
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+292