tools: Specify format of disks (RHBZ#642934,CVE-2010-3851).
[libguestfs.git] / src / guestfs.c
2010-09-10 Richard Jonessyntax: Remove unused ignore-value.h header.
2010-09-10 Richard Jonessyntax: Remove unused signal.h header.
2010-09-10 Richard Jonessyntax: Remove unused c-ctype.h header.
2010-09-01 Richard JonesImplement private data area.
2010-08-31 Richard JonesImplement progress messages in the daemon and library.
2010-08-24 Richard JonesNew APIs: set-network and get-network to enable network...
2010-08-23 Richard JonesChange to using ext2-based, cached supermin appliance.
2010-08-17 Richard JonesNew APIs for guest inspection.
2010-08-17 Richard JonesAdd safe_strndup call.
2010-07-27 Richard JonesRearrange library code into separate files.
2010-07-27 Richard JonesRename guestfs-{actions,bindtests}.c to {actions,bindte...
2010-07-22 Richard JonesMove variable initialization close to variable use.
2010-07-22 Richard JonesRevert "add_drive_ro adds readonly=on option if availab...
2010-07-07 Richard JonesMake tmp directory world readable (RHBZ#610880).
2010-06-10 Richard JonesAdd error callback (RHBZ#602599).
2010-05-13 Richard JonesUnify supermin appliance building using febootstrap 2.7
2010-05-08 Richard Joneslaunch: Rearrange the code so config check is first.
2010-05-07 Richard JonesIf qemu dies during launch, set an error message (RHBZ...
2010-05-04 Richard JonesUse link-local addresses between appliance and host...
2010-05-04 Richard JonesChange network configuration to use macros.
2010-04-08 Richard JonesIf qemu dies during launch in "null vmchannel" mode...
2010-04-08 Richard JonesDon't kill self accidentally.
2010-04-08 Richard JonesFix for "warning: unexpected connection from UID ..."
2010-03-26 Richard Jonesrescue: Pass $TERM from library into the virt-rescue...
2010-03-23 Richard W.M. JonesChange some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
2010-03-22 Richard JonesMac OS X: Disable null vmchannel implementation.
2010-03-22 Richard JonesMac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'
2010-03-22 Richard JonesMac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC_...
2010-03-22 Richard JonesMac OS X: strerror_r on Macs is not like GNU strerror_r.
2010-03-22 Richard JonesMac OS X: define MAX macro if not already defined.
2010-03-22 Richard JonesMac OS X: kill(2) requires <signal.h>
2010-03-22 Richard JonesRun qemu with -nographic option.
2010-03-16 Richard Jonesadd_drive_ro adds readonly=on option if available.
2010-03-16 Richard JonesAllow qemu_supports to run earlier.
2010-03-12 Richard JonesRewrite libguestfs-supermin-helper in C.
2010-02-15 Richard JonesRemove some unused variables.
2010-02-12 Richard JonesNew APIs: add-drive{,-ro}-with-if allows you to set...
2010-02-09 Richard JonesAdd -enable-kvm option to qemu command line.
2010-01-27 Richard Jonessupermin: Prevent multilib corruption (RHBZ#558593).
2010-01-07 Richard Jonesqemu: Upstream regression of -stdio serial option.
2009-12-07 Richard Joneslib: Add thread-safety to global list of handles.
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesPrint timestamped messages during appliance launch.
2009-11-10 Richard JonesRecord time of guest launch.
2009-11-10 Richard Jonesappliance: Prefix kernel messages with timestamp.
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-03 Richard JonesAllow callers to disable the recovery process.
2009-10-21 Richard JonesSet LC_ALL=C before running qemu.
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-23 Richard JonesAdd direct appliance mode flag and implementation.
2009-09-22 Richard JonesChange handling of spaces on Linux kernel command line.
2009-09-22 Richard JonesImplement "null vmchannel" - no vmchannel needed!
2009-09-22 Richard JonesFlexible guestfs_vmchannel parameter for future appliances.
2009-09-21 Richard JonesMake GUESTFWD_PORT into a string.
2009-09-21 Richard JonesRemove unnecessary extra space from qemu command line.
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-09-21 Richard JonesCombine temporary buffers.
2009-09-21 Richard JonesRearrange qemu command line order (no functional change).
2009-09-18 Richard JonesEnable new-style -chardev ... guestfwd command line.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-15 Richard JonesFix comparison between signed and unsigned (for RHEL 5). 1.0.69
2009-09-14 Richard JonesRemove main loop.
2009-09-14 Richard JonesAdd command trace functionality.
2009-09-14 Richard JonesNon-daemon actions indirect through generated code.
2009-08-31 Jim Meyeringmaint: guestfs.c: remove unnecessary initialization
2009-08-24 Jim Meyeringbuild: don't define _GNU_SOURCE manually
2009-08-22 Richard JonesAdd waitpid along guestfs_close path (RHBZ#518747).
2009-08-19 Richard Jonesguestfs_launch: Correct checks for dup failure.
2009-08-19 Richard Jonesbuild: Comment out some unused macros.
2009-08-18 Jim Meyeringsuppress warnings from -Wmissing-noreturn
2009-08-18 Jim Meyeringsuppress a warning from -Wswitch-default
2009-08-18 Jim Meyeringsuppress signed/unsigned-comparison warnings
2009-08-18 Jim Meyeringbuild: don't perform arithmetic on void* pointers
2009-08-18 Jim Meyeringbuild: suppress an ignored-dup-return-value warning
2009-08-18 Jim Meyeringbuild: suppress an ignored-write-return-value warning
2009-08-13 Richard W.M. Jonesadd_drive: Don't use cache=off if not supported by...
2009-08-12 Richard JonesAllow selinux=? kernel flag to be controlled.
2009-08-07 Richard JonesDebug: Improve the way the qemu command line is printed.
2009-08-07 Richard JonesAllow network interface to be configured.
2009-08-06 Richard JonesAdd ne2k-pci driver to the appliance.
2009-08-06 Richard JonesMake user network numbering explicit.
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim Meyeringguestfs: fix typo in my recent change
2009-08-03 Jim Meyeringguestfs: don't fault upon failed vasprintf
2009-07-31 Richard W.M. Joneslib: Add selinux=0 to default kernel command line.
2009-07-24 Richard JonesPass cgroup_disable=memory, saves ~ 5MB of RAM.
2009-07-22 Richard JonesRevert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL...
2009-07-22 Richard JonesAdd 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to...
2009-07-21 Richard W.M. JonesAdd commented-out support for alternate guestfwd syntax.
2009-07-21 Richard W.M. JonesLibrary: Pass more options on the Linux kernel command...
2009-07-21 Richard W.M. JonesAllow TMPDIR to override directory used for temporary...
2009-07-10 Richard JonesAdd 'version' call to get true library version number.
2009-07-10 Richard JonesProperly close fds and unregister handlers in guestfs_c...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-06 Richard JonesAdd a debug message to the library cancellation path.
2009-07-06 Richard JonesAdd 'get-pid' command.
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Richard W.M. JonesAdd ./configure --with-drive-if=(ide|scsi|virtio)
next