summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix problems found by 'make syntax check'Richard Jones2009-11-101-43/+43
* Generic partition creation interface.Richard Jones2009-11-102-0/+358
* Fix compilation when Augeas is not present.Richard Jones2009-11-101-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-099-15/+15
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-097-12/+12
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-092-2/+2
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-093-9/+9
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10
* indent with spaces, not TABsJim Meyering2009-11-092-17/+17
* appliance: Enhance mkfs to support many more filesystem types.Richard Jones2009-11-091-17/+62
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-095-7/+8
* 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-092-18/+51
* daemon: Build daemon with AC_SYS_LARGEFILE.Richard Jones2009-11-041-0/+3
* daemon: When running external commands, open stdin as /dev/nullRichard Jones2009-11-041-0/+1
* New API call: preadRichard Jones2009-11-021-0/+52
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-023-0/+324
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-025-0/+182
* daemon: Don't warn on -Wunsafe-loop-optimizations.Richard Jones2009-11-021-0/+2
* New API: vfs_type - get the Linux VFS driver for a mounted device.Richard Jones2009-10-262-0/+54
* daemon: Change chdir to use openat/fdopendir.Richard Jones2009-10-263-9/+67
* New API: case-sensitive-path to return case sensitive path on NTFS 3g fsRichard Jones2009-10-261-0/+122
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-5/+4
* guestfs_find: Fix memory leak of sysrootdir.Richard Jones2009-10-201-0/+1
* New API: find0 (unlimited version of find)Richard Jones2009-10-201-0/+99
* avoid use of all ctype macrosJim Meyering2009-09-245-12/+13
* 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
* Fix code which looked for leaked FDs between each command.Richard Jones2009-09-172-5/+6
* 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-173-10/+17
* Fix verbose packet dumping functions.Richard Jones2009-09-172-3/+11
* 'len' should be an unsigned 32 bit int.Richard Jones2009-09-171-1/+1
* Add echo_daemon commandMatthew Booth2009-09-142-0/+74
* Ignore some more m4 files.Richard Jones2009-09-091-0/+1
* daemon: diagnose socket write failureJim Meyering2009-08-204-9/+19
* mke2fs: Use e4fsprogs programs if available.Richard W.M. Jones2009-08-191-3/+46
* New 'modprobe' command.Matthew Booth2009-08-182-0/+41
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-182-3/+64
* Ignore manywarnings.m4 / warnings.m4.Richard W.M. Jones2009-08-171-0/+2
* Remove redundant macro.Richard W.M. Jones2009-08-171-2/+0
* indent with spaces, not TABsJim Meyering2009-08-173-19/+19
* daemon: enable -Werror and many gcc warnings when --enable-gcc-warningsJim Meyering2009-08-173-2/+66
* xattr.c: avoid warning about comparison between signed and unsignedJim Meyering2009-08-171-4/+6
* guestfsd: don't ignore failed write-to-socketJim Meyering2009-08-171-1/+1
* daemon.h: avoid warning about possible noreturn functionJim Meyering2009-08-171-1/+1
* sfdisk.c, fallocate.c: use a string literal as formatJim Meyering2009-08-172-3/+3
* wc, blockdev: avoid warnings about discarding "const" qualifiersJim Meyering2009-08-172-2/+2
* daemon/zero: don't ignore write and close errorsJim Meyering2009-08-171-4/+14