summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New API: resize2fs-M to resize ext2/3/4 to minimum size.Nikita A Menkovich2011-01-143-1/+35
|
* Version 1.9.3.1.9.3Richard W.M. Jones2011-01-1117-3853/+3949
|
* df: Skip final '/' character when calculating basename.Richard W.M. Jones2011-01-111-0/+2
| | | | | | | | | | Previously it was including the final '/' character when calculating the basename for the -a option eg: Filesystem Size Used Available Use% /Ubuntu1010x64:/dev/sda1 9.4G 2.3G 6.6G 25% With this patch the '/' is not printed.
* fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).Richard W.M. Jones2011-01-118-6/+99
| | | | | | | | | | | | | | | | | Fix guestfish (and other C tools) so that they ignore errors when /etc/fstab contains bogus entries. Update the documentation for inspect-get-mountpoints to emphasize that callers must be aware of this when mounting the returned values. Add a regression test. Update the example code ("inspect_vm") to reflect the way this API ought to be called. For more detail see: https://bugzilla.redhat.com/show_bug.cgi?id=668574
* Add logo used on the website.Richard W.M. Jones2011-01-113-1/+5
|
* Add cartoon fish logo (not completed).Richard W.M. Jones2011-01-102-1/+563
|
* todo: /proc/self/mountinfoRichard W.M. Jones2011-01-091-0/+15
|
* todo: Add notes on inspecting ISO images.Richard W.M. Jones2011-01-081-1/+46
|
* virt-filesystems: Ignore errors when getting label and UUID (RHBZ#668112).Richard W.M. Jones2011-01-081-6/+29
| | | | | | | | | | | If virt-filesystems was pointed to an image that contained bogus or blank filesystems, then calls to vfs-label and/or vfs-uuid could fail, resulting in errors like this: libguestfs: error: vfs_label: /dev/vda1: These errors can be ignored and shouldn't stop virt-filesystems from working.
* resize: Fix typo in man page (thanks avesh@IRC).Richard W.M. Jones2011-01-071-1/+1
|
* fish: fails to tilde expand '~' when $HOME env is unset (RHBZ#617440).Richard W.M. Jones2011-01-043-8/+100
| | | | This also adds a regression test.
* fish: Fix off-by-one bug in tilde expansion.Richard W.M. Jones2011-01-041-1/+1
| | | | | | | | Although this doesn't seem to cause a crash, valgrind confirms that this is a genuine off-by-one bug. It could potentially cause a crash if you did: echo 'echo ~root/foo' | guestfish
* Version 1.9.2.1.9.2Richard W.M. Jones2011-01-0318-567/+598
|
* New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out.Richard W.M. Jones2011-01-0317-6/+481
| | | | | Relatively trivial wrappers around the equivalent guestfish commands. Change also includes new man pages.
* .gitignore: Use full paths for some ignored files.Richard W.M. Jones2011-01-031-7/+7
|
* docs: Add QMP to ROADMAP file.Richard W.M. Jones2011-01-031-0/+5
|
* filesystems: Document the columns in --long output.Richard W.M. Jones2011-01-021-0/+54
|
* Add initial announcement to release notes.Richard W.M. Jones2011-01-021-0/+3
|
* Update TODO file.Richard W.M. Jones2011-01-021-0/+8
|
* inspector: Apps in Windows VMs are now listed - update documentation.Richard W.M. Jones2011-01-021-3/+1
|
* Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577)Douglas Schilling Landgraf2011-01-021-1/+3
| | | | | | | | | | | | | This a purpose patch to avoid the message "unknown filesystem /dev/hdc". Where /dev/hdc is an entry in fstab for CDROM. Example of fstab: /dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0 https://bugzilla.redhat.com/show_bug.cgi?id=666577 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
* Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)Douglas Schilling Landgraf2011-01-021-1/+1
| | | | | | | | | | | | | | Hi, This is a purpose patch to avoid the message: unknown filesystem label SWAP-sda2. Instead of validate the label with 'eq', use '=~' and /$label/i. https://bugzilla.redhat.com/show_bug.cgi?id=666578 Thanks Douglas
* Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577)Douglas Schilling Landgraf2011-01-021-0/+1
| | | | | | | | | | This patch to avoid the message "unknown filesystem /dev/fd0". https://bugzilla.redhat.com/show_bug.cgi?id=666577 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Thanks Douglas
* Tempora mutantur, nos et mutamur in illis.Richard W.M. Jones2011-01-021-1/+1
|
* podwrapper: Fix up the HTML output so most inter-page links work.Richard W.M. Jones2010-12-311-0/+19
|
* podwrapper: Fix script indentation.Richard W.M. Jones2010-12-311-3/+3
|
* podwrapper: 'builddir' was not defined - use a properly defined path.Richard W.M. Jones2010-12-311-1/+21
|
* Version 1.9.1.1.9.1Richard W.M. Jones2010-12-3118-11178/+16766
|
* docs: add-domain: Remove ref to not impl add-libvirt-dom API call.Richard W.M. Jones2010-12-301-3/+1
|
* docs: Refresh programming language list in guestfs(3).Richard W.M. Jones2010-12-301-5/+5
|
* docs: Refresh programming language equivalence example in guestfs(3).Richard W.M. Jones2010-12-301-3/+3
|
* docs: Fix missing g handle in guestfs(3) man page.Richard W.M. Jones2010-12-301-2/+2
|
* docs: Refresh guestfs(3)/DOWNLOADING.Richard W.M. Jones2010-12-301-4/+3
|
* docs: Refresh guestfs(3)/MOUNTINGRichard W.M. Jones2010-12-301-9/+15
|
* Update Punjabi translations (RHBZ#665358).Jaswinder Singh2010-12-231-1007/+1061
|
* recipes: Refresh guestfish recipes.Richard W.M. Jones2010-12-2136-166/+177
|
* Updated Polish translation (RHBZ#502533).Piotr Drąg2010-12-211-323/+250
|
* fish: --ro will be default in 1.10, not 1.8.Richard W.M. Jones2010-12-201-1/+1
|
* docs: Update API support.Richard W.M. Jones2010-12-1911-6/+4201
|
* api-support: Fix detection of similar APIs.Richard W.M. Jones2010-12-191-1/+1
| | | | | Because we didn't match on word boundaries, the previous code would get confused by similar APIs, eg. getxattr vs getxattrs.
* docs: Obsolete HACKING file, move content into guestfs(3) man page.Richard W.M. Jones2010-12-198-267/+354
| | | | | | Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING".
* docs: Refresh README file.Richard W.M. Jones2010-12-191-40/+12
|
* Update TODO file.Richard W.M. Jones2010-12-191-7/+31
|
* Version 1.9.0.1.9.0Richard W.M. Jones2010-12-1916-18/+18
|
* Update BUGS, PO files for 1.8.0.1.8.0stable-1.8Richard W.M. Jones2010-12-1916-1073/+1176
|
* Prepare for next stable branch: version 1.8.0.Richard W.M. Jones2010-12-191-2/+2
|
* Update RELEASE-NOTES.Richard W.M. Jones2010-12-191-2/+13
|
* Add ROADMAP for 1.10.Richard W.M. Jones2010-12-192-2/+59
|
* fuse: Add more tracing for calls into guestmount functions.Richard W.M. Jones2010-12-192-1/+60
|
* appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280).Richard W.M. Jones2010-12-191-1/+0
| | | | | Don't exclude upstart from the appliance. It provides /sbin/reboot which is required by virt-rescue.