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
*
Use link-local addresses between appliance and host (RHBZ#588763).
Richard Jones
2010-05-04
1
-3
/
+3
*
Change network configuration to use macros.
Richard Jones
2010-05-04
1
-5
/
+25
*
If qemu dies during launch in "null vmchannel" mode, don't hang (RHBZ#579155).
Richard Jones
2010-04-08
1
-1
/
+9
*
Don't kill self accidentally.
Richard Jones
2010-04-08
1
-3
/
+3
*
Fix for "warning: unexpected connection from UID ..."
Richard Jones
2010-04-08
1
-0
/
+1
*
rescue: Pass $TERM from library into the virt-rescue appliance.
Richard Jones
2010-03-26
1
-0
/
+2
*
Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
Richard W.M. Jones
2010-03-23
1
-4
/
+4
*
Mac OS X: Disable null vmchannel implementation.
Richard Jones
2010-03-22
1
-1
/
+14
*
Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC__ is not defined.
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: strerror_r on Macs is not like GNU strerror_r.
Richard Jones
2010-03-22
1
-1
/
+1
*
Mac OS X: define MAX macro if not already defined.
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: kill(2) requires <signal.h>
Richard Jones
2010-03-22
1
-0
/
+1
*
Run qemu with -nographic option.
Richard Jones
2010-03-22
1
-2
/
+3
*
add_drive_ro adds readonly=on option if available.
Richard Jones
2010-03-16
1
-4
/
+18
*
Allow qemu_supports to run earlier.
Richard Jones
2010-03-16
1
-9
/
+18
*
Rewrite libguestfs-supermin-helper in C.
Richard Jones
2010-03-12
1
-1
/
+2
*
Remove some unused variables.
Richard Jones
2010-02-15
1
-2
/
+1
*
New APIs: add-drive{,-ro}-with-if allows you to set QEMU block emulation.
Richard Jones
2010-02-12
1
-5
/
+19
*
Add -enable-kvm option to qemu command line.
Richard Jones
2010-02-09
1
-0
/
+31
*
supermin: Prevent multilib corruption (RHBZ#558593).
Richard Jones
2010-01-27
1
-2
/
+4
*
qemu: Upstream regression of -stdio serial option.
Richard Jones
2010-01-07
1
-4
/
+17
*
lib: Add thread-safety to global list of handles.
Richard Jones
2009-12-07
1
-9
/
+10
*
Don't export STREQ and friends in <guestfs.h>
Richard Jones
2009-11-10
1
-0
/
+1
*
Fix problems found by 'make syntax check'
Richard Jones
2009-11-10
1
-1
/
+1
*
Print timestamped messages during appliance launch.
Richard Jones
2009-11-10
1
-0
/
+54
*
Record time of guest launch.
Richard Jones
2009-11-10
1
-6
/
+7
*
appliance: Prefix kernel messages with timestamp.
Richard Jones
2009-11-10
1
-0
/
+1
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
1
-9
/
+9
*
Allow callers to disable the recovery process.
Richard Jones
2009-11-03
1
-26
/
+45
*
Set LC_ALL=C before running qemu.
Richard Jones
2009-10-21
1
-2
/
+4
*
avoid use of all ctype macros
Jim Meyering
2009-09-24
1
-2
/
+2
*
Add direct appliance mode flag and implementation.
Richard Jones
2009-09-23
1
-33
/
+69
*
Change handling of spaces on Linux kernel command line.
Richard Jones
2009-09-22
1
-8
/
+8
*
Implement "null vmchannel" - no vmchannel needed!
Richard Jones
2009-09-22
1
-64
/
+297
*
Flexible guestfs_vmchannel parameter for future appliances.
Richard Jones
2009-09-22
1
-0
/
+4
*
Make GUESTFWD_PORT into a string.
Richard Jones
2009-09-21
1
-4
/
+4
*
Remove unnecessary extra space from qemu command line.
Richard Jones
2009-09-21
1
-1
/
+1
*
Remove guestfs_wait_ready (turn it into a no-op).
Richard Jones
2009-09-21
1
-32
/
+30
*
Combine temporary buffers.
Richard Jones
2009-09-21
1
-7
/
+5
*
Rearrange qemu command line order (no functional change).
Richard Jones
2009-09-21
1
-29
/
+30
*
Enable new-style -chardev ... guestfwd command line.
Richard Jones
2009-09-18
1
-20
/
+26
*
Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.
Richard Jones
2009-09-17
1
-6
/
+4
*
Fix verbose packet dumping functions.
Richard Jones
2009-09-17
1
-7
/
+7
*
Fix comparison between signed and unsigned (for RHEL 5).
1.0.69
Richard Jones
2009-09-15
1
-1
/
+1
*
Remove main loop.
Richard Jones
2009-09-14
1
-883
/
+478
*
Add command trace functionality.
Richard Jones
2009-09-14
1
-0
/
+17
*
Non-daemon actions indirect through generated code.
Richard Jones
2009-09-14
1
-32
/
+33
*
maint: guestfs.c: remove unnecessary initialization
Jim Meyering
2009-08-31
1
-1
/
+1
*
build: don't define _GNU_SOURCE manually
Jim Meyering
2009-08-24
1
-1
/
+0
[next]