Allow Ruby bindings to build correctly even if libguestfs not installed.
[libguestfs.git] / src / guestfs.c
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.