summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).Richard Jones2009-11-261-1/+8
* daemon/Win32: provide htonl, htons, ntohl, ntohs functions.Richard Jones2009-11-261-0/+1
* daemon: Link guestfs_protocol.[ch] into the daemon directory.Richard Jones2009-11-261-5/+24
* daemon: Typo generator_build -> generator_builtRichard Jones2009-11-261-1/+1
* daemon: Fix build on Unix.Richard Jones2009-11-251-1/+3
* daemon: Move statvfs code into separate file.Richard Jones2009-11-251-0/+1
* Implement 'dd' command.Richard Jones2009-11-231-0/+1
* build: Don't re-check generator.ml for each generator_built in daemon directoryMatthew Booth2009-11-211-1/+2
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-0/+2
* availability: Add guestfs_available.Richard Jones2009-11-201-0/+1
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-5/+21
* New API call: fill - fill a file with octetsRichard Jones2009-11-171-0/+1
* Generic partition creation interface.Richard Jones2009-11-101-0/+1
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-021-0/+2
* New API: vfs_type - get the Linux VFS driver for a mounted device.Richard Jones2009-10-261-0/+1
* Add echo_daemon commandMatthew Booth2009-09-141-0/+1
* New 'modprobe' command.Matthew Booth2009-08-181-0/+1
* daemon: enable -Werror and many gcc warnings when --enable-gcc-warningsJim Meyering2009-08-171-1/+2
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-151-0/+1
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-131-0/+1
* daemon: use gnulibJim Meyering2009-08-061-0/+4
* Add interface to Linux 'inotify' API.Richard W.M. Jones2009-07-311-0/+1
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-311-0/+1
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-311-0/+1
* Add 'realpath' command.Richard W.M. Jones2009-07-311-0/+1
* Implement '*grep*' family of commands.Richard Jones2009-07-291-0/+1
* Support for Linux extended attributes.Richard W.M. Jones2009-07-141-0/+1
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-2/+2
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-0/+1
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+1
* New commands: mknod, mkfifo, mknod_b, mknod_c and umask.Richard W.M. Jones2009-06-301-0/+2
* Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.Richard W.M. Jones2009-06-291-0/+1
* Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-291-0/+1
* Added 'du' command.Richard W.M. Jones2009-06-291-0/+1
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-291-0/+1
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-291-0/+1
* Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.Richard W.M. Jones2009-06-291-0/+1
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-231-0/+1
* Add 'glob-expand' command.Richard Jones2009-06-221-0/+1
* Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS par...Richard Jones2009-06-081-0/+1
* Added 'sleep' command.Richard Jones2009-06-041-0/+1
* Added 'find' command.Richard Jones2009-05-191-0/+1
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...Richard W.M. Jones2009-05-151-0/+1
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+1
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-081-0/+2
* Added 'equal' command to compare files.Richard W.M. Jones2009-05-011-0/+1
* Added ping-daemon command.Richard W.M. Jones2009-05-011-0/+1
* Added dmesg command.Richard W.M. Jones2009-05-011-0/+1
* Added drop-caches command.Richard W.M. Jones2009-05-011-0/+1
* Add cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+1