summaryrefslogtreecommitdiff
path: root/parted
Commit message (Expand)AuthorAgeFilesLines
...
* maint: update all copyright year number rangesJim Meyering2013-01-069-9/+9
* maint: remove unnecessary wcslen useJim Meyering2012-09-121-2/+2
* build: prefer $(AM_CPPFLAGS) over $(INCLUDES)Stefano Lattarini2012-08-301-1/+1
* ui: rewrite disk_print_flags and partition_print_flagsJim Meyering2012-02-031-59/+41
* parted: when printing, also print the new disk flagsBrian C. Lane2012-02-021-2/+42
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-023-0/+98
* libparted: gpt: avoid invalid free with many (~100) partitionsJim Meyering2012-01-231-1/+0
* build: insert -I$(top_builddir)/include before -I$(top_srcdir)/includeKeshav P R2012-01-101-1/+2
* build: appease gcc's -Werror=suggest-attribute=pureJim Meyering2012-01-091-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-019-9/+9
* build: address a new "noreturn" suggestionJim Meyering2011-12-031-1/+1
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-034-6/+6
* build: avoid new float-to-double warningsJim Meyering2011-12-031-1/+1
* parted: exit nonzero for certain failures already diagnosed as "Error"Jim Meyering2011-11-031-3/+14
* parted: mkpart: DWIM for IEC ending sector numbers like 2MiB and 9GiBPetr Uzel2011-11-023-7/+88
* parted: write a few errors and warnings to stderr instead of stdoutRichard W.M. Jones2011-10-143-8/+8
* parted: strlist print functions can now send output to any FILE *Richard W.M. Jones2011-10-144-15/+15
* parted: make a warning message more informativePetr Uzel2011-10-121-3/+7
* parted: remove obsolete commentsPetr Uzel2011-10-011-7/+0
* libparted: differentiate between plain files and loop devicesPetr Uzel2011-09-291-1/+1
* remove all top-level FS-op code and the clearfat programJim Meyering2011-05-271-88/+0
* UI: remove all file-system-aware sub-commandsJim Meyering2011-05-271-680/+1
* UI: avoid leak when interactive sector selection matches defaultJim Meyering2011-05-271-0/+1
* UI: plug a leakJim Meyering2011-05-271-0/+1
* maint: correct coverity-reported "suspicious sizeof"Jim Meyering2011-05-271-1/+1
* maint: avoid shadowing warningJim Meyering2011-03-161-2/+2
* build: don't let parted_CFLAGS override our AM_CFLAGS settingJim Meyering2011-03-161-3/+0
* maint: avoid new compiler warningsJim Meyering2011-03-161-2/+1
* parted: rework 'parted print' so that it works with empty diskPetr Uzel2011-03-161-57/+68
* parted: factor out disk geometry printing into separate functionPetr Uzel2011-03-161-17/+23
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-053-25/+23
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-229-13/+9
* parted: do_align_check returns always 1 in interactive modePetr Uzel2010-05-281-2/+6
* parted: make align-check work in interactive modePetr Uzel2010-05-261-5/+16
* parted: initialize align_type to default valuePetr Uzel2010-05-261-1/+1
* parted: plug memory leakPetr Uzel2010-05-261-0/+1
* maint: remove useless definitionsJim Meyering2010-05-262-12/+0
* ui: make --help tell where to report bugsJim Meyering2010-04-281-0/+1
* maint: remove empty lines at end of fileJim Meyering2010-04-284-4/+0
* doc: use a valid http:.../AUTHORS URLJim Meyering2010-04-271-1/+1
* ui: get version number from a separately-compiled fileJim Meyering2010-04-272-2/+27
* libparted: add support for Linux software RAID arrays (mdraid)Petr Uzel2010-04-161-1/+2
* build: prepare for gnulib's updated lib-ignoreJim Meyering2010-03-301-0/+3
* Add support for ATA over Ethernet (AoE) devicesPetr Uzel2010-02-261-1/+1
* parted: change default alignment to "optimal"Hans de Goede2010-02-101-1/+1
* parted: change warnings when initial constrained mkpart failsHans de Goede2010-02-101-7/+52
* parted: honor --align option also in mkpartfs, resize and print cmdsHans de Goede2010-02-101-1/+25
* Fix minor spelling errorsOtavio Salvador2010-02-041-2/+2
* build: avoid -Wshadow warningsJim Meyering2010-01-311-3/+2
* maint: remove unreachable codeJim Meyering2010-01-181-1/+0