summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fish: Don't eat words when completing case-insensitive paths (RHBZ#582993).Richard Jones2010-06-023-1/+37
| | | | (cherry picked from commit 21bd2db7cf259a17cc3922409937b849e4b83c0f)
* fish: Sort returned paths so the list is stable across multiple calls.Richard Jones2010-06-021-0/+11
| | | | (cherry picked from commit 53c3b9d2b03fa5cb0ac7e86a5a51f2a18a2b91c1)
* fish: Create a separate FILES section in the manpage.Richard Jones2010-06-021-2/+27
| | | | (cherry picked from commit 7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e)
* fish: Move 'EXIT CODE' section to a more logical place in the documentation.Richard Jones2010-06-021-5/+5
| | | | (cherry picked from commit 34a306ab2a7e6d9f468e8194cef8a05624325260)
* resize: Refresh the examples in the documentation.Richard Jones2010-06-021-1/+17
| | | | | | | | | | | | The documentation was previously very intimidating. Bring some common, simple examples up to the top of the page in a separate section. For stable-1.2 branch: - cherry picked from commit 0e28e4104d96bf0bf5b88fb07bb7e5f9f6e6f41f - modified instructions slightly to apply to older version of virt-list-partitions - replace 'truncate' with 'dd'
* fish: Make the read/write warning more prominent.Richard Jones2010-06-021-5/+7
| | | | | | Follow the example on other manual pages by making the warning more prominent. (cherry picked from commit 57cc217335ff511e579b094e47b0de57d5c3aaef)
* Version 1.2.8.1.2.8Richard Jones2010-05-2414-589/+589
|
* build: For development releases, print a notice.Richard Jones2010-05-241-0/+16
| | | | (cherry picked from commit 613d041c78e25dafc238696f2fe35b51e443f23b)
* guestfs_version: Correct documentation.Richard Jones2010-05-241-2/+3
| | | | | | Remove reference to 'ELF weak linking tricks' and replace with suggestion to use dl* functions. (cherry picked from commit 94030c5ce8b5848330e15e812a01064d5afcc6d0)
* TODO: Suggest including undelete utility.Richard Jones2010-05-241-0/+1
| | | | (cherry picked from commit 478e1942a9fb4d86b0c4701b6b71f1eac376d0c1)
* Fix name of update-bugs script in output file BUGS.Richard Jones2010-05-241-1/+1
| | | | (cherry picked from commit aecdf3c117874e3dc44282600b988d18350b3ad5)
* generator: Some String parameters should be OptString (RHBZ#501894).Richard Jones2010-05-241-2/+2
| | | | | | I haven't checked the list of functions exhaustively, but these are the obvious ones. (cherry picked from commit e715451fae0ba738973af98a4e506b6c5564626a)
* fish: Fix build error if built without readline.Richard Jones2010-05-241-2/+4
| | | | | | | | fish.c:1447: error: 'add_history_line' defined but not used [-Wunused-function] (Reported by Matt Booth) (cherry picked from commit 5af010c96d687a7cf5251107a74770a231f42b77)
* appliance: Ignore utempter unreadable binaries (for RHEL 6).Richard Jones2010-05-241-0/+1
| | | | (cherry picked from commit 2dc7bb00337656c00fabed2c1f017aac1fa09da4)
* appliance: Change comment about unreadable binaries.Richard Jones2010-05-241-3/+4
| | | | | | For stable branch, change reference to febootstrap-supermin-helper to libguestfs-supermin-helper. (cherry picked from commit 155aa76e57c99594a3724933b6d117f1053544b3)
* Update BUGS and PO files.1.2.7Richard Jones2010-05-1713-17/+17
|
* Update BUGS.Richard Jones2010-05-171-4/+7
|
* Version 1.2.7.Richard Jones2010-05-171-1/+1
|
* Generate BUGS file from Red Hat Bugzilla database.Richard Jones2010-05-173-11/+233
| | | | | | Add a script which generates the 'BUGS' file from Red Hat Bugzilla. This is run whenever we do 'make dist' and deliberately stored in git. (cherry picked from commit 002dc21cba1469cc5b1ce5ef4a7984a733b44a1f)
* virt-df: Display domains in sorted order.Richard Jones2010-05-171-1/+1
| | | | (cherry picked from commit 5d5565ca24b95719461b0c0aebdb0651dd2671ca)
* Update PO files.Richard Jones2010-05-1412-973/+984
|
* Version 1.2.61.2.6Richard Jones2010-05-141-1/+1
|
* Improved error if virt-inspector cannot find OSes in image (RHBZ#591142).Richard Jones2010-05-146-6/+7
| | | | | (cherry picked from commit 94e310dcfbcd368cbe02dbc1643ed2ff9821cd48 and modified to apply to the stable branch)
* Fix error message in strings-e command (RHBZ#588651).Richard Jones2010-05-142-4/+39
| | | | | | (cherry picked from commit 287f8957fea3efe411c7ac55595d5d6c7b613e4e and modified to apply to the stable branch. Note that the original commit message contains a typo 'string-e' instead of 'strings-e')
* Reduce imported functions in virt-df to ones which are actually used.Richard Jones2010-05-141-3/+1
| | | | (cherry picked from commit 5477d98548661394cf0df3ce48929961e0d2a38f)
* Run udev_settle() after swapon/swapoff (RHBZ#516096).Richard Jones2010-05-141-0/+5
| | | | (cherry picked from commit 9d158c3ab132df21d58890f18224cd2fe020de67)
* virt-rescue: Refresh documentation.Richard Jones2010-05-141-12/+45
| | | | (cherry picked from commit d0afef23e54f75a521eed8c7261a533776242cfc)
* launch: Rearrange the code so config check is first.Richard Jones2010-05-141-12/+12
| | | | | | | | Move the config state check first in the guestfs_launch function, so that we don't reset g->launch_t or calculate the temporary directory in the case where the launch function will immediately return with an error. (cherry picked from commit 55e9707f8591488542da48fc89738234b4d85016)
* Ignore test1.img file in directory.Richard Jones2010-05-141-0/+1
| | | | (cherry picked from commit 2064e43bcfc7fc5bde08a0442c646a0a46997875)
* fish: Make '-x' option enable traces instead of using separate echo path.Richard Jones2010-05-142-9/+7
| | | | | | | | | | | Previously we had separate code paths for echoing commands (-x) and tracing (guestfs_set_trace). This just unifies that so that the guestfish -x option enables tracing. (cherry picked from commit 8e007581c91a5193e6aec0f6f9aeb379a935c9d4 and commit a96d70113ffcd01f55262c3d0fbe711bee759fec and commit 87eecb507ee09a62f3a12f5f75d3417a09c0c8d4 which are all logically part of the same fix)
* daemon: gnulib module 'error' is used directly by the daemon.Richard Jones2010-05-141-0/+1
| | | | (cherry picked from commit b52ef0b021fc443d88d4d9c43f57468712e40965)
* If qemu dies during launch, set an error message (RHBZ#588851).Richard Jones2010-05-141-4/+11
| | | | (cherry picked from commit fc6dd9daa13ac774156d0822b5aa7830171feb85)
* daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).Richard Jones2010-05-143-9/+32
| | | | | | | | | | | | | | | | | Pengzhen Cao noticed that read-file would fail for files larger than the protocol size; this is *not* the bug. However it would also lose protocol synchronization after this. The reason was that functions which return RBufferOut in the generator must not 'touch' the *size_r parameter along error return paths. I fixed read-file and initrd-cat, and I checked that pread was doing the right thing. This also adds regression tests for read-file with various categories of large file. (cherry picked from commit 42f59b28f123f53ae038df23a9abee08e959e46b)
* Warn instead of dying if grub refers to non-existent kernelMatthew Booth2010-05-141-2/+8
| | | | (cherry picked from commit 4839d5142ca50818965866287932f9ded14729e6)
* Change network configuration to use macros.Richard Jones2010-05-142-9/+34
| | | | | | | | | | | | | | Change the network configuration so everything is set using some macros at the top of src/guestfs.c. Also, rename the macros used in the daemon so they are not the same. It was a very long time since these sets of macros had to match the ones defined in src/guestfs.c, despite what the comment said. Note that this commit should not change the semantics of the program at all. (cherry picked from commit 8a9f2ca65521d093ac14307aca4370d9497ac840)
* tests: In verbose mode, print dashes between each test.Richard Jones2010-05-141-0/+2
| | | | | | Only affects tests when run with LIBGUESTFS_DEBUG=1. Lets you easily see when each test starts and ends. (cherry picked from commit 097266e01cfa28319834bf750649650f3c22006f)
* Version 1.2.51.2.5Richard Jones2010-04-3013-14/+14
|
* Document that guestfs_mount implies -o sync and performance problem ↵Richard Jones2010-04-301-3/+14
| | | | | | (RHBZ#587582). (cherry picked from commit fd2d10d6ed91f417a9b99bb61526b45bb7ed3e4e)
* contrib: Add dependency diagram of libguestfs ecosystem.Richard Jones2010-04-304-0/+128
| | | | (cherry picked from commit 90b4e24df6f27c02d3b11d8021b27a197cf18b75)
* contrib: Add header to README file.Richard Jones2010-04-301-0/+3
| | | | (cherry picked from commit 2f9f3375028a02fdaec62f30e11bacd6524a342c)
* lvresize: Use --force so it can make LVs smaller (RHBZ#587484).Richard Jones2010-04-302-2/+9
| | | | | This also adds a regression test for this bug. (cherry picked from commit c24de46d06cc3ecccf00bfaaffb06172659cdd0a)
* tools: Fix documentation for CurrentControlSet (thanks Yuval Kashtan).Richard Jones2010-04-301-2/+17
| | | | (cherry picked from commit 25c15261253bbd2fb140e5ca1c902acf714f76a9)
* guestfs(3): Documentation on protocol gotchas.Richard Jones2010-04-301-0/+17
| | | | (cherry picked from commit 55641f5d1e9964f8a039005b511b8e688c92cddb)
* docs: Routine refresh of the documentation for guestfs(3) and guestfish(1).Richard Jones2010-04-302-103/+118
| | | | | | | For stable branch: - cherry picked from commit ce95be8b185ce69 - updated the patch so it doesn't refer to any new guestfish features in the 1.3 branch
* Version 1.2.41.2.4Richard Jones2010-04-2313-14/+14
|
* todo docs: Discuss shrinking filesystems and specifying sizes in guestfish.Richard Jones2010-04-231-0/+17
| | | | (cherry picked from commit 7c285ea84f63e511f95a3c8bfbb98cbf99b9466b)
* daemon: Split out checksum type to program name mapping into function.Richard Jones2010-04-231-15/+23
| | | | | | | This shouldn't change the semantics of the program. For stable-1.2 this was cherry picked from commit af29c84 and rebased against the older code in daemon/checksum.c.
* todo docs: Integrate with host intrusion detection systems.Richard Jones2010-04-231-0/+12
| | | | (cherry picked from commit 6e269c6e5123c1558589e0a59844dc0187fbd63a)
* todo docs: Mapping filesystems to and from disk blocks.Richard Jones2010-04-231-1/+11
| | | | (cherry picked from commit 2ed549e95c7ad75f28b5f0dd4c53849e1607444e)
* fish docs: Be consistent about using I<-..> for options.Richard Jones2010-04-221-4/+4
| | | | (cherry picked from commit 89486c50eaeb8b1cc5a6ff388cb47e859f8565d1)