Merge commit 'et/master'
[libguestfs.git] / daemon / stubs.c
2009-06-29 Richard W.M. JonesGenerated code for mount-loop command.
2009-06-29 Richard W.M. JonesGenerated code for 'initrd-list'.
2009-06-29 Richard W.M. JonesGenerated code for 'du' command.
2009-06-29 Richard W.M. JonesGenerated code for df / df-h.
2009-06-29 Richard W.M. JonesGenerated code for head/tail commands.
2009-06-29 Richard W.M. JonesGenerated code for 'wc_*' commands.
2009-06-24 Richard W.M. JonesGenerated code for 'mkdtemp' command.
2009-06-23 Richard W.M. JonesGenerated code for 'scrub-*' commands.
2009-06-22 Richard JonesImprove error message when appliance doesn't match...
2009-06-22 Richard JonesGenerated code for 'glob-expand'.
2009-06-22 Richard JonesGenerated code for 'sh' and 'sh-lines' commands.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-08 Richard JonesGenerated code for ntfs_3g_probe command.
2009-06-04 Richard JonesGenerated code for the 'sleep' command.
2009-05-21 Richard JonesGenerated code for e2fsck-f command.
2009-05-19 Richard JonesGenerated code for 'find' command.
2009-05-18 Richard JonesGenerated code for lvresize, resize2fs.
2009-05-18 Richard JonesAdd vg-activate{,-all} commands, and resize recipe.
2009-05-15 Richard W.M. JonesAdd: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-05-14 Richard W.M. JonesAdd support for zerofree command.
2009-05-08 Richard JonesGenerated code to support previous 2 commits.
2009-05-01 Richard W.M. JonesGenerated code for 'equal' command.
2009-05-01 Richard W.M. JonesGenerated code for ping-daemon command.
2009-05-01 Richard W.M. JonesGenerated code for dmesg command.
2009-05-01 Richard W.M. JonesGenerated code for drop-caches command.
2009-05-01 Richard W.M. JonesGenerated code for cp, cp-a and mv commands.
2009-04-30 Richard JonesGenerated code for grub-install command.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesCheck return value from realloc call (Jim Meyering).
2009-04-27 Richard JonesGenerated code for ext2 UUID and label functions.
2009-04-25 Richard JonesGenerated code for lvremove, vgremove, pvremove.
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-16 Richard JonesMissing free() on return path (thanks: Steve Grubb).
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
2009-04-15 Richard JonesGenerated code for stat/lstat/statvfs changes.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-13 Richard JonesGenerated files for file(1) command.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesGenerated files for previous commands.
2009-04-09 Richard JonesAdded aug-ls (generated code).
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesGenerated code for new guestfs_read_lines API call.
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-03 Richard JonesLots more auto-generation.