summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* daemon: Move internal-autosync function to new file internal.c.Richard W.M. Jones2012-01-233-18/+47
* daemon: Run udev_settle after pwrite-device finishes.Richard W.M. Jones2012-01-232-4/+17
* daemon: pwrite/pread: Don't double close on error path.Richard W.M. Jones2012-01-231-2/+0
* resize2fs-M: fix double-free along error path (thanks Matthew Booth).Richard W.M. Jones2012-01-231-4/+2
* ext2: tweak the error returned message of resize2fs-M(BZ755729)Wanlong Gao2012-01-231-2/+7
* daemon: debug segv correct use of dereferencing NULL.Richard W.M. Jones2012-01-101-1/+7
* mkfs: optimization and code cleanupWanlong Gao2012-01-101-15/+14
* daemon: Fix utimens so it doesn't hang on named pipes (RHBZ#761460).Richard W.M. Jones2011-12-091-18/+5
* daemon: Allow utimens to work for directories (RHBZ#761451).Richard W.M. Jones2011-12-091-1/+1
* daemon: Use pkg-config to locate Augeas CFLAGS / libraries.Richard W.M. Jones2011-12-061-2/+2
* mkfs: enable to make xfs filesystems when the device already has a filesystemWanlong Gao2011-12-061-0/+3
* libguestfs: Added gnulib includes from builddir, as suggested by the Gnulib d...Hilko Bengen2011-12-021-1/+1
* part-disk: Change default alignment of this to 64K (128 sectors).Richard W.M. Jones2011-11-241-5/+6
* daemon: Define safe ADD_ARG macro for constructing arg lists on the stack.Richard W.M. Jones2011-11-225-87/+102
* Update FSF address.Matthew Booth2011-11-0972-72/+72
* daemon: Use a private copy of /etc/lvm so we don't modify the real config.Richard W.M. Jones2011-11-093-16/+101
* daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).Richard W.M. Jones2011-11-092-20/+46
* Fix debug help error message.Matthew Booth2011-11-091-1/+1
* New APIs: copy-{file,device}-to-{file,device}.Richard W.M. Jones2011-10-262-0/+243
* New API: part-to-partnumRichard W.M. Jones2011-10-251-0/+25
* Revert "out-of-tree build: daemon"Richard W.M. Jones2011-10-241-2/+2
* out-of-tree build: daemonHilko Bengen2011-10-211-2/+2
* mount: No longer implicitly add -o sync,noatime options.Richard W.M. Jones2011-10-011-1/+1
* daemon: mkswap --help output changed, breaking linuxfsuuid group detection.Richard W.M. Jones2011-09-291-2/+7
* New APIs: compress-out, compress-device-out.Richard W.M. Jones2011-09-282-0/+208
* daemon: Move useful is_zero function to header file.Richard W.M. Jones2011-09-282-18/+18
* Add an optional group ("grub") for the guestfs_grub_install API.Richard W.M. Jones2011-09-151-1/+8
* daemon: Factor out name of virtio serial channel.Richard W.M. Jones2011-09-011-3/+5
* protocol: Fix case where download can fail for small files.Richard W.M. Jones2011-08-181-0/+6
* Improve zeroing and detection of zeroes.Richard W.M. Jones2011-08-161-20/+61
* daemon: Don't include .gitignore in EXTRA_DIST.Richard W.M. Jones2011-08-071-2/+1
* daemon: Remove separate configure of daemon subdirectory.Richard W.M. Jones2011-08-055-518/+9
* Add regression test to catch missing libraries in the appliance.Richard W.M. Jones2011-08-021-0/+71
* blkid: Use -c /dev/null option to kill the cache.Richard W.M. Jones2011-07-201-9/+4
* blkid: Detect when value not found and return empty string.Richard W.M. Jones2011-07-201-4/+15
* New API: write-appendRichard W.M. Jones2011-07-141-1/+29
* build: Add ./configure --enable-install-daemonRichard W.M. Jones2011-07-142-0/+15
* New API: btrfs-filesystem-resize (RHBZ#721160).Richard W.M. Jones2011-07-142-0/+85
* mkfs: Don't die if mke2fs is not available.Richard W.M. Jones2011-07-141-4/+4
* part-get-bootable: Fix when partitions are missing or unordered (RHBZ#602997).Richard W.M. Jones2011-07-121-4/+30
* New API: ntfsresize-opts (RHBZ#685009).Richard W.M. Jones2011-07-121-18/+34
* New API: list-dm-devices (RHBZ#688062).Richard W.M. Jones2011-07-121-1/+79
* list-9p: Avoid double free along error path.Richard W.M. Jones2011-07-121-1/+0
* mkfs-opts: Add optional sectorsize parameter.Nikita A Menkovich2011-07-061-3/+20
* Implement inode option to mkfs_opts command.Nikita A Menkovich2011-07-041-3/+22
* New API: mount-9p lets you mount 9p filesystems (RHBZ#714981).Richard W.M. Jones2011-06-221-0/+57
* New API: list-9p lists 9p filesystem mount tags (RHBZ#714981).Richard W.M. Jones2011-06-222-0/+171
* build: update to latest gnulibJim Meyering2011-06-102-11/+46
* daemon: Keep Coverity happy by ignoring some return values.Richard W.M. Jones2011-06-093-7/+17
* Coverity: Don't return freed pointers from command* along error path.Richard W.M. Jones2011-06-091-2/+14