| Commit message (Expand) | Author | Age | Files | Lines |
* | guestfs.h: More adjustment to comments in the header file. | Richard Jones | 2010-03-16 | 1 | -10/+14 |
* | guestfs.h: Move some internal functions to the internal header. | Richard Jones | 2010-03-16 | 1 | -15/+0 |
* | Rearrangement and comment changes in <guestfs.h> header file. | Richard Jones | 2010-03-16 | 1 | -10/+18 |
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 1 | -10/+0 |
* | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. | Jim Meyering | 2009-11-09 | 1 | -0/+10 |
* | Remove main loop. | Richard Jones | 2009-09-14 | 1 | -50/+10 |
* | maint: guestfs.c: avoid warning about possible NULL deref from llvm/clang | Jim Meyering | 2009-08-31 | 1 | -1/+1 |
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 1 | -7/+0 |
* | use safe_malloc and safe_calloc in generated code | Jim Meyering | 2009-07-03 | 1 | -1/+2 |
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+1 |
* | Include the __cplusplus header magic so API really callable from C++. | Richard Jones | 2009-04-20 | 1 | -0/+8 |
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 1 | -2/+4 |
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 1 | -3/+7 |
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 1 | -11/+11 |
* | Split out send and reply operations into separate callbacks. | Richard Jones | 2009-04-18 | 1 | -0/+2 |
* | guestfs_send -> guestfs__send, in case we want a future command called "send". | Richard Jones | 2009-04-18 | 1 | -1/+1 |
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -0/+10 |
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -11/+21 |
* | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 1 | -0/+2 |
* | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -0/+1 |
* | Many non-daemon functions are now auto-generated. | Richard Jones | 2009-04-08 | 1 | -17/+0 |
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -0/+5 |
* | LIBGUESTFS_PATH implementation. | Richard Jones | 2009-04-04 | 1 | -0/+2 |
* | Implemented autosync, make it the default for guestfish. | Richard Jones | 2009-04-04 | 1 | -0/+3 |
* | Lots more auto-generation. | Richard Jones | 2009-04-03 | 1 | -2/+1 |
* | Code to handle the daemon communications socket. | Richard Jones | 2009-04-02 | 1 | -2/+4 |
* | Guest boots, and basic select/callbacks work. | Richard Jones | 2009-04-02 | 1 | -16/+60 |
* | Starts up QEMU now | rjones | 2009-03-04 | 1 | -2/+1 |
* | Running qemu as a subprocess. | rjones | 2009-03-03 | 1 | -0/+55 |