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
FAS 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
*
lib: Change guestfs___remove_tmpdir function to use command mini-library.
Richard W.M. Jones
2012-10-18
1
-1
/
+1
*
New APIs: guestfs_create_flags, guestfs_parse_environment,
Richard W.M. Jones
2012-10-15
1
-69
/
+121
*
lib: Pointer arg to safe_memdup function should be const.
Richard W.M. Jones
2012-10-13
1
-1
/
+1
*
launch: Make g->drives into an array (was a linked list).
Richard W.M. Jones
2012-10-08
1
-1
/
+3
*
launch: Rearrange code for adding drives to the g->drives list in the handle.
Richard W.M. Jones
2012-10-06
1
-19
/
+0
*
syntax: Remove gnulib "ignore-value.h" in files that don't use it.
Richard W.M. Jones
2012-09-15
1
-1
/
+0
*
lib: Rearrange headers.
Richard W.M. Jones
2012-09-15
1
-5
/
+4
*
lib: Remove unused headers <arpa/inet.h> and <netinet/in.h>
Richard W.M. Jones
2012-09-15
1
-2
/
+0
*
syntax: Remove HAVE_*_H tests which are always true.
Richard W.M. Jones
2012-09-15
1
-19
/
+3
*
shutdown: Add 'check_for_errors' hint along the shutdown path.
Richard W.M. Jones
2012-09-04
1
-3
/
+16
*
close: Check if g->tmpdir is non-NULL before removing tmpdir.
Richard W.M. Jones
2012-08-15
1
-1
/
+2
*
New internal APIs: internal-test-set-output, internal-test-close-output.
Richard W.M. Jones
2012-08-15
1
-0
/
+4
*
lib: Initialize libvirt and libxml2 once when the library loads.
Richard W.M. Jones
2012-07-23
1
-0
/
+36
*
launch: Allow default attach-method to be set in environment or configure.
Richard W.M. Jones
2012-07-23
1
-6
/
+35
*
Add attach-method "libvirt" or "libvirt:<URI>".
Richard W.M. Jones
2012-07-21
1
-0
/
+17
*
launch: Abstract attach method operations.
Richard W.M. Jones
2012-07-20
1
-45
/
+2
*
launch: Move the command line building code entirely into launch-appliance.c.
Richard W.M. Jones
2012-07-20
1
-8
/
+0
*
launch: Move guestfs_config API and build list of qemu parameters in handle.
Richard W.M. Jones
2012-07-20
1
-0
/
+9
*
lib: Use safe_asprintf when constructing attach_method.
Richard W.M. Jones
2012-07-19
1
-3
/
+1
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-03
1
-39
/
+64
*
close: Warn if qemu exits unsuccessfully.
Richard W.M. Jones
2012-07-03
1
-1
/
+19
*
close: Rearrange the order in which the handle is closed and freed.
Richard W.M. Jones
2012-07-03
1
-33
/
+31
*
New API: guestfs_canonical_device_name.
Richard W.M. Jones
2012-06-13
1
-0
/
+23
*
Record output of qemu -device '?'.
Richard W.M. Jones
2012-06-12
1
-0
/
+1
*
arm: Set minimum LIBGUESTFS_MEMSIZE at 128.
Richard W.M. Jones
2012-05-12
1
-1
/
+1
*
New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).
Richard W.M. Jones
2012-03-29
1
-0
/
+4
*
lib: Use size_t for allocation size in safe realloc function.
Richard W.M. Jones
2012-03-12
1
-1
/
+1
*
Ignore return values from some functions in guestfs_close (Coverity warning).
Richard W.M. Jones
2012-03-08
1
-2
/
+3
*
set-smp: limit the number of cpus below 255
Wanlong Gao
2012-02-25
1
-1
/
+4
*
Enable running the daemon under valgrind.
Richard W.M. Jones
2012-01-24
1
-0
/
+8
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
1
-1
/
+1
*
lib: Add guestfs___remove_tmpdir helper function.
Richard W.M. Jones
2011-12-23
1
-39
/
+2
*
lib: Fix memory leak when debugging enabled (found by valgrind).
Richard W.M. Jones
2011-11-24
1
-0
/
+2
*
inspect: Add drive naming hints
Matthew Booth
2011-10-19
1
-0
/
+1
*
launch: Store drive information in guestfs_h
Matthew Booth
2011-10-19
1
-0
/
+19
*
New API: set-smp, get-smp
Richard W.M. Jones
2011-09-28
1
-0
/
+21
*
daemon: Remove separate configure of daemon subdirectory.
Richard W.M. Jones
2011-08-05
1
-6
/
+0
*
Add user cancellation to the C API.
Richard W.M. Jones
2011-07-15
1
-0
/
+6
*
New APIs: set-pgroup, get-pgroup
Richard W.M. Jones
2011-07-15
1
-0
/
+13
*
Add a trace message to guestfs_close.
Richard W.M. Jones
2011-04-30
1
-0
/
+7
*
internal: Use size_t instead of int for command line size.
Richard W.M. Jones
2011-04-30
1
-1
/
+1
*
guestfs_close: Move local variables close to code that uses them.
Richard W.M. Jones
2011-04-30
1
-3
/
+4
*
guestfs_close: Remove unused local variable.
Richard W.M. Jones
2011-04-30
1
-2
/
+1
*
Remove temporary directory containing arbitrary files.
Richard W.M. Jones
2011-04-13
1
-9
/
+40
*
Rename $tmpdir/sock to $tmpdir/guestfsd.sock.
Richard W.M. Jones
2011-03-25
1
-1
/
+1
*
New event API (RHBZ#664558).
Richard W.M. Jones
2011-03-15
1
-57
/
+90
*
New APIs: guestfs_first_private, guestfs_next_private to walk over
Richard W.M. Jones
2011-03-15
1
-0
/
+41
*
check the pid is > 0 before calling waitpid()
Angus Salkeld
2011-03-15
1
-1
/
+1
*
New APIs: set-attach-method, get-attach-method.
Richard W.M. Jones
2011-02-03
1
-0
/
+45
*
Add a new internal-autosync API to perform autosync.
Richard W.M. Jones
2011-01-28
1
-4
/
+2
[next]