summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* indent with spaces, not TABsJim Meyering2009-11-091-3/+3
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-1/+1
* daemon: Add flags argument to command*() functions.Richard W.M. Jones2009-11-091-6/+15
* Daemon: fix handling of errors from xread and xwrite.Richard Jones2009-09-171-2/+4
* daemon: diagnose socket write failureJim Meyering2009-08-201-1/+1
* daemon.h: avoid warning about possible noreturn functionJim Meyering2009-08-171-1/+1
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-3/+3
* fix daemon.h's use of NEED_ROOT-in-#defineJim Meyering2009-08-131-1/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_IS_DEVICEJim Meyering2009-08-131-8/+8
* convert the last few, manuallyJim Meyering2009-08-131-1/+1
* * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.Jim Meyering2009-08-131-3/+3
* define ATTRIBUTE_UNUSEDJim Meyering2009-08-101-0/+10
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-2/+2
* Need to declare asprintf_nowarn as inline to avoid gcc complaining.Richard Jones2009-07-281-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-2/+16
* Make /sysroot path configurable.Richard Jones2009-07-181-3/+8
* Generate structs and struct lists generically.Richard Jones2009-07-071-3/+3
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-0/+3
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-011-0/+2
* Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
* Add strong note about deprecation of functions which take either device names...Richard W.M. Jones2009-06-201-0/+6
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-7/+8
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-0/+2
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+3
* catsprintf leaks, use open_memstream instead.Richard W.M. Jones2009-04-231-8/+0
* Implement extensible strings with catprintf.Richard W.M. Jones2009-04-231-0/+8
* Various fixes to the daemon:Richard Jones2009-04-201-4/+15
* Implement upload and download commands.Richard Jones2009-04-201-10/+19