summaryrefslogtreecommitdiff
path: root/support.cc
Commit message (Collapse)AuthorAgeFilesLines
* Truncate decimal inputs (e.g., '9.5G' becomes '9G')Rod Smith2023-03-061-1/+11
|
* Add end-alignment feature.Rod Smith2022-01-291-31/+9
|
* Code cleanup based on 'infer' suggestions; mostly just dead stores.Rod Smith2021-03-171-1/+1
| | | | One forgotten change
* Merge /u/morisgi/gptfdisk/ branch enhancements into masterRoderick W. Smith2020-02-151-1/+13
|\ | | | | | | https://sourceforge.net/p/gptfdisk/code/merge-requests/15/
| * 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-151-0/+10
| |
* | support: flush cout in ReadStringRosen Penev2019-10-071-0/+1
| | | | | | | | | | | | uClibc++ does not implicitly do this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | support: flush cout in GetNumberRosen Penev2019-10-071-1/+1
| | | | | | | | | | | | uClibc++ does not implicitly do this before getline. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | support: Flush cout in GetYNRosen Penev2019-10-071-1/+1
|/ | | | | | uClibc++ does not implicitly flush cout before getline. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-051-1/+1
| | | | codes.
* Added a couple of new verification checks and minor tweaks.Rod Smith2017-07-231-1/+1
|
* Initial commit of support for moving main partition table to arbitraryRod Smith2017-07-211-3/+3
| | | | location on disk (within limits based on existing partitions).
* Fixed bug that caused input glitches (trailing line feeds andRoderick W. Smith2015-10-181-2/+9
| | | | difficulty entering type codes) on EFI version.
* Don't leave suffix uninitialised when none was passed to IeeeToInt.William Grant2015-06-191-1/+1
| | | | | Fixes incorrect partition boundaries and other failures on ppc64el and possibly other architectures.
* Version 1.0.0 release! Added some type codes and the -O/--print-mbrRoderick W. Smith2015-03-171-1/+13
| | | | option for sgdisk.
* Fixed bug that caused spurious "1" exit condition in gdisk. AlsoRoderick W. Smith2014-03-291-5/+5
| | | | | modified Windows warning text in light of common use of GPT on Windows 8 and 8.1.
* Fixes for minor typos and trivial bugs.Roderick W. Smith2014-03-291-1/+1
|
* Changes to support compilation with UEFI GPT fdisk library.Roderick W. Smith2014-03-281-12/+21
|
* Removed libicu dependency for UTF-16 partition names. Version 0.8.9Roderick W. Smith2014-02-171-0/+3
| | | | release.
* Removed 0x8302 type code, since the Red Hat parted developers haveRoderick W. Smith2013-09-241-1/+1
| | | | decided against using it.
* Fix Ctrl+D problems; 0.8.4 releasesrs56942012-03-251-2/+6
|
* Minor bug fixessrs56942011-12-181-0/+2
|
* Changes for version 0.8.0srs56942011-09-101-1/+17
|
* Miscellaneous bug fixes.srs56942011-06-101-41/+74
|
* A few minor changes.srs56942011-03-181-2/+3
|
* Preliminary UTF-16LE support for GPT descriptionssrs56942011-03-171-47/+14
|
* A few miscellaneous changessrs56942011-03-161-2/+3
|
* Second patchset from Florian & a few other small changessrs56942011-03-151-117/+74
|
* Patches supplied by Florian Zumbiehlsrs56942011-03-151-14/+25
|
* Version 0.7.0srs56942011-03-121-5/+10
|
* Misc. bug fixes & restructuring.srs56942011-03-011-17/+10
|
* Version 0.6.14 releasesrs56942011-01-081-84/+104
|
* Version 0.6.12 release; mostly changes in support for disks with othersrs56942010-10-071-30/+70
| | | | than 512-byte sectors.
* Final 0.6.11 version; only trivial changessrs56942010-09-251-4/+4
|
* Revisions for 0.6.10 releasesrs56942010-08-221-12/+31
|
* Changes to sector alignment policies and behavior when restoring asrs56942010-03-191-3/+3
| | | | backup fails
* Updated project files for 0.6.5 release version.srs56942010-03-071-14/+13
|
* Version 0.6.4srs56942010-02-191-5/+7
|
* A few minor bug fixes; backup function now accepts dd output of MBR,srs56942010-02-111-2/+2
| | | | | main header, and main partition table, as well as gdisk-generated backups.
* Version 0.6.3 release. Big-endian bug fix, new GUID generation method,srs56942010-02-041-105/+12
| | | | architectural changes.
* Final 0.6.2 release; misc. bug fixes & Windows versionsrs56942010-01-291-1/+1
|
* Misc. updates and bug fixessrs56942010-01-271-79/+78
|
* New files to support disk I/O restructuring and (currently broken)srs56942010-01-261-289/+1
| | | | Windows version.
* Version 0.6.1; very minor changes from last commitsrs56942010-01-201-5/+5
|
* Minor changessrs56942010-01-201-1/+1
|
* Fixed bug that caused disk size to be read incorrectly on 32-bitsrs56942010-01-201-2/+3
| | | | versions of FreeBSD.
* Fixed bug regarding disk size on FreeBSD when using disk images. Thissrs56942010-01-191-61/+61
| | | | but doesn't affect disk files or non-FreeBSD platforms.
* sgdisk program, misc. bug fixessrs56942010-01-121-9/+55
|
* Early support for larger-than-512-byte sectors and even earlier supportsrs56942010-01-051-9/+79
| | | | | for sgdisk program. (The latter is just proof-of-concept at this point; it doesn't do anything useful.)
* Version 0.5.3 changes. Minor bug fixes & detection of the number ofsrs56942010-01-031-39/+76
| | | | logical sectors per physical sector on Linux 2.6.32 and above.