summaryrefslogtreecommitdiff
path: root/gpt.cc
Commit message (Collapse)AuthorAgeFilesLines
* Minor code cleanup based on valgrind analysisHEADmasterRod Smith2023-03-101-0/+1
|
* Fix valgrind complaintRod Smith2022-04-101-0/+2
|
* Abort load of too-small disk imageRod Smith2022-04-101-1/+9
|
* Add end-alignment feature.Rod Smith2022-01-291-8/+26
|
* Code cleanup based on 'infer' suggestions; mostly just dead stores.Rod Smith2021-03-171-4/+2
| | | | One forgotten change
* Fix spurious warnings of problems on MBR disksRod Smith2021-02-011-5/+13
|
* Fix segfault on some weird data structuresRod Smith2020-09-141-1/+12
|
* Added explicit copy constructors and made other tweaks to avoidRod Smith2018-07-051-31/+72
| | | | compiler complaints.
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-051-1/+1
| | | | codes.
* Show detail status of header and tableWeiping Zhang2018-06-221-2/+20
| | | | Signed-off-by: Weiping Zhang <zhangweiping@didichuxing.com>
* load main partition table if main header crc is okWeiping Zhang2018-06-221-3/+2
| | | | | | mainCrcOk and secondCrcOk were overwritten by header rebuilding. Signed-off-by: Weiping Zhang <zhangweiping@didichuxing.com>
* Changed "Creating new GPT entries" message to "Creating new GPTRod Smith2018-04-291-1/+1
| | | | entries in memory" because the latter is clearer and more precise.
* Fixed a major bug that caused improper partition tables to be created.Rod Smith2017-07-271-0/+1
| | | | Version 1.0.3 release.
* Added support for showing the disk's model name under Linux.Rod Smith2017-07-261-2/+5
|
* Added code to read physical block size on Linux.Rod Smith2017-07-251-5/+24
|
* Added a couple of new verification checks and minor tweaks.Rod Smith2017-07-231-1/+23
|
* Initial commit of support for moving main partition table to arbitraryRod Smith2017-07-211-3/+53
| | | | location on disk (within limits based on existing partitions).
* Version 1.0.1 release.Roderick W. Smith2015-10-181-1/+6
|
* Changes to support compilation with UEFI GPT fdisk library.Roderick W. Smith2014-03-281-0/+17
|
* Removed libicu dependency for UTF-16 partition names. Version 0.8.9Roderick W. Smith2014-02-171-25/+20
| | | | release.
* Checks on backup GPT data structures added to GPTData::DestroyGPT().Roderick W. Smith2014-02-171-18/+24
|
* New checks for an oversized 0xEE protective (or any hybrid MBR)Roderick W. Smith2014-01-251-0/+21
| | | | | partition. Auto-corrects on loading if protective & otherwise valid; if not, verify and save operations warn of the problem.
* Fixed bug in sgdisk that could cause segfault when passing an invalidRoderick W. Smith2013-10-121-16/+22
| | | | | partition number to -i/--info; added patch to fix compiling problems with some versions of GCC.
* Removed 0x8302 type code, since the Red Hat parted developers haveRoderick W. Smith2013-09-241-1/+1
| | | | decided against using it.
* Check for boot/active flag on 0xEE protective partition in verifyRoderick W. Smith2013-08-311-0/+9
| | | | function.
* New partition type codes & "-a" option for cgdiskRoderick W. Smith2013-07-061-4/+6
|
* Change to alignment code in sgdisk.srs56942013-02-141-1/+1
|
* 0.8.6 release.srs56942013-01-091-5/+5
|
* Added partition type codes; new verification check.srs56942012-12-151-4/+27
|
* Version 0.8.5 releasesrs56942012-05-301-6/+18
|
* GPT fdisk 0.8.3 release; minor bug fixes & feature changes.srs56942012-03-231-1/+1
|
* Changes to partition table size management for Solaris-created GPTssrs56942012-01-211-16/+17
|
* Fixes related to handling of GPTs created under Solarissrs56942012-01-201-19/+26
|
* Minor bug fixessrs56942011-12-181-10/+2
|
* Changes for GPT fdisk version 0.8.1srs56942011-10-011-2/+1
|
* Fixed bug in reading GPTs with encoded header sizes other than 92 bytes.srs56942011-09-181-30/+64
|
* Changes for version 0.8.0srs56942011-09-101-13/+18
|
* 0.7.2 release, includes new Linux type code & true GUID generation insrs56942011-06-261-3/+2
| | | | Windows
* Miscellaneous bug fixes.srs56942011-06-101-14/+16
|
* 0.7.1 release versionsrs56942011-03-211-2/+7
|
* A few minor changes.srs56942011-03-181-7/+15
|
* Preliminary UTF-16LE support for GPT descriptionssrs56942011-03-171-5/+5
|
* Second patchset from Florian & a few other small changessrs56942011-03-151-43/+20
|
* Patches supplied by Florian Zumbiehlsrs56942011-03-151-63/+18
|
* Version 0.7.0srs56942011-03-121-58/+4
|
* Misc. bug fixes & restructuring.srs56942011-03-011-36/+107
|
* Version 0.6.14 releasesrs56942011-01-081-4/+3
|
* Version 0.6.13: GPT-to-MBR conversion bug fixes.srs56942010-10-121-6/+7
|
* Version 0.6.12 release; mostly changes in support for disks with othersrs56942010-10-071-37/+39
| | | | than 512-byte sectors.
* Final 0.6.11 version; only trivial changessrs56942010-09-251-1/+1
|