summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved version of virt-win-reg, supporting exporting and merging.Richard Jones2010-03-304-123/+309
* virt-df: Match output with native (coreutils) 'df' command (RHBZ#578123).Richard Jones2010-03-303-19/+48
* tools: Add basic tests for the virt-* tools.Richard Jones2010-03-308-0/+230
* tools: Sectional header for manpages in Makefile.amRichard Jones2010-03-301-0/+2
* tools: Rearrange list of tools in Makefile.am.Richard Jones2010-03-301-1/+11
* daemon: Set TERM=dumb inside the daemon.Richard Jones2010-03-301-0/+1
* Fix the error message when reply body is too large (RHBZ#509597).Richard Jones2010-03-271-1/+1
* tests: Move alarm(2) calls to the correct place in the tests.Richard Jones2010-03-271-3/+3
* Prepare for 1.0.88.1.0.88Richard Jones2010-03-2613-302/+302
* rescue: Pass $TERM from library into the virt-rescue appliance.Richard Jones2010-03-262-1/+3
* rescue: Sync disk on exit, and improve messaging.Richard Jones2010-03-261-1/+10
* Const-correctness fix.Jim Meyering2010-03-261-1/+1
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-2617-70/+91
* perl: use newSVpvn for variable length strings.Richard Jones2010-03-251-3/+3
* Update PO files.Richard Jones2010-03-251-1233/+532
* Update Spanish translation of libguestfs (RHBZ#576876).Daniel Cabrera2010-03-251-536/+1238
* Fix lvresize test on RHEL 5, by fixing guestfs_e2fsck_l.Richard Jones2010-03-241-2/+9
* Use ext4 dev tools on RHEL 5 (RHBZ#576688).Richard Jones2010-03-241-51/+85
* Add support for minix filesystem (RHBZ#576689).Richard Jones2010-03-241-0/+2
* Version 1.0.87.1.0.87Richard Jones2010-03-2313-6771/+6471
* New tools: virt-resize and virt-list-partitions.Richard Jones2010-03-237-1/+1217
* New API: guestfs_copy_size to copy a fixed number of bytes.Richard Jones2010-03-233-2/+96
* Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).Richard W.M. Jones2010-03-231-4/+4
* Mac OS X: Fix configure-time tests for Ruby.Richard Jones2010-03-223-2/+6
* guestfs.h: Include <stdint.h>.Richard Jones2010-03-221-0/+1
* ocaml examples: Fix linking line so it uses local library.Richard Jones2010-03-221-1/+1
* Mac OS X: Disable null vmchannel implementation.Richard Jones2010-03-221-1/+14
* Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'Richard Jones2010-03-221-0/+4
* Mac OS X: For PATH_MAX, include <limits.h>Richard Jones2010-03-221-0/+1
* Mac OS X: setlocale function requires <locale.h> header file.Richard Jones2010-03-222-0/+2
* Mac OS X: implement readline functions.Richard Jones2010-03-223-4/+22
* Mac OS X: provide alternate implementation of posix_fallocate.Richard Jones2010-03-222-0/+22
* Mac OS X: include <rpc/types.h> before <rpc/xdr.h>Richard Jones2010-03-221-0/+1
* Mac OS X: include <string.h> in guestfs-actions.cRichard Jones2010-03-221-0/+1
* Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC__ is not defined.Richard Jones2010-03-221-0/+4
* Mac OS X: strerror_r on Macs is not like GNU strerror_r.Richard Jones2010-03-221-1/+1
* Mac OS X: define MAX macro if not already defined.Richard Jones2010-03-221-0/+4
* Mac OS X: kill(2) requires <signal.h>Richard Jones2010-03-221-0/+1
* generator: Small fix for GODI users.Richard Jones2010-03-221-0/+1
* Ignore m4/intmax.m4Richard Jones2010-03-221-0/+1
* Remove out-of-date comment.Richard Jones2010-03-221-3/+0
* configure: Add --disable-daemon and --disable-appliance options.Richard Jones2010-03-222-79/+113
* Run qemu with -nographic option.Richard Jones2010-03-222-5/+6
* configure: Move host_cpu definition to earlier in the file.Richard Jones2010-03-221-3/+3
* appliance: Run depmod to create modules.dep for the kernel.Richard Jones2010-03-221-0/+5
* Mac OS X: Detect bindtextdomain.Richard Jones2010-03-222-0/+14
* Mac OS X: Use gnulib setenv module explicitly.Richard Jones2010-03-221-0/+1
* New APIs: Query the relationship between LVM objects.Richard Jones2010-03-186-1/+228
* daemon: Add a trim utility function.Richard Jones2010-03-182-0/+24
* add_drive_ro adds readonly=on option if available.Richard Jones2010-03-162-5/+21