summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sort .gitignore (using sort -d -- dictionary order).Richard W.M. Jones2012-01-041-55/+54
* gitignore: ignore the git related filesWanlong Gao2012-01-041-0/+7
* fish: fix the Ctrl-\ causes guestfish to abort bug(RHBZ#596761)Wanlong Gao2012-01-041-0/+1
* AUTHORS: add the email address for each authorsWanlong Gao2012-01-032-25/+25
* fish: mount can be used instead of mount-options with libguestfs >= 1.14Richard W.M. Jones2011-12-231-1/+1
* fish: Fix --format parameter in man page.Richard W.M. Jones2011-12-231-1/+1
* Version 1.15.14.1.15.14Richard W.M. Jones2011-12-2318-337/+343
* lib: Try harder to remove temporary directory along error paths (RHBZ#769680).Richard W.M. Jones2011-12-231-1/+11
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-235-46/+35
* gitignore: ignore the guestfs.* directoryWanlong Gao2011-12-231-0/+1
* extra-tests: add test-guests to prevent test errorWanlong Gao2011-12-231-0/+4
* fish: Fix test-guestfish-events.sh so it works when LIBGUESTFS_DEBUG=1 is set.Richard W.M. Jones2011-12-231-7/+1
* mkfs: optimization and code cleanupWanlong Gao2011-12-231-15/+14
* tests/lvm: Contains a Perl test so we must set PERL5LIB.Richard W.M. Jones2011-12-221-1/+2
* tests/protocol: Contains a Perl test so we must set PERL5LIB.Richard W.M. Jones2011-12-221-1/+2
* Version 1.15.13.1.15.13Richard W.M. Jones2011-12-2217-124/+124
* Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...Richard W.M. Jones2011-12-221-0/+10
* Fixed checks for libpython featuresHilko Bengen2011-12-221-11/+12
* Version 1.15.12.1.15.12Richard W.M. Jones2011-12-2220-10600/+11415
* tests: Add a simple liveness tests for qemu.Richard W.M. Jones2011-12-222-0/+53
* tests: Finalize the order we run the tests.Richard W.M. Jones2011-12-222-4/+15
* tests: Put test-tool and comment into own section.Richard W.M. Jones2011-12-221-2/+5
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-2262-175/+191
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-226-44/+39
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-2254-138/+203
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-2223-54/+46
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-225-7/+2
* tests: Document new tests/ subdirectory.Richard W.M. Jones2011-12-221-0/+4
* docs: Arrange directory names in alphabetical order.Richard W.M. Jones2011-12-221-4/+4
* extra-tests: Add an extra suppression for OCaml 3.11.2 in RHEL 6.Richard W.M. Jones2011-12-201-0/+7
* fish: Allow events to be processed in guestfish.Richard W.M. Jones2011-12-1613-4/+530
* python: Missing () in guestfs-python(1) examples.Richard W.M. Jones2011-12-141-1/+1
* Version 1.15.11.1.15.11Richard W.M. Jones2011-12-0918-237/+703
* fuse: Return EXIT_FAILURE if fuse_main fails.Richard W.M. Jones2011-12-091-1/+1
* fish: -i option should fail if / is not mountable, but warn about others.Richard W.M. Jones2011-12-091-1/+7
* daemon: Fix utimens so it doesn't hang on named pipes (RHBZ#761460).Richard W.M. Jones2011-12-082-21/+29
* daemon: Allow utimens to work for directories (RHBZ#761451).Richard W.M. Jones2011-12-081-1/+1
* copy-in/copy-out: Wait for the tar subprocess only (RHBZ#760669).Richard W.M. Jones2011-12-071-26/+35
* fish: Improve error messages when no OS / multi-boot OS found with inspection...Richard W.M. Jones2011-12-071-2/+30
* let the user explicitly choose ruby and rake programsHilko Bengen2011-12-065-10/+13
* Version 1.15.10.1.15.10Richard W.M. Jones2011-12-0618-75/+36
* Fix rpcgen post-processing for out-of-tree buildsHilko Bengen2011-12-062-2/+2
* ruby: Use RSTRING_PTR, RSTRING_LEN for compat with Ruby 1.9 (RHBZ#760000).Richard W.M. Jones2011-12-051-2/+11
* blkid: split the RHEL5 which can't support some optionsWanlong Gao2011-12-051-7/+73
* TODO: remove the implemented command blkidWanlong Gao2011-12-051-1/+0
* Revert "blkid: Use -c /dev/null because RHEL 5 blkid doesn't have -p option."Richard W.M. Jones2011-12-041-5/+2
* Revert "blkid: Fix mistake in previous commit."Richard W.M. Jones2011-12-041-1/+1
* blkid: Fix mistake in previous commit.Richard W.M. Jones2011-12-031-1/+1
* blkid: Use -c /dev/null because RHEL 5 blkid doesn't have -p option.Richard W.M. Jones2011-12-031-2/+5
* daemon: Use pkg-config to locate Augeas CFLAGS / libraries.Richard W.M. Jones2011-12-033-18/+16