OSDN Git Service

maint: update copyright year ranges to include 2011
[android-x86/external-parted.git] / parted / parted.c
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-05-28 Petr Uzelparted: do_align_check returns always 1 in interactive...
2010-05-26 Petr Uzelparted: make align-check work in interactive mode
2010-05-26 Petr Uzelparted: initialize align_type to default value
2010-05-26 Petr Uzelparted: plug memory leak
2010-04-27 Jim Meyeringdoc: use a valid http:.../AUTHORS URL
2010-04-27 Jim Meyeringui: get version number from a separately-compiled file
2010-04-16 Petr Uzellibparted: add support for Linux software RAID arrays...
2010-02-26 Petr UzelAdd support for ATA over Ethernet (AoE) devices
2010-02-10 Hans de Goedeparted: change default alignment to "optimal"
2010-02-10 Hans de Goedeparted: change warnings when initial constrained mkpart...
2010-02-10 Hans de Goedeparted: honor --align option also in mkpartfs, resize...
2010-02-04 Otavio SalvadorFix minor spelling errors
2010-01-31 Jim Meyeringbuild: avoid -Wshadow warnings
2010-01-18 Jim Meyeringmaint: remove unreachable code
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-18 Hans de Goedeui: Do not truncate flag names when printing
2009-12-12 Jim Meyeringui: mkpart: avoid double free
2009-12-10 Hans de Goedeui: add --align command-line option to specify mkpart...
2009-11-30 Jim Meyeringui: new command: align-check TYPE N
2009-11-07 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-06 Jim Meyeringmaint: remove stray "types and" in the big FS-op warning
2009-10-28 Jim Meyeringui: plug multiple command_line_get_word leaks
2009-10-27 Jim Meyeringui: plug a constraint leak in do_mkpart
2009-10-27 Jim Meyeringui: plug a leak (partition_print_flags)
2009-10-01 Jim Meyeringparted: issue a warning upon any use of a file-system op
2009-10-01 Jim Meyeringmaint: function returning "int", did not return a value.
2009-10-01 Jim Meyeringmaint: remove more dead stores and fix a bug in do_mkpartfs
2009-09-24 Jim Meyeringui: do not initialize readline (which would output...
2009-08-21 Gilles EspinasseFix 2 typos.
2009-07-10 Colin WatsonRationalise linux-swap fs names, and add a "linux-swap...
2009-06-10 Joel Granados Morenoparted-ui: ensure cmd-line buffer is empty before ped_e...
2009-05-26 Joel Granados MorenoCorrectly name virtio devices.
2009-03-05 Jim Meyeringremove all trailing blanks
2008-10-10 Harald WelteAdd support for SD/MMC storage cards on Linux
2008-08-20 Petr UzelRemove obsolete 'i' from parted optstring (--interactiv...
2008-07-07 Jim Meyering* parted/parted.c (options): Remove redundant "const...
2008-06-20 Joel Andres GranadosFix the script mode for mkpart and mkpartfs.
2008-06-05 Jim Meyeringuse gnulib's progname module
2008-05-31 Jim Meyeringplug leaks in do_print
2008-05-30 Jim Meyeringplug leaks in parted.c
2008-05-29 Jim Meyeringremove more useless "if" tests before free
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-05-29 Jim Meyeringavoid const-related compiler warnings
2008-04-29 Matt DavisCorrected a few memory leaks from unallocated ped_unit_...
2008-04-29 Matt DavisCorrected memory leak when displaying partition flags.
2008-04-27 Matt DavisCorrected a small memory leak when displaying partition...
2008-02-04 Jim Meyeringdvh.c (dvh_partition_set_name): Include partition name...
2008-02-02 Jim Meyeringmkpart: Don't require a DVH partition name if it's...
2007-11-06 David CantrellAdd 'xvd' to the transports array in do_print
2007-08-09 David CantrellRevert "History with undo and redo capabilities."
2007-08-08 David CantrellHistory with undo and redo capabilities.
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-06-12 David VazquezReplace some malloc and strdup by xmalloc and xstrdup...
2007-06-11 Jim MeyeringFix inconsistent prompt for file system type.
2007-05-29 Jim MeyeringAvoid a leak.
2007-05-14 Flavio LeitnerFix exception handling in mkpart and mkpartfs
2007-05-11 Jim MeyeringWhen labeling a disk in --script mode, fail if it is...
2007-05-09 Otavio Salvador[parted] Fix script mode support on mkfs commandline...
2007-05-07 Jim MeyeringMerge branch 'inhibit-word-wrap'
2007-05-07 Jim MeyeringMerge branch 'include-limits-h-for-CHAR_MAX'
2007-05-07 Jim MeyeringSuppress "you are not superuser..." warning in script...
2007-05-07 Jim MeyeringAvoid "make distcheck" failure, with newer system headers.
2007-05-02 David CantrellFix off-by-one bug in parted when displaying informatio...
2007-05-02 David CantrellDo not translate partition names in 'parted print'...
2007-04-26 Jim MeyeringAdd integration tests, then adjust code so that they...
2007-04-21 Jim Meyering[PATCH] Avoid warning from -Wformat-security; tweak...
2007-04-18 Benno SchulenbergHandle options independent of their order.
2007-04-16 Debarshi RayShow the update /etc/fstab message only when there...
2007-03-27 Benno SchulenbergTweak some help messages: change third person to impera...
2007-03-07 Debarshi RayMerge branch 'master' of git+ssh://rishi-guest@git...
2007-03-07 Debarshi RayReplaced [f]printf with fput[c|s] globally.
2007-02-25 Jim Meyeringparted: Detect/report stdout write errors.
2007-02-25 Jim MeyeringInclude <config.h>, not "../config.h".
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-01-14 Debarshi RaySynchronise manual page and --help documentation.
2007-01-12 David CantrellOnly call _disk_warn_loss(disk) in do_mklabel() if...
2007-01-12 Debarshi RayRectify segmentation fault caused by 9e05418de3477666b0...
2007-01-06 Otavio Salvadorparted/parted.c: Destroy all objects before return...
2006-12-11 Debarshi RayAlias 'print list' with 'print all'.
2006-12-08 Debarshi RayZero sized device is shown as 0.00B and not -0.00kB.
2006-12-06 Debarshi RayImplement 'print devices'.
2006-12-05 Benno SchulenbergTranslate the copyright message, and hard wrap it
2006-12-05 Otavio Salvadorparted/parted.c: Remove useless line break
2006-12-02 Anant NarayananMake parted ignore '-i' option instead of failing
2006-12-02 Anant NarayananSupport machine parseable output.
2006-11-30 Debarshi RayCleanup _partition_warn_busy, _disk_warn_busy, _partiti...
2006-11-29 Otavio SalvadorProper print when there're no extended partitions,...
2006-11-28 Debarshi RayWarn before mklabel and mkfs.
2006-11-28 Debarshi RayMake mktable aliased to mklabel.
2006-11-28 Otavio SalvadorFix 'print' command help
2006-11-23 Anant NarayananIntroduce the -list command-line switch, patch by Debar...
2006-11-22 Otavio SalvadorAvoid warning about user permissions when using --version
2006-11-22 Otavio Salvadorparted/parted.c: Remove redeclaration of current_dev...
2006-11-22 AnantFix loop in print_all, thanks to Debarshi Ray for the...
2006-10-31 David Cantrell * parted.c (do_print): Add device-mapper type...
2006-10-09 David Cantrell * parted.c (do_print): Define transport type...
2006-09-14 Anant NarayananFix ChangeLog