summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+7
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-011-2/+2
* Don't dereference or free undefined "msg" upon OOM.Jim Meyering2009-07-011-1/+3
* Add 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-11/+33
* Fix for 'broken pipe' error when qemu dies (RHBZ#508713).Richard W.M. Jones2009-06-291-2/+5
* Bump up default guest size to 500M.Richard W.M. Jones2009-06-231-1/+1
* Command line argument handling.Richard W.M. Jones2009-06-231-3/+106
* '-no-kqemu' option is no longer necessary to avoid a warning.Richard W.M. Jones2009-06-231-3/+0
* Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-181-1/+1
* Fix build_supermin_appliance to return kernel / initrd names.Richard Jones2009-06-161-3/+12
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-151-28/+145
* Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code im...Richard Jones2009-06-021-0/+21
* Correctly handle malloc/realloc(0)Richard W.M. Jones2009-05-291-2/+2
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-58/+70
* Don't stash strings in the handle.Richard W.M. Jones2009-05-131-17/+36
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-131-2/+21