summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * fish/completion.c (commands): Declare with a 2nd "const".Jim Meyering2009-04-301-1/+1
| | | | | | | | | It's a const array of const strings. >From 70c53d3169ae53fc4874e00975893d33387c51e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 14:33:01 +0200 Subject: [PATCH] * fish/completion.c (commands): Declare with a 2nd "const".
* Use AC_PROG_CC_STDC because we really need an ISO C compiler (Jim Meyering).Richard Jones2009-04-301-1/+1
|
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-307-28/+35
|
* Fix unchecked malloc (Jim Meyering).Richard Jones2009-04-301-0/+4
|
* Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering).Richard Jones2009-04-301-4/+15
|
* Check return value from realloc call (Jim Meyering).Richard Jones2009-04-302-18/+48
|
* Rename tune2fs.c -> ext2.cRichard Jones2009-04-302-1/+1
|
* Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard Jones2009-04-281-0/+3
|\
| * [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim ↵Richard Jones2009-04-281-0/+3
| | | | | | | | Meyering)
* | Resync with proposed Fedora specfile.Richard Jones2009-04-281-1/+4
|/
* Build virt-inspector HTML for the website.Richard Jones2009-04-283-1/+14
|
* Prepare for 1.0.15.1.0.15Richard Jones2009-04-282-1/+2
|
* XML output.Richard Jones2009-04-281-5/+78
|
* Perl output.Richard Jones2009-04-281-1/+38
|
* --fish and --ro-fish options working.Richard Jones2009-04-281-1/+73
|
* Added virt-inspector program from virt-v2v.Richard Jones2009-04-288-0/+686
|
* s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-2/+2
|
* Fix perl hanging during configure (thanks to Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-1/+1
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-2723-3/+1758
|
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-272-0/+168
|
* Version 1.0.141.0.14Richard Jones2009-04-261-1/+1
|
* Add --version option (show version) to guestfish.Richard Jones2009-04-261-1/+7
|
* Added the --ro option (readonly) to guestfish.Richard Jones2009-04-265-11/+23
|
* Update BUGS with latest status.1.0.13Richard Jones2009-04-261-0/+5
|
* Get ready for version 1.0.13.Richard Jones2009-04-261-1/+1
|
* Multiple callbacks during file transfers could cause data corruption - FIXED.Richard Jones2009-04-261-34/+84
|
* Check for multiple callback in RPC code.Richard Jones2009-04-262-320/+800
|
* More checks.Richard Jones2009-04-261-0/+5
|
* Include UTF-8 NLS.Richard Jones2009-04-261-0/+1
|
* Use ferror to check for error conditions in pipe.Richard Jones2009-04-261-2/+2
|
* Carefully check return values from xwrite.Richard Jones2009-04-261-4/+18
|
* Don't echo output in scripts.Richard Jones2009-04-265-32/+18
|
* Added rpmqa example.Richard Jones2009-04-264-0/+42
|
* Document qemu wrappers.Richard Jones2009-04-261-0/+26
|
* Documentation fix.Richard Jones2009-04-251-1/+1
|
* Note about bugs.Richard Jones2009-04-251-1/+8
|
* Clean up *~ files in recipes/Richard Jones2009-04-251-1/+1
|
* New recipe: iso2tar.Richard Jones2009-04-254-0/+31
|
* Include UDF driver (for CD/DVDs).Richard Jones2009-04-251-0/+2
|
* Include the right RPMs and kernel modules for NTFS & VFAT mkfs and mounts.Richard Jones2009-04-251-0/+4
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-2522-16/+1668
|
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-252-3/+143
|
* Better generation of recipes page.Richard Jones2009-04-2512-36/+82
|
* export2tar recipeRichard Jones2009-04-253-0/+33
|
* Improve CSS on recipes page.Richard Jones2009-04-252-6/+14
|
* Added guestfish recipes.Richard Jones2009-04-2516-3/+215
|
* If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path.Richard Jones2009-04-251-1/+5
|
* Added configure test for qemu vmchannel support.Richard Jones2009-04-252-1/+30
|
* Experimental recovery process should help with not cleaning up qemu.Richard Jones2009-04-242-1/+44
|
* Remove the debug mode from make-initramfs.sh.Richard Jones2009-04-242-18/+22
|