summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Begin to add the upload and download commands.Richard Jones2009-04-181-2/+16
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-181-43/+56
* 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-118/+160
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-128/+304
* Lots, mainly Python bindings.Richard Jones2009-04-131-6/+20
* Added Augeas support.Richard Jones2009-04-091-0/+6
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-081-5/+8
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-2/+59
* guest_add_{drive,cdrom} now test if the files exist.Richard Jones2009-04-041-0/+10
* Fix parsing of paths with more than one element.Richard Jones2009-04-041-3/+4
* LIBGUESTFS_PATH implementation.Richard Jones2009-04-041-17/+85
* Implemented autosync, make it the default for guestfish.Richard Jones2009-04-041-0/+17
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-0/+45
* Parses return values and returned errors properly.Richard Jones2009-04-031-0/+32
* Pass -no-kqemu parameter to avoid warning about kqemu.Richard Jones2009-04-031-1/+2
* Makes a series of non-trivial calls.Richard Jones2009-04-031-4/+9
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-7/+171
* Start the generated code and code generator.Richard Jones2009-04-031-1/+2
* Correctly handle the case when select runs out of filehandles.Richard Jones2009-04-021-0/+10
* Code to handle the daemon communications socket.Richard Jones2009-04-021-4/+112
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-021-271/+631
* Starts up QEMU nowrjones2009-03-041-84/+173
* Running qemu as a subprocess.rjones2009-03-031-0/+508