summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add commented-out support for alternate guestfwd syntax.Richard W.M. Jones2009-07-211-9/+32
* Library: Pass more options on the Linux kernel command line.Richard W.M. Jones2009-07-211-1/+8
* Allow TMPDIR to override directory used for temporary files (RHBZ#512905).Richard W.M. Jones2009-07-211-1/+11
* Add 'version' call to get true library version number.Richard Jones2009-07-101-0/+13
* Properly close fds and unregister handlers in guestfs_close.Richard Jones2009-07-101-0/+19
* Generate structs and struct lists generically.Richard Jones2009-07-071-38/+0
* Add a debug message to the library cancellation path.Richard Jones2009-07-061-0/+4
* Add 'get-pid' command.Richard Jones2009-07-061-0/+11
* use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-031-1/+38
* Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-021-2/+2