OSDN Git Service

Updated GPL license boilerplate.
[android-x86/external-parted.git] / libparted /
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-10 Flavio LeitnerFix block state checking for realocated blocks
2007-07-10 Flavio LeitnerFix block number used when checking for state
2007-07-10 Matthew S. HarrisMore correct handling of the HeaderSize field in GPT...
2007-07-06 Michael BrennanFix a problem where a partial read would not be handled...
2007-07-03 Jim MeyeringDon't include config.h from internal headers.
2007-06-12 Jim MeyeringFix the mkfs final-block-group-too-short bug.
2007-06-05 Jim MeyeringTurn off "DEBUG" in libparted/libparted.c, ...
2007-06-05 Jim MeyeringMake "mklabel amiga" work also when DEBUG is not enabled.
2007-06-05 Jim Meyering"mklabel bsd": don't read/write initialized memory...
2007-05-31 Jim MeyeringDon't leak a partition table buffer.
2007-05-31 Jim MeyeringCorrect a misleading diagnostic.
2007-05-31 Jim MeyeringRead an msdos partition table from a device with 2K...
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-24 Jim MeyeringDiagnose "ext2 FS too small" rather than triggering...
2007-05-23 Jim MeyeringDon't fail all tests when "." lacks O_DIRECT support.
2007-05-18 Jim Meyeringmkpartfs ext2 2 10 would erroneously report "file syste...
2007-05-08 Debarshi RayPreventing compilation of DASD code on GNU Hurd systems...
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellRevert "Remove unused label."
2007-05-02 David CantrellPatch from Jim Meyering <jim@meyering.net> to linux_wri...
2007-05-02 David CantrellFix primary partition cylinder alignment error for...
2007-05-02 David CantrellRemove unused label.
2007-05-01 Debarshi Ray[tests] Separate and improved test for reading of disk...
2007-04-30 Matthew HarrisFix endianness bugs
2007-04-26 Jim MeyeringTemporarily disable the clone-dvh-label test.
2007-04-20 Debarshi Ray[tests] New test for probing of disk labels.
2007-04-20 Otavio SalvadorRevert "[libparted] dvh label fixes"
2007-04-20 Otavio Salvador[libparted] dvh label fixes
2007-04-20 Otavio Salvador[tests] Simplify test_clone_label removing the label...
2007-04-20 Otavio Salvador[tests] Trivial coding style fixes around the tests...
2007-04-20 Otavio Salvador[tests] Add _test_exception_handler to fail every time...
2007-04-20 Debarshi Ray[tests] New test for cloning of disk labels.
2007-04-19 Debarshi Ray[tests] Fix spacing around brackets and asterisks.
2007-04-18 Otavio Salvador[tests] Small refactoring on test_create_label
2007-04-18 Otavio Salvador[tests] Implements _implemented_disk_label and _create_...
2007-04-18 Otavio Salvador[tests] Ensure that we're able to read the just created...
2007-04-17 Debarshi RayIndentation fixes in libparted/tests/.
2007-04-06 solsTiCe d'Hiverchange the variable named start to offset to be consist...
2007-04-05 solsTiCe d'Hiverremove any trace of PED_PARTITION_PRIMARY which was...
2007-04-04 Otavio SalvadorAvoid segfault due a double free on reiserfs support...
2007-04-04 Benno SchulenbergMake the wording of warning somewhat clearer.
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 CantrellRemove some unused variables, check the return values...
2007-03-16 Debarshi RayPrevented DASD specific headers and sources from being...
2007-03-15 David CantrellMove static variable flagging little endian or not...
2007-03-13 David CantrellPatch from Matthew Garrett <mjg59@srcf.ucam.org> to...
2007-03-12 Jim Meyeringhfs.c: Detect write failure.
2007-03-08 Jim Meyering aix.c: Avoid memory overrun. Don't assume logical...
2007-03-08 Jim Meyering Use PED_SECTOR_SIZE_DEFAULT not 512
2007-03-08 Jim Meyeringlinux.c: Avoid memory overrun. Handle 2048-byte logica...
2007-03-08 Jim MeyeringDon't use deprecated mktemp, to avoid linker warning
2007-03-08 Jim Meyering* libparted/tests/label.c: Plug a trivial leak.
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-03-07 Jim Meyeringlibparted/unit.c: constify interfaces
2007-03-07 Jim MeyeringDeclare some static arrays to be "const".
2007-03-07 Jim Meyeringtests/label: Don't dereference NULL if open fails.
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-06 David Cantrellstart_pos is a PedSector, not a PedGeometry.
2007-03-06 David CantrellPreserve starting sector for primary NTFS 3.1 partition...
2007-03-06 Debarshi RayReplaced [f]printf with fput[c|s] in libparted/fs/ext2...
2007-03-05 Jim MeyeringUndo part of the dos.c constification.
2007-03-05 Jim MeyeringHide two unnecessarily-"extern" functions.
2007-03-05 Jim Meyering* libparted/labels/dos.c: Complete constification of...
2007-03-05 Jim MeyeringBegin making libparted/labels/*.c const-correct.
2007-03-05 Jim MeyeringAvoid a libtool warning:
2007-03-02 Jim MeyeringAvoid recursive "LIBS = ... $(LIBS)" assignments.
2007-03-02 Jim MeyeringUse $(VAR), rather than obsolescent @VAR@ automake...
2007-02-26 Debarshi RayFixing libparted/arch/gnu.c to remove build-time errors.
2007-02-25 Jim MeyeringAdd a bunch of .gitignore files.
2007-02-25 Jim Meyering * libparted/tests/label.c: Fail if _create_disk return...
2007-02-25 Jim Meyering Include <config.h> from every .c file:
2007-02-25 Jim Meyering * libparted/libparted.c: Include "configmake.h" for...
2007-02-25 Jim MeyeringBegin adjusting Makefile.am files to use gnulib.
2007-02-23 Anant NarayananFix memleaks. Patch thanks to Mike Hommey
2007-02-19 Debarshi RayIntroduced MAINTAINERCLEANFILES in Makefile.am for...
2007-02-19 Debarshi RayCleaning up nested structs & unions.
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-02-16 Jim Meyering* libparted/labels/rdb.c (amiga_read): Remove decl...
2007-02-16 Jim Meyering* libparted/labels/bsd.c (bsd_partition_new): Remove...
2007-02-16 Jim Meyering* libparted/labels/dasd.c: Remove unused labels and...
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-02-14 Debarshi RayFixed the copyright notices.
2007-02-14 Debarshi RayTidying up the formatting and comments in linux_swap.c.
2007-02-13 Jim MeyeringDon't define _GNU_SOURCE manually.
2007-02-13 Jim Meyering* libparted/labels/fdasd.c (GETARG): Remove unused...
2007-02-13 Jim MeyeringCompile warning-free with "gcc -Wall -Wshadow".
2007-01-30 Debarshi RayRenaming PARTITION_EXT to PARTITION_DOS_EXT in MSDOS...
2007-01-17 Debarshi RayEnable support for swsusp partitions, and the ability...
2007-01-16 Debarshi RaySynchronize the linux-swap (new version) header accordi...
2007-01-16 Debarshi Raycb6ca73be06f360308e6a2fccb7142ed8175af29 continued.
2007-01-16 Debarshi RayAdd stdint.h stdlib.h & string.h to include/parted...
next