summaryrefslogtreecommitdiffstats
path: root/src/partgpt.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+5
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-2/+2
* TestDisk: detect APFS partitionChristophe Grenier2021-06-021-3/+25
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+2
* New prototype for test_structure()Christophe Grenier2020-08-021-2/+47
* Avoid function pointer when function is already knownChristophe Grenier2020-08-021-2/+2
* Add support for BeFS for EFI GPT and Mac partition tableFrançois Revol2020-07-131-0/+8
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* List 'MS Storage Spaces' partition entriesChristophe Grenier2020-05-151-1/+8
* EFI GPT: List Apple Core Storage by its nameChristophe Grenier2019-12-301-0/+1
* Fix compilation on Debian kfreebsd-amd64 and kfreebsd-i386.Christophe Grenier2019-08-221-2/+1
* Add Apple APFS and Extended Boot PartitionChristophe Grenier2019-04-141-0/+15
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Fix various warningsChristophe Grenier2018-03-151-1/+2
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Add Windows Recovery, Linux /home, /src and data EFI uuid partition typeChristophe Grenier2017-12-241-1/+4
* Use explicit function adressesChristophe Grenier2017-04-031-9/+9
* Replace EXFAT by exFATChristophe Grenier2016-12-111-1/+1
* Detect Microsoft ReFS filesystemChristophe Grenier2015-12-031-0/+3
* Detect alternate EFI GPTChristophe Grenier2012-12-081-10/+28
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-23/+33
* TestDisk: locate ZFS partition beginningChristophe Grenier2009-08-181-0/+1
* Move write_part_gpt() in a separate file, so PhotoRec doesn't depend ofChristophe Grenier2009-07-261-215/+1
* TestDisk: recover exFAT partitionChristophe Grenier2009-03-221-0/+3
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-11/+7
* Define as static some functionsChristophe Grenier2009-02-011-6/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-6/+6
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-107/+7
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+2
* Portability fixes for OpenBSD when e2fsprogs port is usedChristophe Grenier2008-10-061-4/+5
* Users can change the EFI partition type and the filesystem type for GPTChristophe Grenier2008-06-301-41/+16
* Support for OpenBSD uuid libraryChristophe Grenier2008-05-181-18/+25
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-14/+14
* Fix preprocessor directive in partgpt.cChristophe Grenier2008-03-241-2/+2
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-3/+3
* Add some synchronisation points, should help to deal with unexpected program ...Christophe Grenier2007-12-021-0/+1
* Add ncurses parameters in configureChristophe Grenier2007-11-161-2/+6
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+819