summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Compile rpcgen-generated files with -fno-strict-aliasingMatthew Booth2011-04-071-6/+5
* lib: Expose errno through new API guestfs_last_errno.Richard W.M. Jones2010-11-031-2/+19
* daemon: Send back the errno as a string.Richard W.M. Jones2010-11-031-1/+12
* Split generator into separate source files.Richard Jones2010-09-111-4/+5
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-09-091-0/+1
* New APIs: findfs-label and findfs-uuidRichard Jones2010-08-171-0/+1
* New APIs: Support for opening LUKS-encrypted disks.Richard Jones2010-07-211-0/+1
* New APIs: lvm-set-filter and lvm-clear-filter.Richard Jones2010-07-161-0/+1
* New APIs: base64-in and base64-out for uploading/downloading base64 content.Richard Jones2010-04-191-0/+1
* Distribute .gitignore files.Richard Jones2010-02-151-1/+2
* 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