summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.18.11.1.18.11Richard W.M. Jones2012-11-2220-15462/+1436
|
* ./run: Ensure all paths are built up cumulatively.Richard W.M. Jones2012-11-221-3/+2
| | | | (cherry picked from commit d0f89fed85d7f6c07a4d76d2e11f3a6812b63dd4)
* daemon: wipefs: Use --force option if available.Richard W.M. Jones2012-11-221-2/+40
| | | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=872831 and https://bugzilla.redhat.com/show_bug.cgi?id=865961 (cherry picked from commit 3454cfb73c74b4fd3fba9d834c13685b166d9d3f)
* perl: Add test of multiple independent handles.Richard W.M. Jones2012-11-221-0/+37
| | | | (cherry picked from commit d14557d434de5cb1c9754ae0f3e8e820e0a46694)
* perl: Clean up and update the tests.Richard W.M. Jones2012-11-223-4/+3
| | | | (cherry picked from commit 4a2e8e89577ad4031aba1b2e5afb65ca58c2c39d)
* perl: Small test of create with flags.Richard W.M. Jones2012-11-221-0/+25
| | | | (cherry picked from commit 3d0e937b84b4d028d80b66afb960903b7bc10b97)
* recipes: Add sections about hexdumping, hexediting sectors.Richard W.M. Jones2012-11-221-1/+14
| | | | (cherry picked from commit 5d9f10c31297c5f6bfe261717dfc5c841722a4c2)
* recipes: Add recipe for diffing two guests.Richard W.M. Jones2012-11-221-0/+10
| | | | (cherry picked from commit fd81d3f9b25f9ee8616091c9c3abb7373e185015)
* dist: Add miscellaneous files to the tarball.Richard W.M. Jones2012-11-224-1/+15
| | | | | Lots of these had been omitted over time. (cherry picked from commit e8ad3efbc4e91e4a48654d65981f5906b462fb96)
* tests/protocol: Add test-qemudir-launchfail.sh to tarball (but don't run it).Richard W.M. Jones2012-11-221-1/+2
| | | | | | | | This file was present in git, but missing from the tarball. Don't actually run the test: it depends on details of how the appliance is constructed which would fail for old-style appliances. (cherry picked from commit 2d89aef897e633bffba1dffd600b122eacd88fc8)
* fish: Add test for remote events.Richard W.M. Jones2012-11-222-2/+7
| | | | | | | | | | | | This test was present in git, but not included in the tarball, nor in the tests that guestfish actually runs. This fixes commit 17182af3a6de8e3e94e0a914416c54f09bb74007. Cherry picked from commit 715afda3416080ef9ee961f3ebcff7ef16cfc986 and commit 784e53287e18c324dda9c4cc93b9aae4790eb909. For the stable-1.18 branch the test has been deliberately disabled.
* tests: More efficient use of strings in the object code.Richard W.M. Jones2012-11-201-37/+32
| | | | | No functional change. (cherry picked from commit a74f1681686e534e9c1883e26278cf7e0b74da07)
* tests: Cleanup code that prints each test name.Richard W.M. Jones2012-11-201-12/+18
| | | | | This is just code motion. (cherry picked from commit 2deb235cf4d30e715507f02b02a0391e1d0c3ee9)
* tests: Change code for printing warnings about untested functions.Richard W.M. Jones2012-11-201-3/+12
| | | | | Just code cleanup, no functional change. (cherry picked from commit 56c7967cadbd87ca922e02355f142f70744c1330)
* tests: Remove dead code in generated output.Richard W.M. Jones2012-11-201-10/+0
| | | | (cherry picked from commit 04a8cffee7d93bd7fc82f7cf9ef16db75933a273)
* tests: Format the generated code properly.Richard W.M. Jones2012-11-201-6/+12
| | | | | This is just whitespace changes in the output. (cherry picked from commit 599a1930b0778fb93dcbb4bd679f9263fe650683)
* lib: Break long line in definition of guestfs_set_error_handler.Richard W.M. Jones2012-11-201-1/+2
| | | | | This is just a whitespace change. (cherry picked from commit 2013e005bd02f5706887c8861f10410ffd82084f)
* examples: Copy-editing instructions printed by the mount-local program.Richard W.M. Jones2012-11-201-3/+3
| | | | (cherry picked from commit 692701f382f8a1c51be0b798b918f2f34e401b54)
* format: Allow virt-format test to be skipped by setting ↵Richard W.M. Jones2012-11-201-0/+5
| | | | | | SKIP_TEST_VIRT_FORMAT_SH=1. (cherry picked from commit 101fd44fc5ce3055da91a5bf8aa0d89a5d2f3a79)
* tests: wipefs: Don't try to wipe mounted filesystem.Richard W.M. Jones2012-11-201-1/+2
| | | | | | | | | Previously wipefs (the utility) allowed this, but it's obviously a bad thing to do and the new wipefs gives an error if you try it: wipefs: error: /dev/VG/LV: probing initialization failed: Device or resource busy (cherry picked from commit 6ac943fbef4fa8386da456048f856a387f941fc2)
* message catalogs don't need to be executableHilko Bengen2012-11-201-1/+1
| | | | (cherry picked from commit 4c285dd8f6a263ed62802af2c89c4cc75497c1ce)
* Version 1.18.10.1.18.10Richard W.M. Jones2012-10-3020-13123/+13994
|
* build: Source 'localenv' in top-level Makefile.Richard W.M. Jones2012-10-302-0/+37
| | | | | Also document 'local*' files. (cherry picked from commit de129a136355a92aa6a4afe47678aa13160fc806)
* tests: Allow more tests to be skipped.Richard W.M. Jones2012-10-303-0/+18
| | | | | | | Specifically tests which involve btrfs, because btrfs is currently broken upstream (RHBZ#863978). (cherry picked from commit f5194e6b0a470d6fe05eaa39b57eb9d0770bbe38)
* guestfs-testing: Use L<> around links.Richard W.M. Jones2012-10-301-2/+2
| | | | (cherry picked from commit dd09744432468c416033ca84dc0ae1a438240de0)
* docs: Review and clarify ERROR HANDLING section of guestfs(3).Richard W.M. Jones2012-10-301-12/+29
| | | | | Cherry picked from commit 3c1d85ae95452cee30029c719aa2523fdb5384c7. Modified to remove references to libguestfs 1.20.
* gitignore: Ignore config.cache file.Richard W.M. Jones2012-10-301-0/+1
| | | | (cherry picked from commit 835ae2c43ca70a90e33262bb71da1883ab6a4473)
* daemon: Mark some functions as attribute((noreturn)).Richard W.M. Jones2012-10-301-2/+2
| | | | (cherry picked from commit 5c8f073786285303f3bda1c30bd0b1953e0667a7)
* resize: Depend explicitly on Unix module.Richard W.M. Jones2012-10-301-1/+1
| | | | | | | | | | Commit a0722c7ad846960be54978a31ebe73b76e119203 introduced a dependency on the Unix module. This was not listed in the list of '-package's, but as long as you had ocaml-gettext installed it would still work because that pulled in Unix implicitly. Thanks Olaf Hering. (cherry picked from commit a66fd2fac25d5520b4eb2935dea6a501daed946a)
* valgrind: Add suppression for memory leak in libdl:_dl_init function.Richard W.M. Jones2012-10-301-0/+8
| | | | (cherry picked from commit 2dab72794eef55f941cc61f1f34baa9fc7988298)
* configure: Add db5.1_dump, db5.1_load for Debian Wheezy.Richard W.M. Jones2012-10-301-2/+2
| | | | (cherry picked from commit 67e483689c086e22e9a3e038ea4e7285d9a0c4d2)
* ocaml: Get rid of CAMLprim.Richard W.M. Jones2012-10-302-16/+16
| | | | | | It's wrong to use it, and in any case it doesn't do anything on Linux. (cherry picked from commit 3d46f7dc038f87e00a27e9f294d4115436f1ff23)
* resize, sparsify: Suppress progress bar when output is not a tty.Richard W.M. Jones2012-10-301-21/+27
| | | | (cherry picked from commit a0722c7ad846960be54978a31ebe73b76e119203)
* sparsify: Fix dependencies so they include resize/progress.*Richard W.M. Jones2012-10-301-1/+1
| | | | | This fixes commit 91b2238fc8e462c02f697f0c053043a55f43c13d. (cherry picked from commit c9acb029edf7c20ca937a1f6051b5834cdfdddf7)
* valgrind: Fix FUSE memory leak suppression.Richard W.M. Jones2012-10-301-2/+10
| | | | (cherry picked from commit 626ca8e74f97a8c5fbe354211e81132976a21435)
* docs: Make 'EVENTS' into its own =head1 section.Richard W.M. Jones2012-10-301-2/+6
| | | | | | For some reason it was stuck under "CALLS WITH OPTIONAL ARGUMENTS", which made no sense. (cherry picked from commit 085bf7c97aae67e8f84fe95f97ee4bfee849d523)
* lib: Pointer arg to safe_memdup function should be const.Richard W.M. Jones2012-10-303-3/+3
| | | | (cherry picked from commit 64e8e0011c6e961bae010b6008d07f501d53f35d)
* configure: Fix capitalization in configure script.Richard W.M. Jones2012-10-302-32/+32
| | | | | | | Just make the output of ./configure --help and the <config.h> file consistent. (cherry picked from commit bdfe2216715ff15691ab719ee0e63ccc2e84526c)
* configure: Fix C++ compiler test so it doesn't print random junk.Richard W.M. Jones2012-10-301-1/+4
| | | | (cherry picked from commit 467fb589b969b2d5a6fbb72c327c6c57cb65fcc3)
* daemon: Call udev-settle at the start of the daemon.Richard W.M. Jones2012-10-301-0/+11
| | | | (cherry picked from commit 15b9ed3ed2078c034f25bf3ba31298dd89c6cddf)
* fish: progress bar: Send interactive progress bar output to /dev/tty ↵Richard W.M. Jones2012-10-301-18/+36
| | | | | | (RHBZ#859875). (cherry picked from commit 911a16a9fa965ce8defb3307f6bf338f5d2d5c94)
* sparsify: Re-use progress bar wrapper code from virt-resize.Richard W.M. Jones2012-10-3014-208/+23
| | | | | | | | | | | | | The code was identical -- just copied with s/resize/sparsify/. Instead of duplicating identical code, cause the Makefile.am to use the code from the ../resize/ directory. Unfortunately because there are two Utils modules (which are different), this means we had to rename those modules to Resize_utils and Sparsify_utils respectively. So this is a rather larger change than intended. However it's just code motion. (cherry picked from commit 91b2238fc8e462c02f697f0c053043a55f43c13d)
* fish: inspect: Move variable decls to top of function.Richard W.M. Jones2012-10-301-3/+6
| | | | | This is just code motion. (cherry picked from commit c34dcf184ef4eaa35634d1696e0c68d21b811170)
* launch: Add warning not to avoid calling launch twice on the same handle.Richard W.M. Jones2012-10-301-1/+6
| | | | | | | For more information on this topic, see: https://www.redhat.com/archives/libguestfs/2012-October/msg00045.html (cherry picked from commit 2e388e8a3740aa470276b78027f51304a7f0ff92)
* docs: Fully document all subdirectories of the source.Richard W.M. Jones2012-10-301-0/+17
| | | | (cherry picked from commit 0032c60336c6f819859d30ec68179373e8943ef6)
* docs: Add overview to guestfs(3)/EXTENDING LIBGUESTFS.Richard W.M. Jones2012-10-301-3/+34
| | | | (cherry picked from commit b54fa22cd0a6a091324ff1978e0de2c54a0fabde)
* build: Use 'tmp-d' as name of temporary directory instead of 'tmp'.Richard W.M. Jones2012-10-301-6/+6
| | | | | | | | When building supermin.d/daemon.img, use 'tmp-d' instead of 'tmp' as the name of the temporary directory. This is just code motion. (cherry picked from commit 92feed7d662b7d9d1f8c475cf06df203143a3a5f)
* docs: add_drive: Clean up documentation of the 'filename' parameter.Richard W.M. Jones2012-10-301-4/+5
| | | | | Cherry picked from commit 1467ea00b850bec2722671a400adb2ffda533365 and modified for stable-1.18 branch.
* FAQ: Document debug* and internal* functions in the FAQ.Richard W.M. Jones2012-10-301-0/+17
| | | | (cherry picked from commit 9bd3d5bc6d6a3be517da5faf9e7c8a84394ca0f9)
* docs: Minor cleanup of documentation for add_drive 'name' parameter.Richard W.M. Jones2012-10-301-2/+3
| | | | (cherry picked from commit 60650da1ed7b6d916ceeee0e397c7bb2fbc282e5)