| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Allow network interface to be configured. | Richard Jones | 2009-08-07 | 1 | -1/+1 |
| * | Tests: swapon_device test mkswap /dev/sda1 instead of /dev/sdb. | Richard Jones | 2009-08-07 | 1 | -4/+17 |
| * | Tests: Don't test block size in statvfs test. | Richard Jones | 2009-08-06 | 1 | -2/+1 |
| * | Add ne2k-pci driver to the appliance. | Richard Jones | 2009-08-06 | 1 | -1/+1 |
| * | Make user network numbering explicit. | Richard Jones | 2009-08-06 | 1 | -2/+2 |
| * | Fix test failures in upload and download (RHBZ#515764) | Matthew Booth | 2009-08-06 | 1 | -2/+4 |
| * | Fix swapon_label test | Matthew Booth | 2009-08-05 | 1 | -1/+3 |
| * | build: remove trailing blanks, enable syntax-check | Jim Meyering | 2009-08-04 | 1 | -1/+1 |
| * | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 3 | -2041/+2041 |
| * | guestfs: fix typo in my recent change | Jim Meyering | 2009-08-03 | 1 | -3/+3 |
| * | guestfs: don't fault upon failed vasprintf | Jim Meyering | 2009-08-03 | 1 | -1/+3 |
| * | guestfish: Display RStructList results more pleasantly. | Richard W.M. Jones | 2009-07-31 | 1 | -15/+28 |
| * | Add interface to Linux 'inotify' API. | Richard W.M. Jones | 2009-07-31 | 2 | -2/+109 |
| * | lib: Add selinux=0 to default kernel command line. | Richard W.M. Jones | 2009-07-31 | 1 | -1/+2 |
| * | Improve warnings about missing tests. | Richard W.M. Jones | 2009-07-31 | 1 | -5/+26 |
| * | New commands: swapon-*, swapoff-*, mkswap-file. | Richard W.M. Jones | 2009-07-31 | 2 | -2/+96 |
| * | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 2 | -1/+15 |
| * | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 2 | -1/+47 |
| * | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 2 | -1/+9 |
| * | Whitespace and comment changes. | Richard Jones | 2009-07-29 | 1 | -1/+14 |
| * | guestfish: Make more strings translatable. | Richard Jones | 2009-07-29 | 1 | -7/+8 |
| * | tests: Use squashfs for static data where possible. | Richard Jones | 2009-07-29 | 1 | -84/+57 |
| * | tests: Fix read_file test. | Richard Jones | 2009-07-29 | 1 | -4/+25 |
| * | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 2 | -1/+99 |
| * | Pass '-z' parameter to 'file' command so it looks inside compressed files. | Richard Jones | 2009-07-28 | 1 | -3/+7 |
| * | Add DeprecatedBy flag to mark functions which are deprecated. | Richard Jones | 2009-07-28 | 1 | -12/+53 |
| * | Add InitSquashFS test type, for tests that just use the squashfs (/dev/sdd). | Richard Jones | 2009-07-27 | 1 | -45/+43 |
| * | Pass cgroup_disable=memory, saves ~ 5MB of RAM. | Richard Jones | 2009-07-24 | 1 | -1/+2 |
| * | get_append call can return NULL, but bindings didn't handle it. | Richard Jones | 2009-07-23 | 1 | -32/+125 |
| * | Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance... | Richard Jones | 2009-07-22 | 2 | -49/+1 |
| * | set-append and set-kernel parameters are both nullable. | Richard Jones | 2009-07-22 | 1 | -2/+2 |
| * | Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel. | Richard Jones | 2009-07-22 | 2 | -1/+49 |
| * | Add commented-out support for alternate guestfwd syntax. | Richard W.M. Jones | 2009-07-21 | 1 | -9/+32 |
| * | Library: Pass more options on the Linux kernel command line. | Richard W.M. Jones | 2009-07-21 | 1 | -1/+8 |
| * | Allow TMPDIR to override directory used for temporary files (RHBZ#512905). | Richard W.M. Jones | 2009-07-21 | 1 | -1/+11 |
| * | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 2 | -53/+190 |
| * | Docs: Fully document the guestfs_readdir ftyp return field. | Richard W.M. Jones | 2009-07-21 | 1 | -0/+44 |
| * | Generator: Improve accuracy of a comment. | Richard Jones | 2009-07-20 | 1 | -3/+2 |
| * | Fix for non-srcdir builds: more misc fixes. | Richard Jones | 2009-07-16 | 1 | -4/+6 |
| * | Fix for non-srcdir builds: Run src/generator.ml from the srcdir. | Richard Jones | 2009-07-16 | 2 | -5/+5 |
| * | New commands: 'mkmountpoint' and 'rmmountpoint' | Richard W.M. Jones | 2009-07-15 | 2 | -1/+37 |
| * | New command: 'mountpoints' which returns a hash of device -> mountpoint. | Richard W.M. Jones | 2009-07-15 | 2 | -2/+12 |
| * | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 2 | -4/+126 |
| * | Improve launch error message. | Richard Jones | 2009-07-14 | 1 | -1/+1 |
| * | Implement new 'zfile' command, to show file type inside compressed files. | Richard Jones | 2009-07-13 | 2 | -21/+32 |
| * | Automatically generate list of built java sources | Matthew Booth | 2009-07-13 | 1 | -0/+9 |
| * | Revert "Fix checking of generator being run from the right directory." | Matthew Booth | 2009-07-13 | 1 | -3/+5 |
| * | Move BUILT_SOURCES so the comment is back in the right place. | Richard Jones | 2009-07-13 | 1 | -11/+11 |
| * | Add tests to many non-daemon functions. | Richard W.M. Jones | 2009-07-11 | 1 | -10/+25 |
| * | Add TestOutputIntOp, CompareWithIntOp. | Richard W.M. Jones | 2009-07-11 | 1 | -1/+27 |