| Commit message (Expand) | Author | Age | Files | Lines |
* | New APIs: base64-in and base64-out for uploading/downloading base64 content. | Richard Jones | 2010-04-19 | 1 | -0/+1 |
* | Distribute .gitignore files. | Richard Jones | 2010-02-15 | 1 | -1/+2 |
* | daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat). | Richard Jones | 2009-11-26 | 1 | -1/+8 |
* | daemon/Win32: provide htonl, htons, ntohl, ntohs functions. | Richard Jones | 2009-11-26 | 1 | -0/+1 |
* | daemon: Link guestfs_protocol.[ch] into the daemon directory. | Richard Jones | 2009-11-26 | 1 | -5/+24 |
* | daemon: Typo generator_build -> generator_built | Richard Jones | 2009-11-26 | 1 | -1/+1 |
* | daemon: Fix build on Unix. | Richard Jones | 2009-11-25 | 1 | -1/+3 |
* | daemon: Move statvfs code into separate file. | Richard Jones | 2009-11-25 | 1 | -0/+1 |
* | Implement 'dd' command. | Richard Jones | 2009-11-23 | 1 | -0/+1 |
* | build: Don't re-check generator.ml for each generator_built in daemon directory | Matthew Booth | 2009-11-21 | 1 | -1/+2 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 1 | -0/+2 |
* | availability: Add guestfs_available. | Richard Jones | 2009-11-20 | 1 | -0/+1 |
* | build: Fix inter-directory dependencies | Matthew Booth | 2009-11-19 | 1 | -5/+21 |
* | New API call: fill - fill a file with octets | Richard Jones | 2009-11-17 | 1 | -0/+1 |
* | Generic partition creation interface. | Richard Jones | 2009-11-10 | 1 | -0/+1 |
* | New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. | Richard Jones | 2009-11-02 | 1 | -0/+2 |
* | New API: vfs_type - get the Linux VFS driver for a mounted device. | Richard Jones | 2009-10-26 | 1 | -0/+1 |
* | Add echo_daemon command | Matthew Booth | 2009-09-14 | 1 | -0/+1 |
* | New 'modprobe' command. | Matthew Booth | 2009-08-18 | 1 | -0/+1 |
* | daemon: enable -Werror and many gcc warnings when --enable-gcc-warnings | Jim Meyering | 2009-08-17 | 1 | -1/+2 |
* | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 1 | -0/+1 |
* | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 1 | -0/+1 |
* | daemon: use gnulib | Jim Meyering | 2009-08-06 | 1 | -0/+4 |
* | Add interface to Linux 'inotify' API. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
* | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
* | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
* | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
* | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 1 | -0/+1 |
* | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 1 | -0/+1 |
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -2/+2 |
* | Add list of function_names to the daemon. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+1 |
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+1 |
* | New commands: mknod, mkfifo, mknod_b, mknod_c and umask. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+2 |
* | Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Add 'initrd-list' command to list contents of initrd images. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Added 'du' command. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Add 'df' and 'df-h' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Implement "head", "head-n", "tail", "tail-n" commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Implementation of 'wc_c', 'wc_w' and 'wc_l' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Added 'scrub-*' commands for securely scrubbing filesystems. | Richard W.M. Jones | 2009-06-23 | 1 | -0/+1 |
* | Add 'glob-expand' command. | Richard Jones | 2009-06-22 | 1 | -0/+1 |
* | Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS par... | Richard Jones | 2009-06-08 | 1 | -0/+1 |
* | Added 'sleep' command. | Richard Jones | 2009-06-04 | 1 | -0/+1 |
* | Added 'find' command. | Richard Jones | 2009-05-19 | 1 | -0/+1 |
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr... | Richard W.M. Jones | 2009-05-15 | 1 | -0/+1 |
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 1 | -0/+1 |
* | Implement 'strings' and 'hexdump' commands. | Richard Jones | 2009-05-08 | 1 | -0/+2 |
* | Added 'equal' command to compare files. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 |
* | Added ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 |
* | Added dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 |