index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parti386.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-0
/
+2
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-5
/
+6
*
Numerous frama-c annotations
Christophe Grenier
2021-11-20
1
-13
/
+41
*
Disable ncurses library when using frama-c
Christophe Grenier
2020-11-01
1
-0
/
+6
*
Additional frama-c annotations
Christophe Grenier
2020-08-08
1
-1
/
+29
*
New prototype for test_structure()
Christophe Grenier
2020-08-02
1
-17
/
+155
*
Avoid function pointer when function is already known
Christophe Grenier
2020-08-02
1
-3
/
+3
*
Constify a lot of function parameters
Christophe Grenier
2020-06-19
1
-2
/
+2
*
Add Apple APFS and Extended Boot Partition
Christophe Grenier
2019-04-14
1
-0
/
+1
*
Use new functions check_command(), skip_comma_in_command() and get_int_from_c...
Christophe Grenier
2018-03-17
1
-16
/
+8
*
Fix various warnings
Christophe Grenier
2018-03-15
1
-21
/
+25
*
Avoid a NULL dereference when listing an NTFS partition after RebuildBS
Christophe Grenier
2018-02-07
1
-0
/
+2
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-15
/
+15
*
Replace EXFAT by exFAT
Christophe Grenier
2016-12-11
1
-2
/
+2
*
PC/Intel partition table parsing: fix an endless loop found by afl-fuzz
Christophe Grenier
2015-04-16
1
-112
/
+125
*
Check that disk sector_size is 512 bytes at least
Christophe Grenier
2015-04-09
1
-2
/
+6
*
TestDisk: when deleting PC/Intel partition list, remove Mac, Sun and XBOX sig...
Christophe Grenier
2014-01-11
1
-1
/
+21
*
TestDisk: remove align parameter from write_part() function
Christophe Grenier
2013-11-03
1
-2
/
+2
*
Fix various issues reported by Coverity scan
Christophe Grenier
2013-11-01
1
-1
/
+2
*
init_structure_i386(): make some variables more local
Christophe Grenier
2013-05-17
1
-1
/
+2
*
Make set_next_status_i386() and set_prev_status_i386() C++ compatible
Christophe Grenier
2012-04-14
1
-12
/
+25
*
TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.
Christophe Grenier
2011-03-05
1
-36
/
+10
*
Try to locate truecrypt logical partition by using the logical partition entry.
Christophe Grenier
2010-11-29
1
-0
/
+27
*
Code cleanup
Christophe Grenier
2010-08-23
1
-2
/
+0
*
MBRCode: Avoid to replace the disk signature used by Vista and later
Christophe Grenier
2010-08-18
1
-5
/
+7
*
When deleting an Intel partition table, remove the EFI signature if present.
Christophe Grenier
2010-01-24
1
-4
/
+18
*
Code cleanup
Christophe Grenier
2009-10-25
1
-3
/
+3
*
List 0xFB PC/Intel partition id as VMFS, VMware FileSystem
Christophe Grenier
2009-10-19
1
-0
/
+1
*
Limit the scope of several variables
Christophe Grenier
2009-05-05
1
-3
/
+3
*
Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...
Christophe Grenier
2009-04-12
1
-3
/
+3
*
TestDisk: recover exFAT partition
Christophe Grenier
2009-03-22
1
-1
/
+6
*
code cleanup: remove verbose argument to add_partition_*()
Christophe Grenier
2009-03-06
1
-1
/
+1
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-33
/
+29
*
Define as static some functions
Christophe Grenier
2009-02-01
1
-6
/
+0
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-12
/
+12
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-149
/
+10
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-59
/
+53
*
Defined more functions as static
Christophe Grenier
2008-11-10
1
-0
/
+12
*
Split the interface in several files, part 2
Christophe Grenier
2008-08-25
1
-5
/
+7
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-51
/
+73
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-3
/
+3
*
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
-26
/
+26
*
Add Windows RE(store) partition type for PC/Intel partition
Christophe Grenier
2008-03-29
1
-0
/
+1
*
Remove Mac and Sun partition signature when writing an Intel partition table
Christophe Grenier
2008-02-25
1
-1
/
+7
*
PhotoRec pseudo partition Whole Disk listed as "No partition"
Christophe Grenier
2008-02-01
1
-1
/
+1
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-13
/
+13
*
Add some synchronisation points, should help to deal with unexpected program ...
Christophe Grenier
2007-12-02
1
-0
/
+3
*
Handle unicode filenames in display and when copying files from an NTFS parti...
Christophe Grenier
2007-11-06
1
-0
/
+2
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-1
/
+1
[next]