Fix comparison between signed and unsigned (for RHEL 5).
[libguestfs.git] / src / guestfs.c
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)
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-07-01 Jim MeyeringDon't dereference or free undefined "msg" upon OOM.
2009-06-30 Richard W.M. JonesAdd 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesFix for 'broken pipe' error when qemu dies (RHBZ#508713).
2009-06-23 Richard W.M. JonesBump up default guest size to 500M.
2009-06-23 Richard W.M. JonesCommand line argument handling.
2009-06-23 Richard W.M. Jones'-no-kqemu' option is no longer necessary to avoid...
2009-06-18 Richard JonesRename guestfs-supermin-helper -> libguestfs-supermin...
2009-06-16 Richard JonesFix build_supermin_appliance to return kernel / initrd...
2009-06-15 Richard JonesExperimental implementation of the supermin appliance...
2009-06-02 Richard JonesAdd 'add_drive_ro' call. Fix up documentation. Plus...
2009-05-29 Richard W.M. JonesCorrectly handle malloc/realloc(0)
2009-05-21 Richard JonesGettextize the source, make library strings translatable.
2009-05-13 Richard W.M. JonesDon't stash strings in the handle.
2009-05-13 Richard W.M. JonesAdd 'append', LIBGUESTFS_APPEND to set additional kerne...
2009-05-13 Richard JonesIncrease the wait time for vmchannel socket to appear...
2009-05-10 Richard JonesHandle EINTR, EAGAIN in select main loop.
2009-05-09 Richard JonesFix four memory leaks in guestfs.c revealed by valgrind.
2009-05-08 Richard JonesAllow recovery from guest failure.
2009-05-08 Richard JonesChange memory calculation to choose a generous amount...
2009-05-08 Richard JonesForce qemu quit when kernel panics (Charles Duffy).
2009-05-07 Richard JonesUse unsigned type for lengths.
2009-05-07 Richard JonesHandle EINTR and EAGAIN in reads.
2009-04-30 Richard JonesReplace rtl8139 network card with virtio-net.
2009-04-30 Richard JonesAutosync now runs umount-all; sync
2009-04-26 Richard JonesMultiple callbacks during file transfers could cause...
2009-04-26 Richard JonesMore checks.
2009-04-24 Richard JonesExperimental recovery process should help with not...
2009-04-24 Richard W.M. JonesDon't allocate file chunks on the stack.
2009-04-24 Richard W.M. JonesDon't use large message buffer on the stack (fixes...
2009-04-23 Richard JonesFix 64 bit memsize overhead. 1.0.11
2009-04-23 Richard W.M. JonesReduce the amount of memory allocated to guests based...
2009-04-22 Richard JonesForce a specific network NIC model (allows to work...
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-22 Richard JonesAllow selection of qemu using --with-qemu
2009-04-20 Richard JonesVarious fixes to build and test in Koji. 1.0.4
2009-04-20 Richard JonesMake daemon cancellation really work.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSplit out send and reply operations into separate callb...
2009-04-18 Richard Jonesguestfs_send -> guestfs__send, in case we want a future...
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-13 Richard JonesLots, mainly Python bindings.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesMany non-daemon functions are now auto-generated.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-04 Richard Jonesguest_add_{drive,cdrom} now test if the files exist.
2009-04-04 Richard JonesFix parsing of paths with more than one element.
2009-04-04 Richard JonesLIBGUESTFS_PATH implementation.
2009-04-04 Richard JonesImplemented autosync, make it the default for guestfish.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
2009-04-03 Richard JonesParses return values and returned errors properly.
2009-04-03 Richard JonesPass -no-kqemu parameter to avoid warning about kqemu.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-03 Richard JonesStart the generated code and code generator.
2009-04-02 Richard JonesCorrectly handle the case when select runs out of fileh...
2009-04-02 Richard JonesCode to handle the daemon communications socket.
2009-04-02 Richard JonesGuest boots, and basic select/callbacks work.
next