index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
godmode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove always-true check in search_part()
Christophe Grenier
2018-03-17
1
-1
/
+1
*
TestDisk: flush log before asking for partitions to keep
Christophe Grenier
2018-02-07
1
-0
/
+1
*
Replace EXFAT by exFAT
Christophe Grenier
2016-12-11
1
-1
/
+1
*
Cast to long long integer to avoid erronous progression report in search_part()
Christophe Grenier
2016-09-13
1
-3
/
+3
*
add an assertion in search_part()
Christophe Grenier
2016-07-02
1
-1
/
+2
*
Improve English grammar, capitalization, and punctuation
Alex Henrie
2016-02-22
1
-5
/
+5
*
Fix a compilation issue when ncurses library is missing
Christophe Grenier
2016-02-21
1
-1
/
+5
*
Detect NTFS partition using backup boot sector faster when scanning EFI GPT disk
Christophe Grenier
2015-10-11
1
-2
/
+11
*
PC/Intel partition table: Do not align the partition if it overlaps with the ...
Christophe Grenier
2015-09-25
1
-11
/
+28
*
Ask confirmation when user quits the list of partitions found by TestDisk - 2...
Christophe Grenier
2015-09-05
1
-1
/
+15
*
add missing return to new line at the end of LBA48 support message
Christophe Grenier
2015-04-14
1
-1
/
+4
*
Write dmsetup commands in the log file for Linux advanced users
Christophe Grenier
2014-09-17
1
-0
/
+16
*
Dsplay number of sectors as long long unsigned integer
Christophe Grenier
2014-07-21
1
-11
/
+33
*
Add assert() to document function assumptions in MALLOC(), pfind_sectors_per_...
Christophe Grenier
2014-03-21
1
-0
/
+2
*
TestDisk: remove align parameter from write_part() function
Christophe Grenier
2013-11-03
1
-4
/
+4
*
Constify some variables
Christophe Grenier
2013-05-26
1
-6
/
+4
*
TestDisk: if the user stops the partition search, check anyway the remaining ...
Christophe Grenier
2013-05-25
1
-41
/
+66
*
remove always enabled "interface" parameter from search_part() prototype
Christophe Grenier
2013-05-25
1
-28
/
+19
*
TestDisk: Also search for backup boot sector/backup superblock during Quick S...
Christophe Grenier
2013-05-25
1
-13
/
+8
*
Fix criteria for FAT backup and ext2/3/4 backup superblock search
Christophe Grenier
2013-05-25
1
-13
/
+12
*
New function search_add_hints()
Christophe Grenier
2013-05-25
1
-32
/
+52
*
Remove some dead code in search_part()
Christophe Grenier
2013-05-25
1
-19
/
+1
*
New function get_min_location() to get the minimal offset of a partition
Christophe Grenier
2013-05-25
1
-20
/
+18
*
New function get_location_boundary()
Christophe Grenier
2013-05-25
1
-20
/
+11
*
Get rid of pread_fast(), it's too error prone
Christophe Grenier
2013-05-24
1
-12
/
+8
*
replace tab_insert() by hint_insert()
Christophe Grenier
2013-05-23
1
-32
/
+31
*
ask_mbr_order_i386(): make some variables more local
Christophe Grenier
2013-05-17
1
-2
/
+2
*
TestDisk: add Linux swap using 8k pagefile detection
Christophe Grenier
2012-08-12
1
-1
/
+1
*
godmode.c: Translate comment from French to English
Christophe Grenier
2012-08-09
1
-1
/
+1
*
TestDisk: always search for partition aligned on 1 MB boundaries
Christophe Grenier
2012-07-14
1
-10
/
+10
*
Rewrote how TestDisk aligns partition on cylinder or 1MB boundary
Christophe Grenier
2011-12-28
1
-129
/
+129
*
Remove "Allow partial last cylinder" option
Christophe Grenier
2011-12-08
1
-4
/
+2
*
Code cleanup: remove constant argument 'align" from add_ext_part_i386()
Christophe Grenier
2011-12-08
1
-6
/
+6
*
Add detection of Vmware VMFS partition
Christophe Grenier
2011-07-20
1
-2
/
+7
*
Fix exFAT recovery using backup boot sector
Christophe Grenier
2011-01-07
1
-2
/
+2
*
Introduce pread_fast(), a function that can return a pointer to the data in c...
Christophe Grenier
2010-11-05
1
-16
/
+12
*
New prototype for size_to_unit()
Christophe Grenier
2010-10-24
1
-3
/
+8
*
Code cleanup
Christophe Grenier
2010-08-23
1
-1
/
+1
*
TestDisk: reduce the number of read operations
Christophe Grenier
2010-06-22
1
-32
/
+34
*
Prefix highligted selection by ">", so screen reader software find the
Christophe Grenier
2010-05-21
1
-0
/
+2
*
Press 'F' during deeper partition search to continue after the end of the las...
Christophe Grenier
2010-04-27
1
-2
/
+11
*
TestDisk: additional control to avoid that the extended partition ends after ...
Christophe Grenier
2009-07-03
1
-40
/
+60
*
TestDisk: when searching partition near the end of the disk, stops if there i...
Christophe Grenier
2009-04-14
1
-2
/
+5
*
TestDisk: recover exFAT partition
Christophe Grenier
2009-03-22
1
-10
/
+24
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-9
/
+2
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-4
/
+5
*
Remove redundant check
Christophe Grenier
2009-01-26
1
-24
/
+12
*
Add missing header
Christophe Grenier
2009-01-18
1
-0
/
+1
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-2
/
+28
*
When searching for a partition, TestDisk can read up to one cylinder after
Christophe Grenier
2008-11-18
1
-2
/
+3
[next]