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
*
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
*
Add waitpid along guestfs_close path (RHBZ#518747).
Richard Jones
2009-08-22
1
-0
/
+4
*
guestfs_launch: Correct checks for dup failure.
Richard Jones
2009-08-19
1
-7
/
+7
*
build: Comment out some unused macros.
Richard Jones
2009-08-19
1
-3
/
+3
*
suppress warnings from -Wmissing-noreturn
Jim Meyering
2009-08-18
1
-0
/
+2
*
suppress a warning from -Wswitch-default
Jim Meyering
2009-08-18
1
-0
/
+2
*
suppress signed/unsigned-comparison warnings
Jim Meyering
2009-08-18
1
-2
/
+2
*
build: don't perform arithmetic on void* pointers
Jim Meyering
2009-08-18
1
-3
/
+5
*
build: suppress an ignored-dup-return-value warning
Jim Meyering
2009-08-18
1
-2
/
+9
*
build: suppress an ignored-write-return-value warning
Jim Meyering
2009-08-18
1
-1
/
+2
*
add_drive: Don't use cache=off if not supported by underlying filesystem.
Richard W.M. Jones
2009-08-13
1
-6
/
+23
*
Allow selinux=? kernel flag to be controlled.
Richard Jones
2009-08-12
1
-5
/
+24
*
Debug: Improve the way the qemu command line is printed.
Richard Jones
2009-08-07
1
-7
/
+31
*
Allow network interface to be configured.
Richard Jones
2009-08-07
1
-1
/
+1
*
Add ne2k-pci driver to the appliance.
Richard Jones
2009-08-06
1
-1
/
+1
*
Make user network numbering explicit.
Richard Jones
2009-08-06
1
-2
/
+2
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-113
/
+113
*
guestfs: fix typo in my recent change
Jim Meyering
2009-08-03
1
-3
/
+3
*
guestfs: don't fault upon failed vasprintf
Jim Meyering
2009-08-03
1
-1
/
+3
*
lib: Add selinux=0 to default kernel command line.
Richard W.M. Jones
2009-07-31
1
-1
/
+2
*
Pass cgroup_disable=memory, saves ~ 5MB of RAM.
Richard Jones
2009-07-24
1
-1
/
+2
*
Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance...
Richard Jones
2009-07-22
1
-24
/
+1
*
Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel.
Richard Jones
2009-07-22
1
-1
/
+24
*
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
[next]