libguestfs.git
2009-07-10 Richard JonesAdded framework for 'virt-df' command.
2009-07-10 Richard JonesIgnore any file called 'localconfigure'.
2009-07-10 Richard JonesAdded outline of the virt-v2v script.
2009-07-09 Richard JonesRemove virt-inspector --force option - it didn't do...
2009-07-09 Richard JonesSys::Guestfs::Lib minor documentation clean-up.
2009-07-09 Richard JonesMove the inspection analysis code into Sys::Guestfs...
2009-07-09 Richard JonesMove 'resolve_windows_path' to Sys::Guestfs::Lib.
2009-07-09 Richard JonesMove 'get_partitions' call into Sys::Guestfs::Lib.
2009-07-09 Richard JonesAdd Sys::Guestfs::Lib - useful functions for using...
2009-07-09 Richard JonesJust whitespace changes in the generator code.
2009-07-08 Richard JonesUpdate with links to the new mailing list.
2009-07-07 Richard W.M... Fix checking of generator being run from the right...
2009-07-07 Richard W.M... Version 1.0.56. 1.0.56
2009-07-07 Richard JonesRHEL 5: Mount squashfs with explicit type.
2009-07-07 Richard JonesRHEL 5: Skip 'scrub' test if command is not in the...
2009-07-07 Richard JonesRHEL 5: 'mkswap -U' not supported, check before testing it.
2009-07-07 Richard JonesUpdate ocaml/.depend.
2009-07-07 Richard JonesRHEL 5: RHEL kernels don't have $arch at the end, so...
2009-07-07 Richard JonesRHEL 5: $(builddir) did not exist with this old autocon...
2009-07-07 Richard JonesRHEL 5: for (int i = ...) is not permitted with this...
2009-07-07 Richard JonesMerge branch 'master' of git://git.et.redhat.com/libguestfs
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-07 Richard JonesFix for 349814e9d912c4: Get correct path when building...
2009-07-06 Richard JonesTest two (of four) cancellation paths.
2009-07-06 Richard JonesAdd a debug message to the library cancellation path.
2009-07-06 Richard JonesIntroduce regression tests for various qemu failures.
2009-07-06 Richard Jonesguestfish: Always fflush stdout between commands.
2009-07-06 Richard JonesWhitespace change in ocaml/.depend file.
2009-07-06 Richard JonesAdd 'get-pid' command.
2009-07-06 Richard JonesTodo: Remote-control guestfish through a pipe.
2009-07-06 Richard JonesSort the .gitignore file (no semantic change).
2009-07-06 Richard JonesRemove files generated by autoreconf (Guido Gunter...
2009-07-05 Richard JonesDon't die if reply message is oversized (RHBZ#509597).
2009-07-04 Guido Güntheruse 'stupid_simple' instead of 'nested' initramfs
2009-07-04 Guido Güntherselect proper kernel by architecture
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringgenerate slightly more "const-correct" code
2009-07-03 Jim Meyeringavoid leak upon failed realloc
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-03 Jim Meyeringdaemon/readdir: avoid a small leak
2009-07-03 Guido Günthertouch fakeroot.log
2009-07-03 Guido Güntherremove superflous debirf scripts
2009-07-03 Richard W.M... Guestfish tab-completion on destination paths, fixed...
2009-07-03 Richard W.M... Don't keep rebuilding debirf module symlinks.
2009-07-03 Richard W.M... 'readdir-and-stat' call is now effectively implemented.
2009-07-03 Richard W.M... Add Debian appliance directory to the distfile.
2009-07-02 Richard JonesMerge branch 'master' of git+ssh://192.168.122.1/home...
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Jim Meyeringprefer sizeof *VAR over sizeof TYPE (no semantic change)
2009-07-02 Richard W.M... Prepare for 1.0.55. PO files also updated. 1.0.55
2009-07-02 Richard W.M... Add 'sfdiskM' command.
2009-07-02 Richard W.M... Remove generated files guestfs_protocol.[ch].
2009-07-02 Richard W.M... Don't rebuild the whole appliance if just the /init...
2009-07-02 Richard W.M... Improve virtio-blk performance (RHBZ#509383).
2009-07-02 Richard W.M... Add ./configure --with-drive-if=(ide|scsi|virtio)
2009-07-02 Richard W.M... Add the guestfish 'time' command.
2009-07-02 Richard W.M... Add list of function_names to the daemon.
2009-07-02 Richard W.M... In verbose mode, daemon will display the time elapsed...
2009-07-02 Richard W.M... Ignore generated file appliance/debian/debirf.conf
2009-07-02 Guido GüntherBuild Debian based appliance using debirf
2009-07-02 Guido Güntheradd debirf files
2009-07-02 Guido Güntherunconditionally load dm module
2009-07-02 Guido Güntheradd missing module
2009-07-02 Jim Meyeringavoid automake failure
2009-07-02 Jim Meyeringarrange to build some generated sources
2009-07-02 Richard W.M... Re-add src/MAX_PROC_NR (generated file).
2009-07-02 Richard W.M... Memoize the output of pod2text function in the generator.
2009-07-02 Richard W.M... Updated PO files.
2009-07-02 Richard W.M... Remove generated code from git.
2009-07-02 Richard W.M... Generator now runs automatically when it has changed.
2009-07-02 Richard W.M... Add 'readdir' call.
2009-07-01 Jim Meyeringfish: handle some out-of-memory conditions
2009-07-01 Richard W.M... Call 'udevadm settle' after operations which add/remove...
2009-07-01 Richard W.M... All instances of 'pclose' now check for return value...
2009-07-01 Richard W.M... Fix error handling of external sfdisk command.
2009-07-01 Richard W.M... Generated code for the virtio_blk change.
2009-07-01 Richard W.M... Change to use virtio_blk (virtio block device) by default.
2009-07-01 Jim MeyeringDon't dereference or free undefined "msg" upon OOM.
2009-07-01 Richard W.M... Add libguestfs(3) as an alias manpage for guestfs(3).
2009-07-01 Richard W.M... Updated PO files.
2009-07-01 Richard W.M... Reorder the environment variables alphabetically in...
2009-07-01 Richard W.M... Document the $PAGER environment variable.
2009-07-01 Richard W.M... Document the LIBGUESTFS_MEMSIZE environment variable.
2009-06-30 Richard W.M... Change statvfs test so it doesn't depend on device...
2009-06-30 Richard W.M... Clean up the output of the C API test code.
2009-06-30 Richard W.M... Todo: getfattr, setfattr.
2009-06-30 Guido GüntherWhitelist kernel modules for hardware emulated by QEMU
2009-06-30 Richard W.M... Generated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M... New commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-30 Richard W.M... Use octal numbers for modes in the test suite.
2009-06-30 Richard W.M... Generated code for 'set_memsize'/'get_memsize' calls.
2009-06-30 Richard W.M... Add 'set_memsize'/'get_memsize' calls.
2009-06-30 Guido GüntherUse udev if available (Guido Gunter).
2009-06-30 Guido Güntherdefine REDHAT and DEBIAN
2009-06-29 Richard W.M... Todo: Suggest an environment variable for memsize confi...
2009-06-29 Richard W.M... Generated code for the 'mkswap*' commands.
2009-06-29 Richard W.M... Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M... Todo: Allow memsize to be configured.
2009-06-29 Richard W.M... Todo: Investigations into 'binarch' command.
2009-06-29 Richard W.M... Rearrange guestfish commands in the manpage.
next