capitests: Add the code to test (proposed) add-libvirt-dom C API.
[libguestfs.git] / daemon / daemon.h
2010-11-03 Richard W.M. Jonesdaemon: Don't use ../src path to include generator_prot...
2010-10-28 Richard W.M. Jonesdaemon: Fix /dev/mapper paths from mounts and mountpoin...
2010-08-31 Richard JonesImplement progress messages in the daemon and library.
2010-08-23 Richard JonesChange to using ext2-based, cached supermin appliance.
2010-06-03 Richard Jonesmkfs-b: Check that blocksize parameter is > 0 and a...
2010-06-02 Richard Jonesdaemon: count_strings function returns size_t
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
2010-05-07 Richard Jonesdaemon: Fix for commands working on absolute symbolic...
2010-04-17 Richard JonesFix upload losing synchronization if root not mounted...
2010-04-08 Richard JonesCode cleanups related to RHBZ#580246.
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
2010-03-18 Richard Jonesdaemon: Add a trim utility function.
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-12-07 Richard Jonesdaemon error handling: Define a new function reply_with...
2009-11-27 Richard JonesWhitespace change.
2009-11-26 Richard Jonesdaemon: Move prototypes around to keep functions groupe...
2009-11-25 Richard Jonessync: Windows implementation of sync() call.
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesdaemon/Win32: Use gnulib modules for first porting...
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
2009-11-09 Jim Meyeringindent with spaces, not TABs
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-11-09 Richard W.M. Jonesdaemon: Add flags argument to command*() functions.
2009-09-17 Richard JonesDaemon: fix handling of errors from xread and xwrite.
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-17 Jim Meyeringdaemon.h: avoid warning about possible noreturn function
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Jim Meyeringfix daemon.h's use of NEED_ROOT-in-#define
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyerings/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
2009-08-13 Jim Meyeringpropagate semantic changes to NEED_ROOT, NEED_ROOT_OR_I...
2009-08-13 Jim Meyeringconvert the last few, manually
2009-08-13 Jim Meyering* daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.
2009-08-10 Jim Meyeringdefine ATTRIBUTE_UNUSED
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...