summaryrefslogtreecommitdiffstats
path: root/daemon/guestfsd.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Work around udevsettle issue (RHBZ#548121).Richard Jones2009-12-181-21/+9
* daemon: program_name must be defined for Gnulib error module.Richard Jones2009-11-261-0/+3
* daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).Richard Jones2009-11-261-0/+25
* daemon: Indent C macros to reflect nesting level.Richard Jones2009-11-261-5/+5
* daemon/Win32: Win32 can't fork message moved to separate function (Jim Meyering)Richard Jones2009-11-261-5/+11
* daemon/Win32: Supply MAX macro for challenged platforms.Richard Jones2009-11-251-0/+4
* daemon/Win32: Windows can't daemonize.Richard Jones2009-11-251-0/+5
* daemon/Win32: Windows replacement for umask.Richard Jones2009-11-251-0/+8
* daemon/Win32: Replace setenv with Win32 equivalent.Richard Jones2009-11-251-0/+7
* daemon/Win32: Use xdr_u_int for PortableXDR compatibility.Richard Jones2009-11-251-1/+1
* daemon/Win32: Don't bother blocking SIGPIPE on Win32.Richard Jones2009-11-251-0/+2
* daemon/Win32: Use gnulib getaddrinfo module.Richard Jones2009-11-251-0/+5
* daemon/Win32: Use gnulib modules for first porting to Win32.Richard Jones2009-11-201-9/+0
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-13/+13
* daemon/Win32: Don't include missing headers.Richard Jones2009-11-201-3/+15
* daemon/RHEL: Choose correct udev settle script.Richard Jones2009-11-181-1/+21
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* indent with spaces, not TABsJim Meyering2009-11-091-14/+14
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-2/+3
* daemon: Always reflect command stderr to stderr when debugging.Richard W.M. Jones2009-11-091-9/+16
* daemon: Add flags argument to command*() functions.Richard W.M. Jones2009-11-091-12/+36
* daemon: When running external commands, open stdin as /dev/nullRichard Jones2009-11-041-0/+1
* avoid use of all ctype macrosJim Meyering2009-09-241-2/+2
* Flexible guestfs_vmchannel parameter for future appliances.Richard Jones2009-09-221-34/+137
* Rearrange and tidy up code in guestfsd.cRichard Jones2009-09-221-30/+74
* Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.Richard Jones2009-09-171-57/+21
* Daemon: fix handling of errors from xread and xwrite.Richard Jones2009-09-171-1/+2
* Remove redundant macro.Richard W.M. Jones2009-08-171-2/+0
* guestfsd.c: don't perform arithmetic on void pointersJim Meyering2009-08-171-2/+4
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-10/+10
* appliance: Replace LANG=C with LC_ALL=CRichard Jones2009-08-131-1/+1
* guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another commentJim Meyering2009-08-131-1/+1
* build: avoid warnings in daemon/guestfsd.cJim Meyering2009-08-101-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-32/+32
* build: reenable "syntax-check" rule: sc_const_long_optionJim Meyering2009-08-031-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-26/+78
* Make /sysroot path configurable.Richard Jones2009-07-181-0/+23
* avoid leak upon failed reallocJim Meyering2009-07-031-8/+12
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-011-0/+13
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-011-1/+1
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+3
* Check return value from waitpid call in command*() functions.Richard W.M. Jones2009-06-201-2/+6
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-0/+49
* In daemon, set PATH, SHELL and LANG environment variables.Richard Jones2009-05-221-0/+8
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-0/+54
* Fix leak in realloc failure (Jim Meyering).Richard Jones2009-05-071-16/+14
* Add generated code for 'fsck' command.Richard Jones2009-04-301-4/+61