| Commit message (Expand) | Author | Age | Files | Lines |
* | Carefully check return values from xwrite. | Richard Jones | 2009-04-26 | 1 | -4/+18 |
* | Don't echo output in scripts. | Richard Jones | 2009-04-26 | 5 | -32/+18 |
* | Added rpmqa example. | Richard Jones | 2009-04-26 | 4 | -0/+42 |
* | Document qemu wrappers. | Richard Jones | 2009-04-26 | 1 | -0/+26 |
* | Documentation fix. | Richard Jones | 2009-04-25 | 1 | -1/+1 |
* | Note about bugs. | Richard Jones | 2009-04-25 | 1 | -1/+8 |
* | Clean up *~ files in recipes/ | Richard Jones | 2009-04-25 | 1 | -1/+1 |
* | New recipe: iso2tar. | Richard Jones | 2009-04-25 | 4 | -0/+31 |
* | Include UDF driver (for CD/DVDs). | Richard Jones | 2009-04-25 | 1 | -0/+2 |
* | Include the right RPMs and kernel modules for NTFS & VFAT mkfs and mounts. | Richard Jones | 2009-04-25 | 1 | -0/+4 |
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 22 | -16/+1668 |
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 2 | -3/+143 |
* | Better generation of recipes page. | Richard Jones | 2009-04-25 | 12 | -36/+82 |
* | export2tar recipe | Richard Jones | 2009-04-25 | 3 | -0/+33 |
* | Improve CSS on recipes page. | Richard Jones | 2009-04-25 | 2 | -6/+14 |
* | Added guestfish recipes. | Richard Jones | 2009-04-25 | 16 | -3/+215 |
* | If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path. | Richard Jones | 2009-04-25 | 1 | -1/+5 |
* | Added configure test for qemu vmchannel support. | Richard Jones | 2009-04-25 | 2 | -1/+30 |
* | Experimental recovery process should help with not cleaning up qemu. | Richard Jones | 2009-04-24 | 2 | -1/+44 |
* | Remove the debug mode from make-initramfs.sh. | Richard Jones | 2009-04-24 | 2 | -18/+22 |
* | Add support for ext4 to examples/to-xml.c | Richard Jones | 2009-04-24 | 1 | -5/+7 |
* | chmod /sysroot (also makes it known to fakeroot) | Richard Jones | 2009-04-24 | 1 | -0/+1 |
* | Resync specfile with proposed specfile in Fedora RR. | Richard Jones | 2009-04-24 | 1 | -1/+4 |
* | Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12 | Richard Jones | 2009-04-24 | 2 | -0/+6 |
* | Added bug about qemu not being cleaned up after segfault. | Richard Jones | 2009-04-24 | 1 | -0/+4 |
* | Get ready for version 1.0.12. | Richard Jones | 2009-04-24 | 1 | -1/+1 |
* | Don't allocate file chunks on the stack. | Richard W.M. Jones | 2009-04-24 | 1 | -19/+25 |
* | Don't use large message buffer on the stack (fixes Java/i386 segfault). | Richard W.M. Jones | 2009-04-24 | 1 | -9/+23 |
* | Fix 64 bit memsize overhead.1.0.11 | Richard Jones | 2009-04-23 | 1 | -2/+2 |
* | catsprintf leaks, use open_memstream instead. | Richard W.M. Jones | 2009-04-23 | 2 | -18/+16 |
* | Remove the 'debug mem' command, it's never going to work. | Richard W.M. Jones | 2009-04-23 | 1 | -30/+0 |
* | Reduce the amount of memory allocated to guests based on some testing. | Richard W.M. Jones | 2009-04-23 | 2 | -2/+45 |
* | Implement 'debug sh' and 'debug fds' commands. | Richard W.M. Jones | 2009-04-23 | 1 | -15/+101 |
* | Implement extensible strings with catprintf. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+8 |
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 5 | -6/+5 |
* | Fix buffer overrun in guestfish command-line parsing. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+2 |
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 22 | -1/+427 |
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 5 | -0/+158 |
* | Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). | Richard W.M. Jones | 2009-04-23 | 5 | -3/+186 |
* | Substitute '-' in command names in guestfish documentation. | Richard W.M. Jones | 2009-04-23 | 2 | -21/+32 |
* | Fix Java tests by passing correct library path to JVM. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+3 |
* | Configure script tests for Perl modules. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+20 |
* | Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs | Richard W.M. Jones | 2009-04-23 | 2 | -101/+101 |
|\ |
|
| * | Avoid a cast warning on 32 bit. | Richard Jones | 2009-04-23 | 2 | -101/+101 |
* | | Instructions on running KVM as non-root (Robert P. J. Day). | Richard W.M. Jones | 2009-04-23 | 1 | -1/+9 |
|/ |
|
* | Version 1.0.101.0.10 | Richard Jones | 2009-04-22 | 1 | -1/+1 |
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 22 | -2/+1210 |
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 2 | -4/+62 |
* | Get ready for 1.0.9.1.0.9 | Richard Jones | 2009-04-22 | 1 | -1/+1 |
* | Force a specific network NIC model (allows to work with latest qemu from SVN). | Richard Jones | 2009-04-22 | 1 | -1/+1 |