index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
guestfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add commented-out support for alternate guestfwd syntax.
Richard W.M. Jones
2009-07-21
1
-9
/
+32
*
Library: Pass more options on the Linux kernel command line.
Richard W.M. Jones
2009-07-21
1
-1
/
+8
*
Allow TMPDIR to override directory used for temporary files (RHBZ#512905).
Richard W.M. Jones
2009-07-21
1
-1
/
+11
*
Add 'version' call to get true library version number.
Richard Jones
2009-07-10
1
-0
/
+13
*
Properly close fds and unregister handlers in guestfs_close.
Richard Jones
2009-07-10
1
-0
/
+19
*
Generate structs and struct lists generically.
Richard Jones
2009-07-07
1
-38
/
+0
*
Add a debug message to the library cancellation path.
Richard Jones
2009-07-06
1
-0
/
+4
*
Add 'get-pid' command.
Richard Jones
2009-07-06
1
-0
/
+11
*
use safe_malloc and safe_calloc in generated code
Jim Meyering
2009-07-03
1
-1
/
+38
*
Add ./configure --with-drive-if=(ide|scsi|virtio)
Richard W.M. Jones
2009-07-02
1
-2
/
+2
*
Add 'readdir' call.
Richard W.M. Jones
2009-07-02
1
-0
/
+7
*
Change to use virtio_blk (virtio block device) by default.
Richard W.M. Jones
2009-07-01
1
-2
/
+2
*
Don't dereference or free undefined "msg" upon OOM.
Jim Meyering
2009-07-01
1
-1
/
+3
*
Add 'set_memsize'/'get_memsize' calls.
Richard W.M. Jones
2009-06-30
1
-11
/
+33
*
Fix for 'broken pipe' error when qemu dies (RHBZ#508713).
Richard W.M. Jones
2009-06-29
1
-2
/
+5
*
Bump up default guest size to 500M.
Richard W.M. Jones
2009-06-23
1
-1
/
+1
*
Command line argument handling.
Richard W.M. Jones
2009-06-23
1
-3
/
+106
*
'-no-kqemu' option is no longer necessary to avoid a warning.
Richard W.M. Jones
2009-06-23
1
-3
/
+0
*
Rename guestfs-supermin-helper -> libguestfs-supermin-helper.
Richard Jones
2009-06-18
1
-1
/
+1
*
Fix build_supermin_appliance to return kernel / initrd names.
Richard Jones
2009-06-16
1
-3
/
+12
*
Experimental implementation of the supermin appliance (passes most tests).
Richard Jones
2009-06-15
1
-28
/
+145
*
Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code im...
Richard Jones
2009-06-02
1
-0
/
+21
*
Correctly handle malloc/realloc(0)
Richard W.M. Jones
2009-05-29
1
-2
/
+2
*
Gettextize the source, make library strings translatable.
Richard Jones
2009-05-21
1
-58
/
+70
*
Don't stash strings in the handle.
Richard W.M. Jones
2009-05-13
1
-17
/
+36
*
Add 'append', LIBGUESTFS_APPEND to set additional kernel options.
Richard W.M. Jones
2009-05-13
1
-2
/
+21
*
Increase the wait time for vmchannel socket to appear (fix for slow / heavily...
Richard Jones
2009-05-13
1
-3
/
+3
*
Handle EINTR, EAGAIN in select main loop.
Richard Jones
2009-05-10
1
-0
/
+2
*
Fix four memory leaks in guestfs.c revealed by valgrind.
Richard Jones
2009-05-09
1
-0
/
+7
*
Allow recovery from guest failure.
Richard Jones
2009-05-08
1
-28
/
+57
*
Change memory calculation to choose a generous amount of memory.
Richard Jones
2009-05-08
1
-33
/
+7
*
Force qemu quit when kernel panics (Charles Duffy).
Richard Jones
2009-05-08
1
-1
/
+2
*
Use unsigned type for lengths.
Richard Jones
2009-05-07
1
-9
/
+12
*
Handle EINTR and EAGAIN in reads.
Richard Jones
2009-05-07
1
-4
/
+11
*
Replace rtl8139 network card with virtio-net.
Richard Jones
2009-04-30
1
-1
/
+1
*
Autosync now runs umount-all; sync
Richard Jones
2009-04-30
1
-1
/
+3
*
Multiple callbacks during file transfers could cause data corruption - FIXED.
Richard Jones
2009-04-26
1
-34
/
+84
*
More checks.
Richard Jones
2009-04-26
1
-0
/
+5
*
Experimental recovery process should help with not cleaning up qemu.
Richard Jones
2009-04-24
1
-1
/
+43
*
Don't allocate file chunks on the stack.
Richard W.M. Jones
2009-04-24
1
-19
/
+25
*
Don't use large message buffer on the stack (fixes Java/i386 segfault).
Richard W.M. Jones
2009-04-24
1
-9
/
+23
*
Fix 64 bit memsize overhead.
1.0.11
Richard Jones
2009-04-23
1
-2
/
+2
*
Reduce the amount of memory allocated to guests based on some testing.
Richard W.M. Jones
2009-04-23
1
-2
/
+42
*
Force a specific network NIC model (allows to work with latest qemu from SVN).
Richard Jones
2009-04-22
1
-1
/
+1
*
Allow qemu binary to be overridden at runtime.
Richard Jones
2009-04-22
1
-5
/
+24
*
Allow selection of qemu using --with-qemu
Richard Jones
2009-04-22
1
-1
/
+1
*
Various fixes to build and test in Koji.
1.0.4
Richard Jones
2009-04-20
1
-0
/
+2
*
Make daemon cancellation really work.
Richard Jones
2009-04-20
1
-3
/
+14
*
Implement upload and download commands.
Richard Jones
2009-04-20
1
-58
/
+180
*
Implement _send_sync, _send_file_sync and _receive_file_sync.
Richard Jones
2009-04-19
1
-98
/
+236
[prev]
[next]