summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.16.32.1.16.32Richard W.M. Jones2012-10-0120-4744/+5181
* daemon: When sorting devices, don't fail on mix of /dev/sd and /dev/vdRichard W.M. Jones2012-10-011-0/+8
* inspection: Fix calls to case_sensitive_path (RHBZ#858126).Richard W.M. Jones2012-10-015-34/+35
* virt-edit: If case_sensitive_path returns an error, exit.Richard W.M. Jones2012-10-011-0/+2
* recipes: Add a section about diagnosing hanging guests.Richard W.M. Jones2012-10-011-0/+29
* test-tool: Add prominent warning about including complete output.Richard W.M. Jones2012-10-011-0/+11
* test-tool: guestfs_get_path might return NULL.Richard W.M. Jones2012-10-011-1/+1
* guestfs-testing(1): Start by running libguestfs-test-tool.Richard W.M. Jones2012-10-011-0/+14
* remove the useless "h" optionWanlong Gao2012-10-014-12/+0
* docs: Link to guestfs-recipes(1) from intro in guestfs(3).Richard W.M. Jones2012-10-011-0/+2
* generator: Tidy up comments in guestfs_protocol.x.Richard W.M. Jones2012-10-011-8/+17
* generator: Allow an optional emacs-mode at the top of generated files.Richard W.M. Jones2012-10-011-2/+7
* test-launch-race: Add comment.Richard W.M. Jones2012-10-011-1/+1
* ./run: Keep gnome-keyring from disturbing test script outputHilko Bengen2012-10-011-0/+4
* rename local variable to avoid clash with match macroOlaf Hering2012-10-011-3/+3
* docs: Add links to various guestfs-* man pages from guestfs(3).Richard W.M. Jones2012-10-011-0/+4
* recipes: Add section about uploading raw filesystem content.Richard W.M. Jones2012-10-011-0/+24
* launch: Make the "launched failed" message more explanatory.Richard W.M. Jones2012-10-012-2/+19
* Version 1.16.31.1.16.31Richard W.M. Jones2012-09-1921-1155/+1478
* extra-tests: Clean up some comments about the upstream qemu tests.Richard W.M. Jones2012-09-191-3/+4
* extra-tests: Add scripts used by these tests to EXTRA_DIST.Richard W.M. Jones2012-09-191-1/+4
* maint: remove a subsumed syntax-check ruleJim Meyering2012-09-191-11/+1
* syntax: Exclude examples and test program from <config.h> requirementRichard W.M. Jones2012-09-191-0/+1
* syntax: Allow strncpy in launch-*.c files (thanks Jim Meyering).Richard W.M. Jones2012-09-191-0/+1
* syntax: Exclude examples from strcmp and strncmp checks (thanks Jim Meyering).Richard W.M. Jones2012-09-191-0/+2
* syntax: Ignore documentation when testing for magic number exit() calls (than...Richard W.M. Jones2012-09-191-0/+1
* syntax: Exclude PO files from doubled words test (thanks Jim Meyering).Richard W.M. Jones2012-09-191-0/+1
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-192-5/+1
* syntax: Exclude period in error message checks from PHP programs (thanks: Jim...Richard W.M. Jones2012-09-191-0/+1
* syntax: Disable cast arg to free test (thanks Jim Meyering).Richard W.M. Jones2012-09-191-1/+2
* syntax: Exclude certain files from bindtextdomain test (thanks Jim Meyering).Richard W.M. Jones2012-09-191-0/+3
* Update to latest gnulib.Richard W.M. Jones2012-09-192-0/+1
* build: Ignore -Wjump-misses-init warning.Richard W.M. Jones2012-09-191-0/+1
* extra-tests: Write a qemu wrapper script on the fly.Richard W.M. Jones2012-09-193-26/+14
* extra-tests: The upstream qemu test now reruns all the extra tests.Richard W.M. Jones2012-09-193-10/+12
* extra-tests: Fix libvirt URI so we can run tests with libvirt attach-method.Richard W.M. Jones2012-09-191-12/+8
* syntax: Remove trailing whitespace.Richard W.M. Jones2012-09-197-9/+5
* generator: Remove inaccurate comment.Richard W.M. Jones2012-09-191-20/+0
* syntax: Replace test == with = or -eq as appropriate.Richard W.M. Jones2012-09-192-12/+12
* syntax: Use STREQ/STRNEQ in place of strcmp.Richard W.M. Jones2012-09-193-3/+5
* perl: Add <stdio.h> and <stdlib.h> for printf and malloc.Richard W.M. Jones2012-09-191-0/+2
* perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.Richard W.M. Jones2012-09-191-8/+2
* lib: These optargs structures are not modified, hence const.Richard W.M. Jones2012-09-191-3/+3
* syntax: Remove test for TAB indentation.Richard W.M. Jones2012-09-191-8/+0
* docs: Fix documentation of syntax-check target, add extra-tests.Richard W.M. Jones2012-09-191-2/+7
* test-tool: Print more environment variables.Richard W.M. Jones2012-09-191-7/+18
* fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).Richard W.M. Jones2012-09-192-3/+5
* extra-tests: Don't use $QEMU as a variable.Richard W.M. Jones2012-09-192-6/+13
* fix fuse_opt_add_opt_escaped return typeOlaf Hering2012-09-191-1/+1
* rescue: If -v / debugging enabled, don't mask error messages.Richard W.M. Jones2012-09-191-1/+2