summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add thread-safety to global list of handles.Richard Jones2009-12-071-9/+10
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+1
* Fix problems found by 'make syntax check'Richard Jones2009-11-101-1/+1
* Print timestamped messages during appliance launch.Richard Jones2009-11-101-0/+54
* Record time of guest launch.Richard Jones2009-11-101-6/+7
* appliance: Prefix kernel messages with timestamp.Richard Jones2009-11-101-0/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-9/+9
* Allow callers to disable the recovery process.Richard Jones2009-11-031-26/+45
* Set LC_ALL=C before running qemu.Richard Jones2009-10-211-2/+4
* avoid use of all ctype macrosJim Meyering2009-09-241-2/+2
* Add direct appliance mode flag and implementation.Richard Jones2009-09-231-33/+69
* Change handling of spaces on Linux kernel command line.Richard Jones2009-09-221-8/+8
* Implement "null vmchannel" - no vmchannel needed!Richard Jones2009-09-221-64/+297
* Flexible guestfs_vmchannel parameter for future appliances.Richard Jones2009-09-221-0/+4
* 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-211-32/+30
* 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
* Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.Richard Jones2009-09-171-6/+4
* Fix verbose packet dumping functions.Richard Jones2009-09-171-7/+7
* Fix comparison between signed and unsigned (for RHEL 5).1.0.69Richard Jones2009-09-151-1/+1
* Remove main loop.Richard Jones2009-09-141-883/+478
* Add command trace functionality.Richard Jones2009-09-141-0/+17
* Non-daemon actions indirect through generated code.Richard Jones2009-09-141-32/+33
* maint: guestfs.c: remove unnecessary initializationJim Meyering2009-08-311-1/+1
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-241-1/+0
* Add waitpid along guestfs_close path (RHBZ#518747).Richard Jones2009-08-221-0/+4
* guestfs_launch: Correct checks for dup failure.Richard Jones2009-08-191-7/+7
* build: Comment out some unused macros.Richard Jones2009-08-191-3/+3
* suppress warnings from -Wmissing-noreturnJim Meyering2009-08-181-0/+2
* suppress a warning from -Wswitch-defaultJim Meyering2009-08-181-0/+2
* suppress signed/unsigned-comparison warningsJim Meyering2009-08-181-2/+2
* build: don't perform arithmetic on void* pointersJim Meyering2009-08-181-3/+5
* build: suppress an ignored-dup-return-value warningJim Meyering2009-08-181-2/+9
* build: suppress an ignored-write-return-value warningJim Meyering2009-08-181-1/+2
* add_drive: Don't use cache=off if not supported by underlying filesystem.Richard W.M. Jones2009-08-131-6/+23
* Allow selinux=? kernel flag to be controlled.Richard Jones2009-08-121-5/+24
* Debug: Improve the way the qemu command line is printed.Richard Jones2009-08-071-7/+31
* Allow network interface to be configured.Richard Jones2009-08-071-1/+1
* Add ne2k-pci driver to the appliance.Richard Jones2009-08-061-1/+1
* Make user network numbering explicit.Richard Jones2009-08-061-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-113/+113
* guestfs: fix typo in my recent changeJim Meyering2009-08-031-3/+3
* guestfs: don't fault upon failed vasprintfJim Meyering2009-08-031-1/+3
* lib: Add selinux=0 to default kernel command line.Richard W.M. Jones2009-07-311-1/+2
* Pass cgroup_disable=memory, saves ~ 5MB of RAM.Richard Jones2009-07-241-1/+2
* Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance...Richard Jones2009-07-221-24/+1
* Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel.Richard Jones2009-07-221-1/+24