build: remove trailing blanks, enable syntax-check
[libguestfs.git] / daemon / guestfsd.c
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim Meyeringbuild: reenable "syntax-check" rule: sc_const_long_option
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-03 Jim Meyeringavoid leak upon failed realloc
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-01 Richard W.M. JonesCall 'udevadm settle' after operations which add/remove...
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-20 Richard W.M. JonesCheck return value from waitpid call in command*()...
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesFix #2
2009-06-10 Richard JonesFix device tests.
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-05-22 Richard JonesIn daemon, set PATH, SHELL and LANG environment variables.
2009-05-12 Richard JonesRefactor line splitting code in the daemon, and fix...
2009-05-07 Richard JonesFix leak in realloc failure (Jim Meyering).
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesFix unchecked malloc & realloc in 'commandv' func ...
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-20 Richard JonesFix file descriptor leak in daemon.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesUse GUESTFS_LAUNCH_FLAG in the daemon, and use correct...
2009-04-11 Richard JonesAdded test suite.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
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 JonesAdd the first version of the guestfsd daemon.