OSDN Git Service

android-x86/external-parted.git
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 MeyeringAdd integration tests, then adjust code so that they...
2007-04-26 Jim MeyeringTemporarily disable the clone-dvh-label test.
2007-04-21 Jim Meyering[PATCH] Avoid warning from -Wformat-security; tweak...
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 Benno SchulenbergHandle options independent of their order.
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-16 Debarshi RayShow the update /etc/fstab message only when there...
2007-04-06 solsTiCe d... change the variable named start to offset to be consist...
2007-04-05 solsTiCe d... remove any trace of PED_PARTITION_PRIMARY which was...
2007-04-05 Benno SchulenbergAdded 'rescue', 'unit', and 'version' to the man page...
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-27 Benno SchulenbergTweak some help messages: change third person to impera...
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 CantrellSleep for one second after uploading a file to ftp...
2007-03-20 David CantrellFix for compile problems with gcc-4.1.2 as indicated...
2007-03-20 David CantrellCheck for tgetent() in libtinfo as well as ncurses...
2007-03-20 David CantrellRemove some unused variables, check the return values...
2007-03-20 David CantrellInclude vtoc.h for the format1_label_t typedef.
2007-03-20 David CantrellRemove GNU make-specific things from po4a.mk.
2007-03-16 David CantrellInstall the libparted.pc file, not the libparted.pc...
2007-03-16 David CantrellMore spec file template cleanups.
2007-03-16 David CantrellUpdated the release script to work with the new source...
2007-03-16 Debarshi RayFixed faulty information in README-hacking (Bison is...
2007-03-16 Jim Meyeringpo/POTFILES.in: Add lib/getopt.c
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 CantrellModernize the spec file template.
2007-03-13 David CantrellIgnore more files.
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 Meyering* parted/ui.c (non_interactive_mode): Plug a tiny leak.
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 Meyering* configure.ac: Fix a typo: s/have_scintilla/have_check/
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 David CantrellPatched parted.8 man page to show partition names apply...
2007-03-06 Debarshi RayReplaced [f]printf with fput[c|s] in libparted/fs/ext2...
2007-03-06 Debarshi RayRe-arranging .gitignore in alphabetical order.
2007-03-06 Debarshi RayDefined a dummy '_dump_history' function in parted...
2007-03-06 Debarshi RayAdded libparted/tests/label to .gitignore.
2007-03-06 Debarshi RayFixed parted/ui.c to incorporate signal handlers for...
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 Meyering* po/POTFILES.in: Add partprobe/partprobe.c, now that...
2007-03-05 Jim MeyeringMake partprobe accept --help and --version options.
2007-03-05 Jim MeyeringMake clearfat accept --help and --version options.
2007-03-05 Jim Meyering* include/parted/disk.h (struct _PedDiskOps) [write...
2007-03-05 Jim MeyeringBegin making libparted/labels/*.c const-correct.
2007-03-05 Jim MeyeringAvoid a libtool warning:
2007-03-05 Jim MeyeringMake "make distcheck" work better.
2007-03-02 Jim MeyeringAvoid recursive "LIBS = ... $(LIBS)" assignments.
2007-03-02 Jim MeyeringUse $(VAR), rather than obsolescent @VAR@ automake...
2007-03-02 Jim MeyeringEnable the po-check rule.
2007-03-02 Jim MeyeringAdd infrastructure for more rigorous "make distcheck...
2007-03-01 Debarshi RayFixing indentation in parted/ui.c. Replaced TABs with...
2007-02-28 Debarshi RayFixing indentation in parted/ui.c.
2007-02-27 Jim MeyeringNormalize the way we handle a generated-and-distributed...
2007-02-27 Jim MeyeringAdd -I$(top_srcdir)/lib, required for new use of close_...
2007-02-27 Jim MeyeringArrange for "make distcheck" to be stricter.
2007-02-26 Jim Meyering* bootstrap: new file.
2007-02-26 Debarshi RayFixing libparted/arch/gnu.c to remove build-time errors.
2007-02-25 Jim Meyeringpartprobe: Detect/report any error when writing to...
2007-02-25 Jim MeyeringAdd a bunch of .gitignore files.
2007-02-25 Jim Meyering Avoid a gcc format warning:
2007-02-25 Jim Meyering Remove now-generated files.
2007-02-25 Jim Meyering mv parted.m4 into new dir, m4/
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 Meyeringparted: Detect/report stdout write errors.
2007-02-25 Jim MeyeringInclude <config.h>, not "../config.h".
2007-02-25 Jim MeyeringBegin adjusting Makefile.am files to use gnulib.
2007-02-25 Jim MeyeringUpdate to use gnulib, and newer autoconf, automake...
2007-02-23 Anant NarayananFix memleaks. Patch thanks to Mike Hommey
next