summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Increase the wait time for vmchannel socket to appear (fix for slow / heavily...Richard Jones2009-05-131-3/+3
* Handle EINTR, EAGAIN in select main loop.Richard Jones2009-05-101-0/+2
* Fix four memory leaks in guestfs.c revealed by valgrind.Richard Jones2009-05-091-0/+7
* Allow recovery from guest failure.Richard Jones2009-05-081-28/+57
* Change memory calculation to choose a generous amount of memory.Richard Jones2009-05-081-33/+7
* Force qemu quit when kernel panics (Charles Duffy).Richard Jones2009-05-081-1/+2
* Use unsigned type for lengths.Richard Jones2009-05-071-9/+12
* Handle EINTR and EAGAIN in reads.Richard Jones2009-05-071-4/+11
* Replace rtl8139 network card with virtio-net.Richard Jones2009-04-301-1/+1
* Autosync now runs umount-all; syncRichard Jones2009-04-301-1/+3
* Multiple callbacks during file transfers could cause data corruption - FIXED.Richard Jones2009-04-261-34/+84
* More checks.Richard Jones2009-04-261-0/+5
* Experimental recovery process should help with not cleaning up qemu.Richard Jones2009-04-241-1/+43
* Don't allocate file chunks on the stack.Richard W.M. Jones2009-04-241-19/+25
* Don't use large message buffer on the stack (fixes Java/i386 segfault).Richard W.M. Jones2009-04-241-9/+23
* Fix 64 bit memsize overhead.1.0.11Richard Jones2009-04-231-2/+2
* Reduce the amount of memory allocated to guests based on some testing.Richard W.M. Jones2009-04-231-2/+42
* Force a specific network NIC model (allows to work with latest qemu from SVN).Richard Jones2009-04-221-1/+1
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-221-5/+24
* Allow selection of qemu using --with-qemuRichard Jones2009-04-221-1/+1
* Various fixes to build and test in Koji.1.0.4Richard Jones2009-04-201-0/+2
* Make daemon cancellation really work.Richard Jones2009-04-201-3/+14
* Implement upload and download commands.Richard Jones2009-04-201-58/+180
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-98/+236