OSDN Git Service

build: stop distributing gzip'd releases; xz is enough
[android-x86/external-parted.git] / include /
2011-10-01 Petr Uzelmaint: unmark PedDeviceType as deprecated
2011-09-29 Petr Uzellibparted: differentiate between plain files and loop...
2011-05-27 Jim Meyeringremove all top-level FS-op code and the clearfat program
2011-05-27 Jim MeyeringUI: remove all file-system-aware sub-commands
2011-03-05 Brian C. LaneRemove PED_ASSERT action argument
2011-02-26 Jim Meyeringmaint: two files lacked a newline at EOF: add one to...
2011-02-26 Brian C. Lanegpt: add legacy_boot partition flag
2011-02-23 Stephen Powells390: improve/correct DASD support
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-12-15 Brian C. Lanedefault to 1MiB alignment when possible
2010-04-29 Hans de Goededos: add a partition flag for diagnostics / recovery...
2010-04-28 Jim Meyeringmaint: remove empty lines at end of file
2010-04-21 Colin Watsonmaint: make PED_ASSERT and PED_DEBUG if-safe
2010-04-16 Petr Uzellibparted: add support for Linux software RAID arrays...
2010-04-13 Colin Watsonmaint: constify ped_device_get_constraint interface
2010-02-26 Petr UzelAdd support for ATA over Ethernet (AoE) devices
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-10 Joel Granados Morenogpt: Add support for appletv partitions
2009-12-10 Joel Granados Morenobuild: don't install s390 dasd internal headers into...
2009-12-10 Hans de Goedelibparted: add disk flag functions and PED_DISK_CYLINDE...
2009-12-08 Jim Meyeringlibparted: new interfaces: max start sector, max partit...
2009-12-08 Jim Meyeringlibparted: factor out duplication, hook up new APIs
2009-11-27 Jim Meyeringlibparted: ped_disk_clobber_exclude: remove now-unused...
2009-11-27 Jim Meyeringdasd: allow the use of a *regular* backing file
2009-11-13 Jim Meyeringped_disk_type_get_next: fix a const-correctness bug
2009-11-12 Jim Meyeringmaint: more const-correctness fixes
2009-11-10 Jim Meyeringmaint: fix s390-specific const correctness problems
2009-11-01 Hans de Goedelibparted: add ped_disk_get_partition_alignment() function
2009-11-01 Hans de Goedelibparted: add ped_device_get_xxx_aligned_constraint...
2009-11-01 Hans de Goedelibparted: add ped_device_get_xxx_alignment() functions
2009-10-01 Jim Meyeringmake PED_ASSERT handling sane: abort on false condition
2009-09-29 Jim Meyeringmaint: update most copyright year lists to include...
2009-09-29 Jim Meyeringtests: enable more syntax-checks
2009-07-24 Joel Granados Morenoput partition-table-specific logic in the corresponding...
2009-07-24 Jim MeyeringStill working on making label support work.
2009-07-10 Colin WatsonRationalise linux-swap fs names, and add a "linux-swap...
2009-05-26 Joel Granados MorenoCorrectly name virtio devices.
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Joel Granados MorenoProperly sync partitions with operating system
2009-02-06 Otavio Salvadorremove ped_(register|unregister)_disk_type since they...
2009-02-06 Otavio Salvadormove architecture specific code since they're used...
2008-10-10 Harald WelteAdd support for SD/MMC storage cards on Linux
2008-06-10 Guido Guenthermove new dmtype member from PedDevice to LinuxSpecific,
2008-06-06 Jim Meyeringdevice mapper clean-up: remove #ifdefs, plug a leak
2008-06-05 Guido Guentherlinux device-mapper map type detection
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-05-06 Otavio Salvadorproperly test for __s390__ and __s390x__ macros to...
2008-04-12 Robert MillanAdd support for GRUB / BIOS partition in GPT.
2008-01-14 Jim MeyeringChange two "extern inline" functions to "static inline".
2007-11-06 David CantrellAlways define PED_DEVICE_DM
2007-11-03 Otavio SalvadorMove PedArchitecture and ped_set_architecture to private
2007-11-02 Otavio Salvadorparted/geom.h: move includes to after type definition...
2007-11-02 Otavio Salvadorparted/device.h: move includes to after type definition...
2007-11-02 Otavio Salvadorparted/filesys.h doesn't use stdio.h, parted/disk.h...
2007-11-02 Otavio Salvadorparted/constraint.h needs parted/geom.h since it uses...
2007-11-02 Otavio Salvadorparted/natmath.h needs parted/device.h since it uses...
2007-11-02 Otavio Salvadorparted/device.h needs to include parted/constraint...
2007-08-09 David CantrellRevert "History with undo and redo capabilities."
2007-08-08 David CantrellHistory with undo and redo capabilities.
2007-07-31 David CantrellAdd the PED_DEVICE_XVD device type for Xen virtual...
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-03 Jim MeyeringDon't include config.h from internal headers.
2007-05-30 Benno Schulenbergfdasd label: Move formatting out of translatable strings.
2007-05-30 Benno Schulenbergvtoc label: Move formatting out of translatable strings.
2007-05-08 Debarshi RayPreventing compilation of DASD code on GNU Hurd systems...
2007-03-20 David CantrellConditionalize the System Z stuff correctly. We get...
2007-03-20 David CantrellRemove the COMPILE_FOR_S390 flag-setting stuff. It...
2007-03-20 David CantrellFix for compile problems with gcc-4.1.2 as indicated...
2007-03-20 David CantrellInclude vtoc.h for the format1_label_t typedef.
2007-03-16 Debarshi RayPrevented DASD specific headers and sources from being...
2007-03-07 Debarshi RayMerge branch 'master' of git+ssh://rishi-guest@git...
2007-03-07 Jim Meyeringlibparted/unit.c: constify interfaces
2007-03-07 Jim MeyeringAdd "const" to parameters in these public interfaces.
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-05 Jim MeyeringUndo part of the dos.c constification.
2007-03-05 Jim Meyering* libparted/labels/dos.c: Complete constification of...
2007-03-05 Jim Meyering* include/parted/disk.h (struct _PedDiskOps) [write...
2007-02-19 Debarshi RayIntroduced MAINTAINERCLEANFILES in Makefile.am for...
2007-02-16 Debarshi RayFix the style of typedef, enum, struct and __attribute_...
2007-02-15 Debarshi RayDeprecating ped_[register|unregister]_disk_type in...
2007-01-16 Debarshi RayAdd stdint.h stdlib.h & string.h to include/parted...
2007-01-12 David CantrellAdd ped_device_cache_remove() prototype.
2006-10-11 David CantrellAdded /dev/mapper device support (patch from Peter...
2006-09-15 David CantrellAdd vtoc.h and fdasd.h to the list.
2006-09-14 Anant NarayananFix ChangeLog