summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement list-devices and list-partitions.Richard Jones2009-04-066-185/+464
|
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-2/+8
|
* Fix incorrect short description of 'cat' commandRichard Jones2009-04-041-1/+1
|
* Implement RString and RStringList return types.Richard Jones2009-04-046-60/+545
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* 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-043-18/+90
|
* Mostly working spec file.Richard Jones2009-04-041-2/+7
|
* Implemented autosync, make it the default for guestfish.Richard Jones2009-04-042-0/+20
|
* Implemented running actions in guestfish.Richard Jones2009-04-041-2/+50
|
* More tidy up of messages.Richard Jones2009-04-041-4/+4
|
* Command line, help.Richard Jones2009-04-041-5/+20
|
* Added outline of shell command, added generator support.Richard Jones2009-04-031-1/+63
|
* Small updates to the generator.Richard Jones2009-04-032-3/+0
|
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-032-1/+52
|
* Parses return values and returned errors properly.Richard Jones2009-04-033-45/+150
|
* 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-036-9/+46
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-037-45/+530
|
* Lots more auto-generation.Richard Jones2009-04-035-36/+452
|
* Start the generated code and code generator.Richard Jones2009-04-033-8/+198
|
* 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-022-6/+116
|
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-023-287/+692
|
* Moved .cvsignore -> .gitignore.Richard Jones2009-04-011-6/+0
|
* Starts up QEMU nowrjones2009-03-042-86/+174
|
* Running qemu as a subprocess.rjones2009-03-035-0/+611