summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
Commit message (Expand)AuthorAgeFilesLines
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-171-4/+0
* daemon: collect list of called external commandsOlaf Hering2012-08-301-0/+3
* daemon: Remove e2prog hack (only needed for RHEL 5).Richard W.M. Jones2012-08-301-2/+0
* daemon: New utility functions 'join_strings', 'concat_strings'.Richard W.M. Jones2012-08-141-0/+7
* daemon: Make 'random_name' into a utility function.Richard W.M. Jones2012-07-181-0/+2
* daemon: Fix order of devices in guestfs_list_devices when > 26 disks.Richard W.M. Jones2012-06-131-0/+3
* New API: filesystem-available: tests for filesystem availability.Richard W.M. Jones2012-06-091-0/+3
* daemon: Add reply_with_error_errno function.Richard W.M. Jones2012-03-201-2/+3
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-0/+4
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-1/+1
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-6/+27
* resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.Richard W.M. Jones2012-03-091-0/+1
* New API: set-label, for setting a label on any filesystem.Richard W.M. Jones2012-02-271-0/+3
* daemon: Return error properly when user tries to mount appliance root (RHBZ#7...Richard W.M. Jones2012-02-131-1/+4
* Clarify the error message when unavailable functions are called (RHBZ#679737).Richard W.M. Jones2012-02-011-10/+0
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* New API: list-md-devices.Matthew Booth2011-11-111-0/+1
* daemon: Define safe ADD_ARG macro for constructing arg lists on the stack.Richard W.M. Jones2011-11-111-0/+12
* daemon: Use a private copy of /etc/lvm so we don't modify the real config.Richard W.M. Jones2011-11-041-0/+3
* daemon: Move useful is_zero function to header file.Richard W.M. Jones2011-09-281-0/+18
* daemon: Make sysroot_len be size_t instead of int.Richard W.M. Jones2011-05-191-1/+1
* daemon: Introduce "pulse mode" progress events.Richard W.M. Jones2011-04-011-0/+17
* RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.Richard W.M. Jones2011-03-251-1/+4
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-181-13/+8
* daemon: Allow -r option to run daemon standalone.Richard W.M. Jones2011-02-031-8/+14
* daemon: Replace root_mounted global with intelligence.Richard W.M. Jones2011-01-271-2/+2
* docs: Obsolete HACKING file, move content into guestfs(3) man page.Richard W.M. Jones2010-12-191-2/+2
* protocol: Upload progress messages and optional arguments.Richard W.M. Jones2010-12-011-0/+2
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432).Richard W.M. Jones2010-10-281-0/+3
* Implement progress messages in the daemon and library.Richard Jones2010-08-311-0/+7
* Change to using ext2-based, cached supermin appliance.Richard Jones2010-08-231-0/+4
* mkfs-b: Check that blocksize parameter is > 0 and a power of 2.Richard Jones2010-06-031-0/+2
* daemon: count_strings function returns size_tRichard Jones2010-06-021-1/+1
* Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).Richard Jones2010-05-131-11/+15
* daemon: Fix for commands working on absolute symbolic links (RHBZ#579608).Richard Jones2010-05-071-1/+3
* Fix upload losing synchronization if root not mounted (RHBZ#576879).Richard Jones2010-04-171-9/+17
* Code cleanups related to RHBZ#580246.Richard Jones2010-04-081-1/+1
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-0/+2
* daemon: Add a trim utility function.Richard Jones2010-03-181-0/+2
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+4
* daemon error handling: Define a new function reply_with_perror_errno.Richard Jones2009-12-071-3/+4
* Whitespace change.Richard Jones2009-11-271-1/+1
* daemon: Move prototypes around to keep functions grouped logically.Richard Jones2009-11-261-3/+3
* sync: Windows implementation of sync() call.Richard Jones2009-11-251-0/+4
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-0/+17
* daemon/Win32: Use gnulib modules for first porting to Win32.Richard Jones2009-11-201-0/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10