guestfs.h: Move some internal functions to the internal header.
[libguestfs.git] / src / guestfs.h
2010-03-16 Richard Jonesguestfs.h: Move some internal functions to the internal...
2010-03-16 Richard JonesRearrangement and comment changes in <guestfs.h> header...
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-09 Jim Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
2009-09-14 Richard JonesRemove main loop.
2009-08-31 Jim Meyeringmaint: guestfs.c: avoid warning about possible NULL...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-04-20 Richard JonesInclude the __cplusplus header magic so API really...
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 JonesLIBGUESTFS_PATH implementation.
2009-04-04 Richard JonesImplemented autosync, make it the default for guestfish.
2009-04-03 Richard JonesLots more auto-generation.
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.