summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-315-9/+225
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-316-2/+76
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-316-3/+187
* Add 'realpath' command.Richard W.M. Jones2009-07-315-2/+57
* Ignore failure of 'mv' commands in appliance Makefile.Richard W.M. Jones2009-07-311-2/+2
* configure.ac: more quotingJim Meyering2009-07-301-11/+18
* build: If guestfwd test fails, need to print AC_MSG_RESULT 'no'Richard Jones2009-07-301-0/+1
* build: fix test for --nocompress optionJim Meyering2009-07-301-1/+1
* build: fix test for --nocompress optionJim Meyering2009-07-301-1/+1
* fix comments; move declarationsJim Meyering2009-07-301-6/+4
* Whitespace and comment changes.Richard Jones2009-07-291-1/+14
* df: Fix alignment of columns.Richard Jones2009-07-291-1/+1
* guestfish: Make more strings translatable.Richard Jones2009-07-295-71/+1669
* tests: Use squashfs for static data where possible.Richard Jones2009-07-292-87/+63
* tests: Fix read_file test.Richard Jones2009-07-294-5/+33
* Implement '*grep*' family of commands.Richard Jones2009-07-299-6/+260
* Updated Polish translations (Piotr Drąg).Richard Jones2009-07-291-100/+162
* Version 1.0.65.1.0.65Richard Jones2009-07-293-7/+7
* Updated PO files.Richard Jones2009-07-293-182/+223
* build: avoid locale-specific changes in generated, VC'd fileJim Meyering2009-07-292-4/+3
* On RHEL 5, 'file' command prints 'AMD x86-64' for 'x86-64' arch.Richard W.M. Jones2009-07-291-0/+2
* Run cpio with --quiet option so it doesn't print 'xx blocks'Richard Jones2009-07-291-1/+1
* Lib.pm: Skip tests if perl-libintl module is not available.Richard Jones2009-07-292-2/+23
* Lib.pm: Use Perl backtick instead of slurp (Aron Griffis).Richard Jones2009-07-291-3/+1
* Don't show empty CD devices (RHBZ#514505).Richard Jones2009-07-291-0/+27
* ocaml: Rebuild the tests from source if the main library changes.Richard Jones2009-07-291-0/+5
* inspector: Determine guest architecture.Richard Jones2009-07-293-21/+113
* Lib.pm: Add file_architecture command.Richard Jones2009-07-2916-6/+306
* Lib: Document the $ro parameter for mount_operating_system properly.Richard Jones2009-07-291-4/+5
* Mention related tools in the manual page.Richard Jones2009-07-291-0/+7
* Whitespace: indent some names in images/Makefile.am correctly.Richard Jones2009-07-281-12/+12
* Lib.pm: Use 'file' as replacement for 'zfile'.Richard Jones2009-07-281-4/+4
* Pass '-z' parameter to 'file' command so it looks inside compressed files.Richard Jones2009-07-282-4/+8
* Add DeprecatedBy flag to mark functions which are deprecated.Richard Jones2009-07-281-12/+53
* Need to declare asprintf_nowarn as inline to avoid gcc complaining.Richard Jones2009-07-281-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-289-104/+176
* Add InitSquashFS test type, for tests that just use the squashfs (/dev/sdd).Richard Jones2009-07-271-45/+43
* Make read-only optional in mount_operating_system()Matthew Booth2009-07-241-2/+10
* More ideas on a quick Perl one-liner syntax for TODO file.Richard W.M. Jones2009-07-241-0/+31
* guestfish -iv should print virt-inspector command (for debugging).Richard W.M. Jones2009-07-241-1/+3
* Reformat the TODO file.Richard W.M. Jones2009-07-241-44/+90
* Pass cgroup_disable=memory, saves ~ 5MB of RAM.Richard Jones2009-07-241-1/+2
* get_append call can return NULL, but bindings didn't handle it.Richard Jones2009-07-231-32/+125
* RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explici...Richard Jones2009-07-231-1/+1
* Remove hard-coded qemu-kvm, replace with $QEMU.1.0.64Richard Jones2009-07-231-2/+2
* Version 1.0.631.0.63Richard Jones2009-07-233-133/+395
* Add libguestfs-test-tool.Richard Jones2009-07-2211-1/+714
* Fix typo in error message.Richard Jones2009-07-221-1/+1
* Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance...Richard Jones2009-07-224-57/+1
* set-append and set-kernel parameters are both nullable.Richard Jones2009-07-221-2/+2