index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partgpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-1
/
+5
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-2
/
+2
*
TestDisk: detect APFS partition
Christophe Grenier
2021-06-02
1
-3
/
+25
*
Additional frama-c annotations
Christophe Grenier
2020-08-08
1
-0
/
+2
*
New prototype for test_structure()
Christophe Grenier
2020-08-02
1
-2
/
+47
*
Avoid function pointer when function is already known
Christophe Grenier
2020-08-02
1
-2
/
+2
*
Add support for BeFS for EFI GPT and Mac partition table
François Revol
2020-07-13
1
-0
/
+8
*
Constify a lot of function parameters
Christophe Grenier
2020-06-19
1
-1
/
+1
*
List 'MS Storage Spaces' partition entries
Christophe Grenier
2020-05-15
1
-1
/
+8
*
EFI GPT: List Apple Core Storage by its name
Christophe Grenier
2019-12-30
1
-0
/
+1
*
Fix compilation on Debian kfreebsd-amd64 and kfreebsd-i386.
Christophe Grenier
2019-08-22
1
-2
/
+1
*
Add Apple APFS and Extended Boot Partition
Christophe Grenier
2019-04-14
1
-0
/
+15
*
Use new functions check_command(), skip_comma_in_command() and get_int_from_c...
Christophe Grenier
2018-03-17
1
-8
/
+4
*
Fix various warnings
Christophe Grenier
2018-03-15
1
-1
/
+2
*
Avoid a NULL dereference when listing an NTFS partition after RebuildBS
Christophe Grenier
2018-02-07
1
-0
/
+2
*
Add Windows Recovery, Linux /home, /src and data EFI uuid partition type
Christophe Grenier
2017-12-24
1
-1
/
+4
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-9
/
+9
*
Replace EXFAT by exFAT
Christophe Grenier
2016-12-11
1
-1
/
+1
*
Detect Microsoft ReFS filesystem
Christophe Grenier
2015-12-03
1
-0
/
+3
*
Detect alternate EFI GPT
Christophe Grenier
2012-12-08
1
-10
/
+28
*
TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.
Christophe Grenier
2011-03-05
1
-23
/
+33
*
TestDisk: locate ZFS partition beginning
Christophe Grenier
2009-08-18
1
-0
/
+1
*
Move write_part_gpt() in a separate file, so PhotoRec doesn't depend of
Christophe Grenier
2009-07-26
1
-215
/
+1
*
TestDisk: recover exFAT partition
Christophe Grenier
2009-03-22
1
-0
/
+3
*
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
-11
/
+7
*
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
-6
/
+6
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-107
/
+7
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-2
/
+2
*
Portability fixes for OpenBSD when e2fsprogs port is used
Christophe Grenier
2008-10-06
1
-4
/
+5
*
Users can change the EFI partition type and the filesystem type for GPT
Christophe Grenier
2008-06-30
1
-41
/
+16
*
Support for OpenBSD uuid library
Christophe Grenier
2008-05-18
1
-18
/
+25
*
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
-14
/
+14
*
Fix preprocessor directive in partgpt.c
Christophe Grenier
2008-03-24
1
-2
/
+2
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-3
/
+3
*
Add some synchronisation points, should help to deal with unexpected program ...
Christophe Grenier
2007-12-02
1
-0
/
+1
*
Add ncurses parameters in configure
Christophe Grenier
2007-11-16
1
-2
/
+6
*
- Use wprintw ncurses function instead of a custom one
Christophe Grenier
2007-11-02
1
-1
/
+1
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+819