Document ambiguity between devices and paths in API.
[libguestfs.git] / src / guestfs.c
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.
2009-03-04 rjonesStarts up QEMU now
2009-03-03 rjonesRunning qemu as a subprocess.