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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Add a section describing how to use gdb + qemu wrappers to debug the ap...
Richard W.M. Jones
2012-08-13
1
-0
/
+50
*
docs: Show how to use 'annotate-output' command to collect timings.
Richard W.M. Jones
2012-08-12
1
-0
/
+17
*
grep: Add optargs to grep API and deprecate fgrep etc.
Richard W.M. Jones
2012-08-02
1
-1
/
+3
*
lib: Initialize libvirt and libxml2 once when the library loads.
Richard W.M. Jones
2012-07-23
1
-4
/
+0
*
docs: Use L<...> for links.
Richard W.M. Jones
2012-07-17
3
-29
/
+25
*
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
Richard W.M. Jones
2012-07-16
1
-5
/
+5
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-03
3
-7
/
+10
*
examples: In create_disk example, don't call set_autosync.
Richard W.M. Jones
2012-07-03
1
-9
/
+0
*
FAQ: Add Gentoo (thanks Agostino Sarubbo).
Richard W.M. Jones
2012-06-26
1
-0
/
+6
*
FAQ: Mention update-guestfs-appliance (thanks Steven Dake).
Richard W.M. Jones
2012-06-19
1
-0
/
+4
*
doc: Add documentation covering use of utf8 option when mounting vfat (RHBZ#8...
Richard W.M. Jones
2012-05-25
1
-0
/
+77
*
FAQ: Add section about using libguestfs in closed source programs.
Richard W.M. Jones
2012-05-23
1
-0
/
+9
*
FAQ: Add a note about "child process died unexpectedly".
Richard W.M. Jones
2012-05-23
1
-0
/
+12
*
FAQ: Update Ubuntu instructions.
Richard W.M. Jones
2012-05-23
1
-4
/
+24
*
examples: Further fixes to mount-local example program.
Richard W.M. Jones
2012-05-14
1
-5
/
+26
*
example: Various fixes to mount-local example program.
Richard W.M. Jones
2012-05-14
1
-6
/
+31
*
debian: examples: Don't break when O_CLOEXEC is not defined.
Richard W.M. Jones
2012-05-14
1
-0
/
+4
*
examples: Add mount options "acl,user_xattr" to mount-local example.
Richard W.M. Jones
2012-05-13
1
-1
/
+1
*
examples: Add an example of using the mount-local API from C.
Richard W.M. Jones
2012-05-13
2
-0
/
+171
*
examples: Add if HAVE_HIVEX ... endif around virt_dhcp_address example.
Richard W.M. Jones
2012-05-13
1
-0
/
+2
*
FAQ: Fix typo in download (thanks badnews@IRC)
Richard W.M. Jones
2012-05-10
1
-2
/
+2
*
Turn libguestfs FAQ into a man page: guestfs-faq(1).
Richard W.M. Jones
2012-05-01
2
-0
/
+570
*
New man page: guestfs-performance(1).
Richard W.M. Jones
2012-04-11
2
-0
/
+409
*
example: Copying a directory between two guests using threads.
Richard W.M. Jones
2012-03-09
2
-0
/
+308
*
Check return values of guestfs_inspect_get_{type,distro} (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+4
*
Add 'display_icon' example program.
Richard W.M. Jones
2012-03-07
2
-1
/
+140
*
examples: code cleanups
Wanlong Gao
2012-01-31
2
-2
/
+2
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
2
-2
/
+2
*
df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy).
Richard W.M. Jones
2011-11-22
1
-1
/
+23
*
guestfs-testing: Link to libguestfs-test-tool.
Richard W.M. Jones
2011-11-21
1
-0
/
+5
*
Add guestfs-testing(1) man page.
Richard W.M. Jones
2011-11-20
2
-4
/
+309
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
Add Erlang bindings.
Richard W.M. Jones
2011-09-21
2
-0
/
+2
*
out-of-tree build: remove unneeded explicit paths
Hilko Bengen
2011-08-17
1
-2
/
+2
*
recipes: Remove two C file dependencies which are not actually used in the POD.
Richard W.M. Jones
2011-08-15
1
-1
/
+1
*
out-of-tree build: fix documentation generation
Hilko Bengen
2011-08-15
1
-6
/
+6
*
java: Add guestfs-java(3) man page.
Richard W.M. Jones
2011-07-19
2
-0
/
+2
*
recipes: in tr command \000 should be \0
Richard W.M. Jones
2011-06-03
1
-1
/
+1
*
Add new guestfs-rescue(1) man page with recipes.
Richard W.M. Jones
2011-05-18
3
-4
/
+440
*
guestfs-examples(3): Remove link to OCaml homepage.
Richard W.M. Jones
2011-05-18
1
-2
/
+1
*
Enable deprecation warnings on all C programs.
Richard W.M. Jones
2011-05-17
1
-0
/
+3
*
New API: inspect-get-windows-current-control-set
Richard W.M. Jones
2011-04-05
1
-23
/
+8
*
examples: Add virt-dhcp-address program.
Richard W.M. Jones
2011-03-31
2
-0
/
+354
*
examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -Wall
Richard W.M. Jones
2011-03-31
1
-5
/
+11
*
examples: size_t-correctness change in inspect_vm.c
Richard W.M. Jones
2011-03-31
1
-2
/
+2
*
perl: Translate C examples into Perl and include a manual page.
Richard W.M. Jones
2011-01-30
1
-0
/
+1
*
fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).
Richard W.M. Jones
2011-01-11
1
-2
/
+4
*
ruby: Translate C examples into Ruby and include documentation.
Richard W.M. Jones
2010-11-24
1
-0
/
+1
*
python: Translate C examples into Python and include documentation.
Richard W.M. Jones
2010-11-24
1
-0
/
+1
*
docs: Standard C examples, and guestfs-examples(3) man page.
Richard W.M. Jones
2010-11-24
8
-276
/
+361
[next]