aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-15Fixed bug in display of Unicode characters greater than 0x10000upstream-masterRod Smith
2024-02-19Version 1.0.10 releaseRod Smith
2024-02-19Fine-tuning and documentation of new function to move the secondary/backup pa...Rod Smith
2024-02-19implement k/--move-backup-table/MoveSecondTableRod Smith
2024-02-19Fixed accidental inclusion of stray code linesRod Smith
2024-02-19New partition type codes from the Discoverable Partitions SpecificationRod Smith
2024-02-19Updated NEWS for recent mergeRod Smith
2024-02-05Do not check for writable device if we don't need itFrediano Ziglio
2024-02-05Do not call CloseHandle with invalid handleFrediano Ziglio
2023-04-14implement k/--move-backup-table/MoveSecondTable,Niklas Gollenstede
2023-03-10Minor code cleanup based on valgrind analysisRod Smith
2023-03-06Document previous mergeRod Smith
2023-03-06Truncate decimal inputs (e.g., '9.5G' becomes '9G')Rod Smith
2023-03-06Do some explicit casts in gptcurses.cc to eliminate compiler warnings.Rod Smith
2023-03-05Document recent mergestRod Smith
2023-03-05Merge /u/djsp/gptfdisk/ branch fix-largest-new into masterb'Roderick W. Smith
2023-03-05Merge /u/khemraj/gptfdisk/ branch master into masterb'Roderick W. Smith
2023-03-05Document recent merge.Rod Smith
2023-01-28Allow partition dynamically allocated by --largest-new to be referenced by ot...David JoaquĆ­n Shourabi Porcel
2022-12-12Use 64bit time_t on linux as wellKhem Raj
2022-07-07Fix NULL dereference when duplicating string argumentDamian Kurek
2022-04-26Updated URLs in man pages to HTTPS rather than HTTPRod Smith
2022-04-16Updated guid.cc to deal with minor change in libuuidRod Smith
2022-04-15Fix failure & crash of sgdisk when compiled with latest popt (commit 740; pre...Rod Smith
2022-04-14GPT fdisk version 1.0.9Rod Smith
2022-04-12Added several new partition type codesRod Smith
2022-04-12Introduction of unified (multi-OS) MakefileRod Smith
2022-04-10Fix bug that caused cgdisk to report incorrect partition attributes.Rod Smith
2022-04-10Fix valgrind complaintRod Smith
2022-04-10Updated NEWS file for recent merges.Rod Smith
2022-04-10Abort load of too-small disk imageRod Smith
2022-04-10Fix build problem with recent ncurses versionsRod Smith
2022-04-10Patch set from Bin Meng to clean up some code & support building sgdisk for W...Rod Smith
2022-01-29Add end-alignment feature.Rod Smith
2021-10-09Removed another stray debugging messageRod Smith
2021-10-09Remove stray debugging codeRod Smith
2021-06-09Version 1.0.8 releaseRod Smith
2021-06-09Added type code for Barebox boot loaderRod Smith
2021-06-09Expand some options in sgdisk man page.Rod Smith
2021-06-08Add ability to reverse byte order of partition names to gdisk and sgdiskRod Smith
2021-06-08Added info to NEWS about latest commits.Rod Smith
2021-06-08gptpart.cc: Remove byteswap commands in GPTPart::SetName(const string&).Erik Larsson
2021-06-08gptpart.cc: Minor fix to end comment of GPTPart::ReversePartBytes(void).Erik Larsson
2021-05-02Updated e-mail address for contributor Dwight SchauerRod Smith
2021-03-17Code cleanup based on 'infer' suggestions; mostly just dead stores.Rod Smith
2021-03-10Version 1.0.7 releaseRod Smith
2021-03-10Three new type codesRod Smith
2021-03-08Adjusted documentation & Makefile.mac for new ARM64 support under macOSRod Smith
2021-03-07gptpart.cc: Fix double byteswap for big-endian architectures.Erik Larsson
2021-02-01Fix spurious warnings of problems on MBR disksRod Smith