summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename the partition type "Freedesktop $BOOT" to "XBOOTLDR partition"Rod Smith2021-01-121-2/+2
|\ \
| * | Rename the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".nl67202020-04-111-2/+2
| |/
* | Fix segfault on some weird data structuresRod Smith2020-09-143-2/+19
|/
* Fix minor man page typos (from Debian patch)Rod Smith2020-02-262-4/+4
* Documentation and final changes for 1.0.5 releaseRod Smith2020-02-177-15/+31
* Merge /u/morisgi/gptfdisk/ branch enhancements into masterRoderick W. Smith2020-02-158-14/+33
|\
| * Use PRIu64 macro to have a portable way to scan in uint64_tGilles Moris2019-05-201-1/+3
| * Perform case insensitive search of partition typesGilles Moris2019-05-155-6/+17
| * Allow to quit early the display of partition types using 'q'Gilles Moris2019-05-151-1/+3
| * Create a constant unusedPartType object instead of recreating it each timeGilles Moris2019-05-154-3/+7
| * gdisk: use previous code when changing partition type to be idempotent like c...Gilles Moris2019-05-151-2/+2
| * gdisk: show also previous type as cgdisk does when changing partition typeGilles Moris2019-05-151-1/+1
* | Tweaks for building on the latest XCode for macOSRod Smith2020-02-154-7/+23
* | Added Container Linux and Veracrypt type codesRod Smith2020-02-132-0/+12
* | Update to NEWS fileRod Smith2020-02-131-0/+7
* | Merge /u/johndemolition/gptfdisk/ branch u into masterRoderick W. Smith2020-02-102-2/+4
|\ \
| * | support: flush cout in ReadStringRosen Penev2019-10-071-0/+1
| * | support: flush cout in GetNumberRosen Penev2019-10-071-1/+1
| * | support: Flush cout in GetYNRosen Penev2019-10-071-1/+1
| * | gptcurses: Add missing headerRosen Penev2019-10-071-0/+1
| |/
* | Merge /u/geoffwilliams/gptfdisk/ branch hybrid_part_order into masterRoderick W. Smith2020-02-102-10/+24
|\ \
| * | Support placing GPT last when for hybrid MBRGeoff Williams2019-09-222-10/+24
| |/
* | Merge /u/ffontaine35/gptfdisk/ branch master into masterRoderick W. Smith2020-02-101-4/+4
|\ \
| * | Add $(LDLIBS) support to enable clean static builds (for libintl).Fabrice Fontaine2019-04-191-4/+4
| |/
* | Add more Linux partition type codesnl67202020-02-101-2/+10
* | Change number of columns in type code output from 3 to 2.Rod Smith2020-02-092-5/+13
* | Improve man pagesnl67202019-03-164-36/+36
|/
* Fixed typo in sgdisk man page.Rod Smith2019-03-152-1/+6
* Use the same ESP label as Windowsnl67202018-07-101-1/+1
* Final changes for 1.0.4 releaseRod Smith2018-07-052-6/+9
* Added explicit copy constructors and made other tweaks to avoidRod Smith2018-07-059-55/+153
* Added Ceph and Linux encrypted (LUKS and dm-crypt) partition type codes.Rod Smith2018-07-054-7/+37
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-0515-32/+59
* Added 52 Android partition type codes.Rod Smith2018-07-042-1/+57
* Updated NEWS files to record effects of recent merges.Rod Smith2018-07-041-0/+7
* Merge /u/claui/gptfdisk/ branch fix-ncurses-path into masterRoderick W. Smith2018-07-041-1/+1
|\
| * Fix ncurses path mismatch introduced in a9630e3Claudia Pellegrino2017-10-131-1/+1
* | Merge /u/shealevy/gptfdisk/ branch cross-makefile into masterRoderick W. Smith2018-07-041-2/+0
|\ \
| * | Makefile: Don't hard-code CC and CXX.Shea Levy2018-02-241-2/+0
| |/
* | Merge /u/adi82/gptfdisk/ branch alignment into masterRoderick W. Smith2018-07-044-0/+4
|\ \
| * | Reset struct alignment back to standard after each #pragma pack (n)John Paul Adrian Glaubitz2018-05-184-0/+4
* | | Show detail status of header and tableWeiping Zhang2018-06-221-2/+20
* | | load main partition table if main header crc is okWeiping Zhang2018-06-221-3/+2
|/ /
* | Changed "Creating new GPT entries" message to "Creating new GPTRod Smith2018-04-292-1/+11
|/
* New type code for APFS.Rod Smith2017-10-031-0/+1
* Fixed a major bug that caused improper partition tables to be created.Rod Smith2017-07-278-9/+17
* Version 1.0.2 release.Rod Smith2017-07-268-512/+19
* Added support for showing the disk's model name under Linux.Rod Smith2017-07-267-6/+32
* Added code to read physical block size on Linux.Rod Smith2017-07-256-7/+62
* Added four Apple SoftRAID partition type codes.Rod Smith2017-07-252-1/+8