summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document initial message.Richard Jones2009-04-191-0/+7
* Document the internal protocol.Richard Jones2009-04-192-30/+132
* Implement NEED_ROOT_OR_IS_DEVICE macro.Richard Jones2009-04-192-1/+14
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-195-1404/+393
* Begin to add the upload and download commands.Richard Jones2009-04-1823-349/+917
* Add ruby/ directory, add more warnings.Richard Jones2009-04-181-3/+6
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-184-1535/+3205
* guestfs_send -> guestfs__send, in case we want a future command called "send".Richard Jones2009-04-184-69/+69
* Separate out the high-level API actions.Richard Jones2009-04-1823-1734/+1948
* Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard Jones2009-04-181-1/+1
|\
| * Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard Jones2009-04-181-1/+1
| |\
| * | Version 1.0.11.0.1Richard Jones2009-04-181-1/+1
* | | Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-1817-1673/+2578
| |/ |/|
* | Allow Ruby bindings to build correctly even if libguestfs not installed.Richard W.M. Jones2009-04-161-1/+1
|/
* Fix spec file.1.0.0Richard Jones2009-04-161-3/+3
* Ruby bindings.Richard Jones2009-04-1616-7/+2648
* Resync with proposed Fedora specfile.Richard Jones2009-04-161-8/+20
* Missing free() on return path (thanks: Steve Grubb).Richard Jones2009-04-162-0/+4
* TODO list updated.Richard Jones2009-04-161-0/+4
* Note slow kernel boot times for F11/12.Richard Jones2009-04-161-0/+4
* Updated TODO, BUGS.Richard Jones2009-04-162-1/+5
* Added Python documentation.Richard Jones2009-04-162-10/+774
* Really needs qemu 0.10 for vmchannel support.Richard Jones2009-04-161-2/+2
* 0.9.9 for final cleanups before 1.0 release.0.9.9Richard Jones2009-04-151-1/+1
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-1510-24/+599
* Started BUGS list.Richard Jones2009-04-151-0/+1
* Move guestfish 'alloc' command to a separate file.Richard Jones2009-04-154-82/+117
* Version 0.9.3.0.9.3Richard Jones2009-04-151-1/+1
* Show byte sizes in example.Richard Jones2009-04-151-3/+11
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-1519-1047/+4036
* Added blockdev_* calls. RInt64 type. Enhanced tests.Richard Jones2009-04-153-19/+322
* Be strict about commands which don't test themselves, warn about missing tests.Richard Jones2009-04-152-1/+87
* Version 0.9.2.0.9.2Richard Jones2009-04-151-1/+1
* Display ext2/3 details, and some bug fixes.Richard Jones2009-04-151-4/+34
* Correctly free memory in RHashtable binding for OCaml & Python.Richard Jones2009-04-153-2/+6
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-1521-1/+368
* Added tune2fs-l command and RHashtable return type.Richard Jones2009-04-153-48/+268
* Added to-xml program.Richard Jones2009-04-154-3/+172
* Remove 'df' program from examples - didn't ever work.Richard Jones2009-04-152-35/+2
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-1520-349/+1540
* Added stat, lstat, statvfs and associated stat structures.Richard Jones2009-04-153-53/+518
* Quoting in guestfish.Richard Jones2009-04-143-25/+126
* Version 0.9.10.9.1Richard Jones2009-04-141-1/+1
* Added bindings for GNU readline.Richard Jones2009-04-149-10/+367
* Better handling of trailing \n problem.Richard Jones2009-04-141-4/+4
* Typos and documentation updates.Richard Jones2009-04-145-13/+13
* Generated changes to perl XS bindings.Richard Jones2009-04-141-56/+28
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-1420-99/+938
* Fix 'file(1)' command to work on /dev devices.Richard Jones2009-04-141-10/+15
* Generated files for file(1) command.Richard Jones2009-04-1318-48/+532