Convert all TABs-as-indentation to spaces.
[libguestfs.git] / daemon / daemon.h
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-28 Richard JonesNeed to declare asprintf_nowarn as inline to avoid...
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-01 Richard W.M. JonesCall 'udevadm settle' after operations which add/remove...
2009-06-22 Richard JonesMake CHROOT_IN/OUT macros should loudly if the syscall...
2009-06-20 Richard W.M. JonesAdd strong note about deprecation of functions which...
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-05-12 Richard JonesRefactor line splitting code in the daemon, and fix...
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-23 Richard W.M. Jonescatsprintf leaks, use open_memstream instead.
2009-04-23 Richard W.M. JonesImplement extensible strings with catprintf.
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesImplement NEED_ROOT_OR_IS_DEVICE macro.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesCHROOT_OUT must preserve errno.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
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...