summaryrefslogtreecommitdiffstats
path: root/src/guestfs.h
Commit message (Expand)AuthorAgeFilesLines
* Allow $TMPDIR to override most temporary directory uses.Richard W.M. Jones2010-09-241-0/+1
* Define LIBGUESTFS_HAVE_<shortname> for C API functions.Richard Jones2010-09-041-0/+4
* Consistent use of 'void *opaque' to refer to opaque pointer in C API.Richard Jones2010-09-011-8/+8
* Implement private data area.Richard Jones2010-09-011-0/+4
* Implement progress messages in the daemon and library.Richard Jones2010-08-311-1/+4
* Add error callback (RHBZ#602599).Richard Jones2010-06-101-0/+2
* guestfs.h: Include <stdint.h>.Richard Jones2010-03-221-0/+1
* Mac OS X: include <rpc/types.h> before <rpc/xdr.h>Richard Jones2010-03-221-0/+1
* guestfs.h: More adjustment to comments in the header file.Richard Jones2010-03-161-10/+14
* guestfs.h: Move some internal functions to the internal header.Richard Jones2010-03-161-15/+0
* Rearrangement and comment changes in <guestfs.h> header file.Richard Jones2010-03-161-10/+18
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-10/+0
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10
* Remove main loop.Richard Jones2009-09-141-50/+10
* maint: guestfs.c: avoid warning about possible NULL deref from llvm/clangJim Meyering2009-08-311-1/+1
* Generate structs and struct lists generically.Richard Jones2009-07-071-7/+0
* use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-031-1/+2
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+1
* Include the __cplusplus header magic so API really callable from C++.Richard Jones2009-04-201-0/+8
* Implement upload and download commands.Richard Jones2009-04-201-2/+4
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-3/+7
* Begin to add the upload and download commands.Richard Jones2009-04-181-11/+11
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-181-0/+2
* guestfs_send -> guestfs__send, in case we want a future command called "send".Richard Jones2009-04-181-1/+1
* Separate out the high-level API actions.Richard Jones2009-04-181-0/+10
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-11/+21
* Lots, mainly Python bindings.Richard Jones2009-04-131-0/+2
* Added Augeas support.Richard Jones2009-04-091-0/+1
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-081-17/+0
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-0/+5
* LIBGUESTFS_PATH implementation.Richard Jones2009-04-041-0/+2
* Implemented autosync, make it the default for guestfish.Richard Jones2009-04-041-0/+3
* Lots more auto-generation.Richard Jones2009-04-031-2/+1
* Code to handle the daemon communications socket.Richard Jones2009-04-021-2/+4
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-021-16/+60
* Starts up QEMU nowrjones2009-03-041-2/+1
* Running qemu as a subprocess.rjones2009-03-031-0/+55