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
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Source 'localenv' in top-level Makefile.
Richard W.M. Jones
2012-10-30
1
-0
/
+35
*
docs: Review and clarify ERROR HANDLING section of guestfs(3).
Richard W.M. Jones
2012-10-30
1
-12
/
+29
*
docs: Make 'EVENTS' into its own =head1 section.
Richard W.M. Jones
2012-10-30
1
-2
/
+6
*
lib: Pointer arg to safe_memdup function should be const.
Richard W.M. Jones
2012-10-30
2
-2
/
+2
*
docs: Fully document all subdirectories of the source.
Richard W.M. Jones
2012-10-30
1
-0
/
+17
*
docs: Add overview to guestfs(3)/EXTENDING LIBGUESTFS.
Richard W.M. Jones
2012-10-30
1
-3
/
+34
*
syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.
Richard W.M. Jones
2012-10-30
2
-6
/
+6
*
inspection: Fix calls to case_sensitive_path (RHBZ#858126).
Richard W.M. Jones
2012-10-01
2
-19
/
+29
*
docs: Link to guestfs-recipes(1) from intro in guestfs(3).
Richard W.M. Jones
2012-10-01
1
-0
/
+2
*
rename local variable to avoid clash with match macro
Olaf Hering
2012-10-01
1
-3
/
+3
*
docs: Add links to various guestfs-* man pages from guestfs(3).
Richard W.M. Jones
2012-10-01
1
-0
/
+4
*
launch: Make the "launched failed" message more explanatory.
Richard W.M. Jones
2012-10-01
2
-2
/
+19
*
syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...
Richard W.M. Jones
2012-09-19
1
-4
/
+0
*
syntax: Use STREQ/STRNEQ in place of strcmp.
Richard W.M. Jones
2012-09-19
1
-1
/
+1
*
syntax: Remove include <signal.h> in file that doesn't use it.
Richard W.M. Jones
2012-09-19
1
-1
/
+0
*
syntax: Remove gnulib "ignore-value.h" in files that don't use it.
Richard W.M. Jones
2012-09-19
5
-6
/
+0
*
syntax: Remove gnulib c-ctype.h in files that don't use it.
Richard W.M. Jones
2012-09-19
4
-4
/
+0
*
lib: Rearrange headers.
Richard W.M. Jones
2012-09-19
2
-10
/
+8
*
lib: Remove unused headers <arpa/inet.h> and <netinet/in.h>
Richard W.M. Jones
2012-09-19
2
-4
/
+0
*
syntax: Remove HAVE_*_H tests which are always true.
Richard W.M. Jones
2012-09-19
3
-42
/
+7
*
lib: These optargs structures are not modified, hence const.
Richard W.M. Jones
2012-09-19
1
-3
/
+3
*
docs: Fix documentation of syntax-check target, add extra-tests.
Richard W.M. Jones
2012-09-19
1
-2
/
+7
*
src/dbdump.c: Shouldn't depend on HAVE_HIVEX (thanks Tao Zhou).
Richard W.M. Jones
2012-09-18
1
-2
/
+2
*
lib: Remove AUGEAS_CFLAGS, AUGEAS_LIBS.
Richard W.M. Jones
2012-08-30
1
-2
/
+2
*
podwrapper: Add --license parameter, which is required.
Richard W.M. Jones
2012-08-30
1
-0
/
+1
*
man pages: Ensure consistent copyright/author sections, remove license
Richard W.M. Jones
2012-08-30
1
-48
/
+0
*
docs: Document null disks.
Richard W.M. Jones
2012-08-30
1
-0
/
+61
*
launch: Move code to add a drive to the list to separate add_drive utility fu...
Richard W.M. Jones
2012-08-30
1
-28
/
+32
*
launch: Add utility function guestfs___lazy_make_tmpdir.
Richard W.M. Jones
2012-08-30
2
-8
/
+21
*
lib: Add 'g->unique' to handle, for making unique IDs.
Richard W.M. Jones
2012-08-30
1
-0
/
+6
*
inspect: Clarify comment about uniqueness of cache.
Richard W.M. Jones
2012-08-30
1
-1
/
+3
*
close: Check if g->tmpdir is non-NULL before removing tmpdir.
Richard W.M. Jones
2012-08-30
1
-1
/
+2
*
Document problems copying long filenames from NTFS to Linux filesystems (RHBZ...
Richard W.M. Jones
2012-08-05
1
-0
/
+22
*
Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x file
Masami HIRATA
2012-08-05
1
-2
/
+11
*
Mac OS X: #define UNIX_PATH_MAX 104
Masami HIRATA
2012-08-05
1
-0
/
+4
*
Mac OS X: Added check of #include <endian.h>
Masami HIRATA
2012-08-05
7
-0
/
+21
*
lib: Initialize libvirt and libxml2 once when the library loads.
Richard W.M. Jones
2012-08-05
2
-11
/
+36
*
fuse:remove the unused macro when fuse is not available
Wanlong Gao
2012-08-05
1
-1
/
+1
*
lib: Use safe_asprintf when constructing attach_method.
Richard W.M. Jones
2012-08-05
2
-6
/
+2
*
build: Rename most C files that contain underscore with dash.
Richard W.M. Jones
2012-08-05
7
-10
/
+10
*
build: Rename src/virt.c to src/libvirtdomain.c
Richard W.M. Jones
2012-08-05
2
-1
/
+1
*
build: Arrange libguestfs_la_SOURCES in order.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
docs: Use L<...> for links.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
docs: febootstrap is in section 8 of the manual, not section 1.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
Revert "launch: Correction in comment."
Richard W.M. Jones
2012-07-09
1
-2
/
+4
*
launch: Correction in comment.
Richard W.M. Jones
2012-07-07
1
-4
/
+2
*
qemu: Use sgabios by default (thanks Dan Berrange).
Richard W.M. Jones
2012-07-06
1
-0
/
+9
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-06
3
-60
/
+98
*
close: Warn if qemu exits unsuccessfully.
Richard W.M. Jones
2012-07-06
1
-1
/
+19
[next]