summaryrefslogtreecommitdiffstats
path: root/src/partmac.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-0/+2
* src/partmac.[ch]: Fix mac structure to avoid using pointersChristophe Grenier2022-04-101-2/+3
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+10
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+57
* New prototype for test_structure()Christophe Grenier2020-08-021-1/+1
* 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/+4
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Use explicit function adressesChristophe Grenier2017-04-031-12/+12
* TestDisk: remove align parameter from write_part() functionChristophe Grenier2013-11-031-2/+2
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-24/+3
* Code cleanupChristophe Grenier2009-10-251-1/+1
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-2/+1
* Define as static some functionsChristophe Grenier2009-02-011-6/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-2/+2
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-140/+7
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+2
* Mac partition table, don't forget to list FAT32Christophe Grenier2008-06-301-16/+17
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-5/+5
* partmac.c: code cleanupChristophe Grenier2008-02-271-4/+5
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-3/+3
* Handle Mac partition table partially overwritten by an Intel partitionChristophe Grenier2007-12-051-3/+5
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-5/+5
* First version in gitChristophe Grenier2007-10-291-0/+563