summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move 'get_partitions' call into Sys::Guestfs::Lib.Richard Jones2009-07-092-18/+40
* Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl.Richard Jones2009-07-095-57/+243
* Just whitespace changes in the generator code.Richard Jones2009-07-091-14/+14
* Update with links to the new mailing list.Richard Jones2009-07-083-12/+17
* Fix checking of generator being run from the right directory.Richard W.M. Jones2009-07-071-1/+1
* Version 1.0.56.1.0.56Richard W.M. Jones2009-07-074-149/+150
* RHEL 5: Mount squashfs with explicit type.Richard Jones2009-07-071-1/+1
* RHEL 5: Skip 'scrub' test if command is not in the initramfs.Richard Jones2009-07-071-0/+2
* RHEL 5: 'mkswap -U' not supported, check before testing it.Richard Jones2009-07-071-0/+1
* Update ocaml/.depend.Richard Jones2009-07-071-1/+0
* RHEL 5: RHEL kernels don't have $arch at the end, so look for non-arch kernel...Richard Jones2009-07-071-1/+5
* RHEL 5: $(builddir) did not exist with this old autoconf/automake, so workaro...Richard Jones2009-07-073-8/+17
* RHEL 5: for (int i = ...) is not permitted with this old version of GCC.Richard Jones2009-07-071-1/+8
* Merge branch 'master' of git://git.et.redhat.com/libguestfsRichard Jones2009-07-07106-2361/+1344
|\
| * Generate structs and struct lists generically.Richard Jones2009-07-078-1269/+653
| * Fix for 349814e9d912c4: Get correct path when building Ruby bindings.Richard Jones2009-07-071-1/+1
| * Test two (of four) cancellation paths.Richard Jones2009-07-063-0/+85
| * Add a debug message to the library cancellation path.Richard Jones2009-07-061-0/+4
| * Introduce regression tests for various qemu failures.Richard Jones2009-07-068-13/+150
| * guestfish: Always fflush stdout between commands.Richard Jones2009-07-061-1/+5
| * Whitespace change in ocaml/.depend file.Richard Jones2009-07-061-5/+5
| * Add 'get-pid' command.Richard Jones2009-07-062-0/+20
| * Todo: Remote-control guestfish through a pipe.Richard Jones2009-07-061-0/+8
| * Sort the .gitignore file (no semantic change).Richard Jones2009-07-061-42/+42
| * Remove files generated by autoreconf (Guido Gunter and Matthew Booth).Richard Jones2009-07-063-800/+2
| * Don't die if reply message is oversized (RHBZ#509597).Richard Jones2009-07-051-2/+7
| * use 'stupid_simple' instead of 'nested' initramfsGuido Günther2009-07-041-1/+1
| * select proper kernel by architectureGuido Günther2009-07-042-1/+13
| * Make it possible to build in a separate directoryMatthew Booth2009-07-0322-68/+104
| * generate slightly more "const-correct" codeJim Meyering2009-07-031-6/+6
| * avoid leak upon failed reallocJim Meyering2009-07-031-8/+12
| * remove trailing blanksJim Meyering2009-07-0364-94/+93
| * daemon/readdir: avoid a small leakJim Meyering2009-07-031-0/+2
| * touch fakeroot.logGuido Günther2009-07-031-0/+2
| * remove superflous debirf scriptsGuido Günther2009-07-035-8/+0
| * Guestfish tab-completion on destination paths, fixed this time.Richard W.M. Jones2009-07-031-49/+74
| * Don't keep rebuilding debirf module symlinks.Richard W.M. Jones2009-07-032-0/+2
| * 'readdir-and-stat' call is now effectively implemented.Richard W.M. Jones2009-07-031-1/+0
| * Add Debian appliance directory to the distfile.Richard W.M. Jones2009-07-031-1/+22
| * use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-033-23/+63
| * prefer sizeof *VAR over sizeof TYPE (no semantic change)Jim Meyering2009-07-021-10/+10
* | Merge branch 'master' of git+ssh://192.168.122.1/home/rjones/d/libguestfsRichard Jones2009-07-03121-71846/+5364
|\|
| * Prepare for 1.0.55. PO files also updated.1.0.55Richard W.M. Jones2009-07-023-35/+63
| * Add 'sfdiskM' command.Richard W.M. Jones2009-07-023-32/+55
| * Remove generated files guestfs_protocol.[ch].Richard W.M. Jones2009-07-023-4366/+2
| * Don't rebuild the whole appliance if just the /init script has been changed.Richard W.M. Jones2009-07-023-11/+7
| * Improve virtio-blk performance (RHBZ#509383).Richard W.M. Jones2009-07-021-0/+3
| * Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-023-4/+16
| * Add the guestfish 'time' command.Richard W.M. Jones2009-07-025-9/+85
| * Add list of function_names to the daemon.Richard W.M. Jones2009-07-025-2/+29