summaryrefslogtreecommitdiffstats
path: root/src/parti386.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-5/+6
* Numerous frama-c annotationsChristophe Grenier2021-11-201-13/+41
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+6
* Additional frama-c annotationsChristophe Grenier2020-08-081-1/+29
* New prototype for test_structure()Christophe Grenier2020-08-021-17/+155
* Avoid function pointer when function is already knownChristophe Grenier2020-08-021-3/+3
* Constify a lot of function parametersChristophe Grenier2020-06-191-2/+2
* Add Apple APFS and Extended Boot PartitionChristophe Grenier2019-04-141-0/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-16/+8
* Fix various warningsChristophe Grenier2018-03-151-21/+25
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Use explicit function adressesChristophe Grenier2017-04-031-15/+15
* Replace EXFAT by exFATChristophe Grenier2016-12-111-2/+2
* PC/Intel partition table parsing: fix an endless loop found by afl-fuzzChristophe Grenier2015-04-161-112/+125
* Check that disk sector_size is 512 bytes at leastChristophe Grenier2015-04-091-2/+6
* TestDisk: when deleting PC/Intel partition list, remove Mac, Sun and XBOX sig...Christophe Grenier2014-01-111-1/+21
* TestDisk: remove align parameter from write_part() functionChristophe Grenier2013-11-031-2/+2
* Fix various issues reported by Coverity scanChristophe Grenier2013-11-011-1/+2
* init_structure_i386(): make some variables more localChristophe Grenier2013-05-171-1/+2
* Make set_next_status_i386() and set_prev_status_i386() C++ compatibleChristophe Grenier2012-04-141-12/+25
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-36/+10
* Try to locate truecrypt logical partition by using the logical partition entry.Christophe Grenier2010-11-291-0/+27
* Code cleanupChristophe Grenier2010-08-231-2/+0
* MBRCode: Avoid to replace the disk signature used by Vista and laterChristophe Grenier2010-08-181-5/+7
* When deleting an Intel partition table, remove the EFI signature if present.Christophe Grenier2010-01-241-4/+18
* Code cleanupChristophe Grenier2009-10-251-3/+3
* List 0xFB PC/Intel partition id as VMFS, VMware FileSystemChristophe Grenier2009-10-191-0/+1
* Limit the scope of several variablesChristophe Grenier2009-05-051-3/+3
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-3/+3
* TestDisk: recover exFAT partitionChristophe Grenier2009-03-221-1/+6
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-33/+29
* Define as static some functionsChristophe Grenier2009-02-011-6/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-12/+12
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-149/+10
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-59/+53
* Defined more functions as staticChristophe Grenier2008-11-101-0/+12
* Split the interface in several files, part 2Christophe Grenier2008-08-251-5/+7
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-51/+73
* Make the code less C++ hostileChristophe Grenier2008-06-231-3/+3
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-26/+26
* Add Windows RE(store) partition type for PC/Intel partitionChristophe Grenier2008-03-291-0/+1
* Remove Mac and Sun partition signature when writing an Intel partition tableChristophe Grenier2008-02-251-1/+7
* PhotoRec pseudo partition Whole Disk listed as "No partition"Christophe Grenier2008-02-011-1/+1
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-13/+13
* Add some synchronisation points, should help to deal with unexpected program ...Christophe Grenier2007-12-021-0/+3
* Handle unicode filenames in display and when copying files from an NTFS parti...Christophe Grenier2007-11-061-0/+2
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-1/+1