OSDN Git Service

tests: use "compare exp out", not "compare out exp"
[android-x86/external-parted.git] / libparted /
2011-11-26 Petr Uzellibparted: use ext_range to find out largest possible...
2011-11-05 Brian C. Lanelibparted: HFS/HFS+ probe: don't let a corrupt FS evoke...
2011-11-03 Jim Meyeringgpt: don't misbehave with e.g., a 9-entry partition...
2011-11-03 Robert Herndongpt: prepare for tables with n_partition_array_entries...
2011-11-02 Jim Meyeringmaint: correct two comments in gpt.c
2011-11-02 Brian C. Lanelibparted: copy flags when duplicating GPT partitions
2011-10-19 Brian C. Lanelibparted: make pc98 detection depend on signatures
2011-10-01 Petr Uzellibparted: do not omit last sector when creating full...
2011-10-01 Petr Uzellibparted: do not call _device_get_partition_range...
2011-10-01 Petr Uzellibparted: optimize _disk_sync_part_table
2011-10-01 Petr Uzellibparted: check return value from ped_geometry_init
2011-09-29 Petr Uzellibparted: improve support for partitions on loopback...
2011-09-29 Petr Uzellibparted: differentiate between plain files and loop...
2011-09-29 Petr Uzeldvh: factor out read_sector and use ptt_read_sector
2011-09-28 Jim Meyeringbuild: update gnulib to latest; adapt use of _GL_ATTRIB...
2011-09-28 Jim Meyeringlibparted: fix a bug in the nilfs2 probe function
2011-06-24 Jim Meyeringgpt: don't abort for a truncated GPT-formatted device
2011-06-24 Jim Meyeringlibparted: avoid invalid diagnostic in interactive...
2011-06-22 Brian C. Lanelibparted: don't allow values less than 1 (#665496)
2011-06-22 Brian C. Lanelibparted: fix snap radius so that it is using half...
2011-06-07 H. Peter Anvinlibparted: simplify kernel version-parsing logic
2011-06-07 Jim Meyeringlibparted: accommodate two-component linux version...
2011-05-30 Jim Meyeringmaint: placate coverity: don't ignore some return values
2011-05-30 Jim Meyeringloop: avoid NULL dereference upon failure
2011-05-30 Jim Meyeringshared library version: increment major: 1.0.0
2011-05-27 Jim Meyeringbuild: remove configure-time options: --disable-fs...
2011-05-27 Jim Meyeringlinux_swap: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringxfs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringjfs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringufs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringreiserfs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringhfs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringntfs: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringamiga: build with warning and error options
2011-05-27 Jim Meyeringext2: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringfat: remove all-but-probe FS-related code
2011-05-27 Jim Meyeringremove all top-level FS-op code and the clearfat program
2011-05-27 Jim Meyeringamiga: avoid NULL-deref-on-OOM and an error-path leak
2011-05-27 Jim Meyeringmac: avoid NULL-deref-on-OOM and an error-path leak
2011-05-27 Jim Meyeringsun: avoid NULL-deref-on-OOM and an error-path leak
2011-05-27 Jim Meyeringbsd: avoid NULL-deref-on-OOM and an error-path leak
2011-05-27 Jim Meyeringlinux: don't leak a FILE* upon /proc read failure
2011-05-27 Jim Meyeringlinux: plug a file descriptor leak
2011-05-27 Jim Meyeringmaint: remove unreachable code
2011-05-18 Jim Meyeringshared library version: increment REVISION
2011-05-17 Jim Meyeringlinux: fix diagnostic about operating on very small...
2011-05-17 Jim Meyeringbfs: remove unused files
2011-05-10 Phillip Susilinux: also detect "in-use" dmraid and scsi-Nth (N...
2011-04-21 Brian C. Lanes390/dasd: avoid buffer overrun upon API mismatch diagn...
2011-04-20 Brian C. Lanelinux: fix typo in comment: /path%d => /part%d
2011-04-18 Jim Meyeringlinux: don't free invalid pointer upon asprintf failure
2011-04-18 Jim Meyeringlinux: clean up device naming code (no semantic change)
2011-04-18 Jim Meyeringdon't reference before start of buffer for short device...
2011-04-14 Jim Meyeringmaint: s/can not/cannot/ in a comment and documentation
2011-04-14 Jim Meyeringtests: remove now-unused Makefile rule
2011-04-14 Jim Meyeringtests: make the tests in libparted/tests work properly...
2011-03-24 Jim Meyeringmake parted "do what I say" with IEC start and end...
2011-03-16 Jim Meyeringmaint: rename a variable
2011-03-16 Jim Meyeringgpt: avoid division by zero
2011-03-16 Jim Meyeringbuild: enable compilation warnings also for new nilfs2...
2011-03-16 Jim Meyeringnilfs2: remove unused nilfs2_clobber function
2011-03-05 Brian C. LaneRemove PED_ASSERT action argument
2011-03-05 Brian C. LaneRemove PED_ASSERT from dos geometry checking
2011-02-26 Jiro SEKIBAlibparted: add nilfs2 module
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-26 Brian C. Lanegpt: add partition attribute bits: NoBlockIOProtocol...
2011-02-26 Jim Meyeringtests: move test_description= variable to a comment
2011-02-23 Jim Meyerings390: avoid warnings
2011-02-23 Stephen Powells390: make DIAG driver work for FBA DASD with block...
2011-02-23 Jim Meyeringcleanup: use verify, not PED_ASSERT to check struct...
2011-02-23 Stephen Powells390: improve/correct DASD support
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-12-30 Jim Meyeringmaint: don't hard-code bug-reporting address
2010-12-15 Brian C. Lanedefault to 1MiB alignment when possible
2010-11-22 Brian C. Lanelinux: remove DASD restriction on _disk_sync_part_table
2010-11-20 Jim Meyeringtests: adjust cleanup_ handler to work with init.sh
2010-11-20 Jim Meyeringtests: libparted/tests: use init.sh, not test-lib.sh
2010-11-20 Jim Meyeringtests: global subst: s/skip_test_/skip_/
2010-11-18 Colin Watsonlibparted: ignore zero-length devices
2010-11-09 Jim Meyeringdos: fix a bug affecting very small devices (smaller...
2010-08-20 Colin Watsonlibparted: remove limits on loop labels
2010-07-20 Hans de Goedelinux: recognize scsi disks with a high major number...
2010-07-17 Jim Meyeringlibparted: avoid regression when processing a whole...
2010-06-26 Colin Watsonsun: revert "implement disk flag operations"
2010-05-26 Jim Meyeringmaint: remove useless definitions
2010-05-25 Jim Meyeringfix typo in comment
2010-05-10 Jim Meyeringlibparted: fail (don't just warn) upon failure to infor...
2010-05-06 Hans de Goedegpt: recognize microsoft recovery GUID
2010-05-06 Hans de Goedemsdos: recognize id 27 as a diagnostics (recovery)...
2010-05-05 Martin Pooleext2: don't overflow when creating a partition of size...
2010-04-30 Hans de Goede_device_unregister: check for unregistering the same...
2010-04-30 Jim Meyeringlibparted: avoid race in informing the kernel of partit...
2010-04-30 Jim Meyeringlibparted: variable renaming, minor "goto" reorg
2010-04-30 Jim Meyeringlibparted: remove now-worse-than-useless _kernel_reread...
2010-04-29 Jim Meyeringmaint: avoid code duplication
2010-04-29 Hans de Goededos: add a partition flag for diagnostics / recovery...
2010-04-28 Jim Meyeringtests: rename generated init.sh to old-init.sh
2010-04-28 Jim Meyeringmaint: remove empty lines at end of file
2010-04-28 Jim Meyeringmaint: pass newer "make syntax-check" tests from gnulib
next