summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.4.6.1.4.6stable-1.4Richard W.M. Jones2010-10-2314-685/+792
|
* daemon: Use stdint UINT64_C instead of <const>ULL.Richard W.M. Jones2010-10-231-4/+5
| | | | (cherry picked from commit cd29c50ca820a03b9cecb300a84fb884425cb565)
* inspector: Add comment about why --fish option implies write mode.Richard W.M. Jones2010-10-231-0/+8
| | | | (cherry picked from commit 2109d8d86aeb66093e0a9f41d3693693e3df66d5)
* ruby: Run tests one at a time, instead of in parallel.Richard W.M. Jones2010-10-231-1/+7
| | | | (cherry picked from commit 8f30c3c3f8c063f7c5ff8c6154d881e07a820251)
* generator: Refactor code for Perl bindings.Richard W.M. Jones2010-10-231-146/+133
| | | | | | | This simplifies the code that generates the Perl bindings by removing repeated sections. Cherry picked from commit ea6209198026080a9d9e588283e83aa9c4e2f177.
* generator: Missing newline character.Richard W.M. Jones2010-10-231-1/+1
| | | | Cherry picked from commit ed74706d80394fef709ec0258fc5cf7d974ff8b1.
* fish: Change 'int argc' to 'size_t argc' throughout.Richard W.M. Jones2010-10-2313-34/+36
| | | | Cherry picked from commit 6391d1a7cfa10337a75465c72d49df3c9ebc65ca.
* df: Correctly quote libvirt domain and filesystem in --csv mode (RHBZ#639986).Richard W.M. Jones2010-10-231-1/+31
| | | | | | This fixes virt-df --csv when used with libvirt domains that contain quotes, spaces, commas and other lesser-used characters. (cherry picked from commit f7475ec577b7ca810185e0fd70a39ac9adaae620)
* Freshen POD (manual pages) stylesheet.Richard W.M. Jones2010-10-231-5/+73
| | | | (cherry picked from commit 533aff2879d85a4061b9d31e9b25996ce0af60f5)
* appliance: Ignore unreadable dbus service file (Fedora 15).Richard Jones2010-10-231-0/+1
| | | | (cherry picked from commit e319b120acec1962319cca534d4504a8999135db)
* fish: In guestfish(1) turn command references into links.Richard W.M. Jones2010-10-231-1/+1
| | | | Cherry picked from commit 585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1.
* fish: Correction for online help for 'edit' and 'more' commands.Richard W.M. Jones2010-10-231-8/+2
| | | | | | This corrects commit b5c287bcd456bdb02d8ec0443483df34f4fd6b5d and commit 639ca1828b167bf59353f0cd3c8c79c6289bbd5d. (cherry picked from commit 3eb76554ef1f2f218f8920d9a8b8fb4ba6b21d66)
* configure: Make "fedora-13" the default repository.Richard Jones2010-10-231-2/+2
| | | | (cherry picked from commit 6b2ae9a8b0efba044f4d409b70211aba450a6899)
* fish: Update copyright dates in usage message.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit 42b62b8240a9b32f0a198105b03cfadaf97a7a7b)
* fish: Remove extraneous space from usage message.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit 31a2c006cd6486f0ca5afb11e42bcc412385a074)
* appliance: Disable setting scheduler to noop.Richard Jones2010-10-231-1/+3
| | | | | | | This is a workaround until https://bugzilla.redhat.com/show_bug.cgi?id=630583 is fixed (bug in Linux 2.6.36). (cherry picked from commit 7419335e1113f28fd17b512992df22eb28cb4c05)
* generator: Don't use real uuidgen for UUIDs.Richard Jones2010-10-231-11/+16
| | | | | | | This was one reason why capitests/tests.c changed every time the generator was run. Cherry picked from commit 451a28349b11fe08cb3f7ca84e58b6e69646707b.
* syntax: Replace -a and -o with && and || for portability.Richard Jones2010-10-232-13/+13
| | | | | Cherry picked from commit 264629b9f0ace1062b453b2d0ae55e48385189d3 and backported to stable-1.4.
* syntax: Use exit (EXIT_SUCCESS) instead of hard-coded number.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit 431503d007b22bf10226843cca84628544fadca9)
* syntax: Replace _prohibit_regexp with _sc_search_regexp.Richard Jones2010-10-231-6/+6
| | | | (cherry picked from commit 3d994f3d8e12356223d37c1b45ebe2eb39ef28a6)
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-10-235-56/+88
| | | | | This commit is just code movement. (cherry picked from commit 3a99114360636806078bbf614c241e89661bcc7f)
* generator: Fix incorrect shortdesc in docs for 'is-dir' command.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit 55b6e18f95950b1a2ec69d549c9e6c8a5758d166)
* generator: Fix documentation for 'is-file' command.Richard Jones2010-10-231-2/+2
| | | | (cherry picked from commit 22aa9268f548eab9763311a080859d8cf2257a93)
* fish: Fix 'more' command to work with any file.Richard Jones2010-10-232-13/+2
| | | | (cherry picked from commit 639ca1828b167bf59353f0cd3c8c79c6289bbd5d)
* fish: Fix 'edit' command to work with any file.Richard Jones2010-10-232-70/+19
| | | | (cherry picked from commit b5c287bcd456bdb02d8ec0443483df34f4fd6b5d)
* guestfs: Reference guestfs-browser architecture in threads documentation.Richard Jones2010-10-231-0/+3
| | | | (cherry picked from commit 13be76168260ee57e3d134177066ca7ceb984092)
* guestfs: More accurate documentation for initial message.Richard Jones2010-10-231-4/+3
| | | | (cherry picked from commit e2ef068cb7d18f0c0d4931f97332a38ea4ea2477)
* guestfs: Remove traces of documentation for non-existent 'low-level API'Richard Jones2010-10-231-13/+10
| | | | (cherry picked from commit 6d9f8f5c140c3116fb0292fcf73f560812c7d5fb)
* guestfs: Fix typo in man page.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit f3c05da4f9c226c18476eb135dfcb5875d65bf63)
* fish: Improve appearance of guestfish -N help output.Richard Jones2010-10-231-1/+1
| | | | (cherry picked from commit 45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d)
* fish: Generate list of prepared disk image types.Richard Jones2010-10-239-138/+276
| | | | | | This commit shouldn't change the semantics of the code. Cherry picked from commit 60cdd02b02578b427ca3926d566811c6bb7a9970.
* Version 1.4.5.1.4.5Richard Jones2010-09-0814-21/+15
|
* daemon: Fix debug-upload command if compiled without --enable-debug.Richard Jones2010-09-081-1/+1
| | | | | This was an upstream bug which we never encountered, and meanwhile was fixed upstream by removing the conditional --enable-debug code.
* test-tool: Add a 'run-test-tool-locally' script.Richard Jones2010-09-081-0/+56
| | | | | | | This can be used to run the test tool without installing it. It sets the environment variables and command line arguments up correctly to run the tool from the build directory. (cherry picked from commit 06c906168c0a96662ad47473cfe5f2fb3c316757)
* daemon: Don't warn about 'long long' usage.Richard Jones2010-09-081-0/+2
| | | | | | This removes a fatal warning (-Werror) which stops compilation on 32 bit machines. (cherry picked from commit aa96881a512a144f4611a8e7c9801be9bb7ff9cf)
* build: guestfs-structs.h was missing from libguestfs_la_SOURCES.Richard Jones2010-09-081-0/+1
| | | | (cherry picked from commit 5fc69ce3ece5e4d4a3da9d78da244c4fa301b5ac)
* perl: Document handle is a hashref.Richard Jones2010-09-081-0/+18
| | | | | For details see commit eb566f7dc7974b42ac65729a2e5e5bcee329a0a9. (cherry picked from commit b8b0c99b46172712aa190f70182734934587af7b)
* perl: Add documentation about testing availability of methods and features.Richard Jones2010-09-081-0/+31
| | | | (cherry picked from commit 0f24424f357e854a9da382de11e4fe81305c8743)
* Consistent use of 'void *opaque' to refer to opaque pointer in C API.Richard Jones2010-09-082-10/+10
| | | | | | | | We inconsistently used 'void *data' or 'void *opaque' all over to refer to the same thing. Use 'void *opaque' in all places in the published API and documentation. Cherry picked from commit 867319ec5f9030d3c14c32e3302606f2bf11ac27.
* Version 1.4.4.1.4.4Richard Jones2010-08-2814-633/+636
|
* build: Don't add version extra string to the version number.Richard Jones2010-08-273-5/+13
| | | | | | | | | | | | | If this string was non-empty, then it broke a lot of things because autoconf and other parts of the build system were expecting this string to contain a simple MAJOR.MINOR.RELEASE version number. This requires changes to guestfish and guestmount so they use the guestfs_version API to fetch the version from the library. (The Perl tools were already doing it this way). In a way this is more accurate, because it's no longer hard-coded in the binary, but fetched from the dynamically linked libguestfs.so. (cherry picked from commit 4932fdca3ca1e9002164a1c0b73876f32739d34d)
* Version 1.4.3.1.4.3Richard Jones2010-08-2714-178/+223
|
* rescue: Fix typo in comment.Richard Jones2010-08-261-1/+1
| | | | (cherry picked from commit daead56fae46a4fedfef176fa3ed1ba37f88a078)
* Rename global 'xdr_str'.Richard Jones2010-08-262-7/+7
| | | | | | | | Two bits of XDR both contained a definition called 'str' which means that 'xdr_str' was being exported globally twice. Because of the linker script this didn't affect us. But it's best to rename this global so that conflicts cannot arise. (cherry picked from commit 27ef6f9171127afd248f38d280cf3d0eae51fdaf)
* Add -nodefconfig command line option to qemu.Daniel Berrange2010-08-261-0/+3
| | | | | | Without this option, qemu will read some defaults from /etc/qemu/ configuration files. (cherry picked from commit 6d15d4e7c27477507ba355384a340ce86cec617b)
* Don't print debug messages when not in verbose mode.Richard Jones2010-08-261-15/+17
| | | | | Don't print them because no one's listening ... (cherry picked from commit 5c1346dae72064f7fd9c2afe5517afc6f050cd9a)
* Make print_timestamped_message into a cross-module function.Richard Jones2010-08-262-9/+9
| | | | | This is just code movement. (cherry picked from commit 4b753c62089be663ac722e4a875bb061d259e87d)
* Factor out code for locating the temporary directory.Richard Jones2010-08-262-11/+22
| | | | | | | | This is just code movement. For stable-1.4 branch, cherry picked from commit a2d4a8bf073c3551d174bd6c406e0cf3d27fb560 and backported.
* Whitespace change: Add blank line between structures and functions.Richard Jones2010-08-261-0/+1
| | | | (cherry picked from commit 4d2f1632ad655130fafab3bf7fe8fa5cb59705d8)
* appliance: Remove some obsolete testing rules from Makefile.amRichard Jones2010-08-261-31/+0
| | | | | This haven't been used -- and haven't worked -- for a long time. (cherry picked from commit c56fa58721a710aeb4a41bd73a472354a2128069)