summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* Added 'fsck' command.Richard Jones2009-04-301-0/+15
* Autosync now runs umount-all; syncRichard Jones2009-04-301-2/+6
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-0/+14
* Updated the generator so it only overwrites files if they've changed.Richard Jones2009-04-301-2/+18
* Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:Richard Jones2009-04-301-1/+1
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-301-6/+8
* Check return value from realloc call (Jim Meyering).Richard Jones2009-04-301-3/+8
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-271-0/+49
* Check for multiple callback in RPC code.Richard Jones2009-04-261-4/+10
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-3/+89
* Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12Richard Jones2009-04-241-0/+1
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-231-1/+1
* Add outline of 'debug' command.Richard W.M. Jones2009-04-231-0/+12
* Substitute '-' in command names in guestfish documentation.Richard W.M. Jones2009-04-231-1/+12
* Avoid a cast warning on 32 bit.Richard Jones2009-04-231-3/+3
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-0/+33
* Fix quoting of list args in guestfish manpage.Richard Jones2009-04-221-1/+1
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-221-0/+26
* Testing the Java bindings.Richard Jones2009-04-211-1/+1
* Java bindings compile, not tested.Richard Jones2009-04-211-0/+538
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-201-35/+73
* Add tests for the upload and download commands.Richard Jones2009-04-201-2/+10
* Avoid warning: Don't generate read_reply label unless needed.Richard Jones2009-04-201-1/+3
* Add 'checksum' command.Richard Jones2009-04-201-0/+67
* Implement upload and download commands.Richard Jones2009-04-201-6/+46
* Document the internal protocol.Richard Jones2009-04-191-30/+8
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-28/+7
* Begin to add the upload and download commands.Richard Jones2009-04-181-10/+7
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-181-33/+63
* guestfs_send -> guestfs__send, in case we want a future command called "send".Richard Jones2009-04-181-2/+2
* Separate out the high-level API actions.Richard Jones2009-04-181-34/+132
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-108/+252
* Ruby bindings.Richard Jones2009-04-161-0/+240
* Missing free() on return path (thanks: Steve Grubb).Richard Jones2009-04-161-0/+1
* Added Python documentation.Richard Jones2009-04-161-10/+150
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-6/+18
* Added blockdev_* calls. RInt64 type. Enhanced tests.Richard Jones2009-04-151-19/+177
* Be strict about commands which don't test themselves, warn about missing tests.Richard Jones2009-04-151-1/+45
* Correctly free memory in RHashtable binding for OCaml & Python.Richard Jones2009-04-151-1/+3
* Added tune2fs-l command and RHashtable return type.Richard Jones2009-04-151-48/+148
* Added stat, lstat, statvfs and associated stat structures.Richard Jones2009-04-151-53/+362
* Added bindings for GNU readline.Richard Jones2009-04-141-0/+85
* Typos and documentation updates.Richard Jones2009-04-141-3/+3
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-141-21/+51
* Added file(1) command.Richard Jones2009-04-131-0/+19
* guestfs -> GuestFS0.9Richard Jones2009-04-131-1/+1
* Lots, mainly Python bindings.Richard Jones2009-04-131-84/+429
* Stricter checks on short descriptions.Richard Jones2009-04-131-1/+11
* Added test suite.Richard Jones2009-04-111-137/+909
* Added test framework, no tests implemented yet.Richard Jones2009-04-101-30/+283