summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OCaml viewer: Use ocamlduce to replace xpath code.Richard Jones2009-09-305-48/+36
* OCaml viewer: Handle exceptions properly.Richard Jones2009-09-291-1/+8
* OCaml example: graphical disk usage viewer.Richard Jones2009-09-298-3/+776
* virt-df: Add note about parsing CSV.Richard Jones2009-09-241-2/+27
* avoid use of all ctype macrosJim Meyering2009-09-2413-27/+29
* maint: prune dead wood from list of skipped syntax-check rulesJim Meyering2009-09-241-18/+1
* maint: use spaces, not TABs for indentationJim Meyering2009-09-244-30/+30
* Prepare for 1.0.72.1.0.72Richard Jones2009-09-233-710/+730
* More HTMLFILES.Richard Jones2009-09-231-0/+2
* Include virt tools in EXTRA_DIST.Richard Jones2009-09-235-5/+10
* Rename virt-[tool].pl as virt-[tool]Richard Jones2009-09-2312-46/+32
* Check return value from readlink.Richard Jones2009-09-235-5/+5
* Create manpage atomically.Richard Jones2009-09-235-5/+5
* Replace @...@ with $(...) in these common Makefile.am files.Richard Jones2009-09-235-20/+20
* guestfish: Update 'SEE ALSO' section of the manpage.Richard Jones2009-09-231-1/+4
* New tool: virt-editRichard Jones2009-09-239-3/+329
* virt-cat: Remove some unused Perl module includes.Richard Jones2009-09-231-3/+0
* Add 'virt-rescue' command.Richard Jones2009-09-2310-1/+309
* Add direct appliance mode flag and implementation.Richard Jones2009-09-232-33/+94
* Tidy up appliance rescue code.Richard Jones2009-09-231-3/+7
* Rejig configure.ac tests for qemu vmchannel support.Richard Jones2009-09-231-11/+32
* Prepare for 1.0.71.1.0.71Richard Jones2009-09-224-218/+212
* Change handling of spaces on Linux kernel command line.Richard Jones2009-09-221-8/+8
* Update documentation of qemu / vmchannel.Richard Jones2009-09-221-10/+29
* Implement "null vmchannel" - no vmchannel needed!Richard Jones2009-09-221-64/+297
* Gnulib: Add arpa-inet and netinet-in modules.Richard Jones2009-09-222-0/+6
* Flexible guestfs_vmchannel parameter for future appliances.Richard Jones2009-09-222-34/+141
* Rearrange and tidy up code in guestfsd.cRichard Jones2009-09-221-30/+74
* Make GUESTFWD_PORT into a string.Richard Jones2009-09-211-4/+4
* Remove unnecessary extra space from qemu command line.Richard Jones2009-09-211-1/+1
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-2128-105/+56
* Combine temporary buffers.Richard Jones2009-09-211-7/+5
* Rearrange qemu command line order (no functional change).Richard Jones2009-09-211-29/+30
* Enable new-style -chardev ... guestfwd command line.Richard Jones2009-09-181-20/+26
* Fix code which looked for leaked FDs between each command.Richard Jones2009-09-172-5/+6
* Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.Richard Jones2009-09-172-63/+25
* Daemon: fix handling of errors from xread and xwrite.Richard Jones2009-09-173-10/+17
* Fix verbose packet dumping functions.Richard Jones2009-09-174-10/+26
* 'len' should be an unsigned 32 bit int.Richard Jones2009-09-171-1/+1
* Disable -Wunsafe-loop-optimizationsRichard Jones2009-09-171-0/+2
* Update PO files (no functional change).Richard Jones2009-09-152-3/+3
* Prepare for version 1.0.70.1.0.70Richard Jones2009-09-151-1/+1
* Update PO files.Richard Jones2009-09-152-5/+5
* Set minimum gettext version to 0.17.Richard Jones2009-09-151-1/+1
* Fix comparison between signed and unsigned (for RHEL 5).1.0.69Richard Jones2009-09-151-1/+1
* Move decl out for C99 compliance.Richard Jones2009-09-141-1/+3
* Update PO files.Richard Jones2009-09-142-1081/+1000
* Move guestfs-internal-actions.h to EXTRA_DIST.Richard Jones2009-09-141-2/+2
* Prepare for 1.0.69.Richard Jones2009-09-141-1/+1
* Remove main loop.Richard Jones2009-09-144-1224/+552