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
/
perl
Commit message (
Expand
)
Author
Age
Files
Lines
*
perl: In examples, call $g->shutdown, $g->close.
Richard W.M. Jones
2012-07-17
1
-1
/
+2
*
perl: Use $g instead of $h in documentation.
Richard W.M. Jones
2012-07-17
7
-61
/
+61
*
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
Richard W.M. Jones
2012-07-16
1
-1
/
+1
*
generator: Rename 'add_drive_opts' API to 'add_drive'.
Richard W.M. Jones
2012-07-14
7
-9
/
+10
*
tests: Rename test0* functions as internal_test*.
Richard W.M. Jones
2012-07-11
1
-1
/
+0
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-03
1
-0
/
+5
*
perl, python, ruby: Fix comments on call to close method.
Richard W.M. Jones
2012-07-03
1
-1
/
+4
*
examples: In create_disk example, don't call set_autosync.
Richard W.M. Jones
2012-07-03
1
-7
/
+0
*
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
Richard W.M. Jones
2012-06-28
1
-2
/
+1
*
tests: Add ./run --test option.
Richard W.M. Jones
2012-06-26
1
-1
/
+1
*
launch: Treat /dev/null specially, for old KVM.
Richard W.M. Jones
2012-06-25
1
-1
/
+1
*
perl: Don't fail if 'type' (disk format) attribute is missing in libvirt XML ...
Richard W.M. Jones
2012-05-03
1
-1
/
+5
*
lib: Remove the BUSY state.
Richard W.M. Jones
2012-04-26
1
-3
/
+6
*
maint: use $var notation rather than ${var} when possible
Jim Meyering
2012-01-23
1
-1
/
+1
*
Do not run appliance-related checks if not building appliance
Hilko Bengen
2012-01-23
1
-2
/
+8
*
Replace setting of environment variables with usage of local run script
Hilko Bengen
2012-01-23
1
-3
/
+1
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
2
-3
/
+3
*
build: Fix automake warnings
Matthew Booth
2012-01-04
1
-2
/
+2
*
tests: Split images -> tests/data + tests/guests
Richard W.M. Jones
2011-12-22
1
-1
/
+1
*
Update FSF address.
Matthew Booth
2011-11-08
18
-18
/
+18
*
perl: Add %guestfs_introspection hash with introspection information.
Richard W.M. Jones
2011-10-28
1
-0
/
+42
*
out-of-tree build: fixed bindtests and inspector
Hilko Bengen
2011-10-21
1
-1
/
+1
*
Add Erlang bindings.
Richard W.M. Jones
2011-09-21
1
-0
/
+1
*
out-of-tree build: fix documentation generation
Hilko Bengen
2011-08-15
1
-3
/
+3
*
Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 RHBZ#66...
Richard W.M. Jones
2011-08-11
1
-14
/
+20
*
build: Set TMPDIR for local testing.
Richard W.M. Jones
2011-08-08
1
-1
/
+2
*
perl: Fix another place where qw() was used as parentheses.
Richard W.M. Jones
2011-07-27
1
-4
/
+4
*
perl: Fix CCFLAGS for Perl 5.14.
Richard W.M. Jones
2011-07-22
1
-2
/
+3
*
java: Add guestfs-java(3) man page.
Richard W.M. Jones
2011-07-19
1
-0
/
+1
*
Revert "Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)"
Richard W.M. Jones
2011-06-28
1
-1
/
+1
*
perl: Don't use qw() as parentheses.
Richard W.M. Jones
2011-06-18
1
-1
/
+1
*
Add new guestfs-rescue(1) man page with recipes.
Richard W.M. Jones
2011-05-18
1
-0
/
+1
*
perl: Canonicalize /dev/vd* paths in old inspection code (RHBZ#691724).
Richard W.M. Jones
2011-03-29
1
-0
/
+3
*
perl: Binding and test for guestfs_last_errno (RHBZ#672491).
Richard W.M. Jones
2011-03-15
1
-0
/
+76
*
New event API - Perl bindings (RHBZ#664558).
Richard W.M. Jones
2011-03-15
1
-0
/
+72
*
Detect Red Hat Desktop as 'rhel' distro (RHBZ#682979).
Richard W.M. Jones
2011-03-08
1
-2
/
+2
*
guestfs-perl: Fix missing \n
Richard W.M. Jones
2011-01-31
1
-1
/
+1
*
perl: Translate C examples into Perl and include a manual page.
Richard W.M. Jones
2011-01-30
5
-28
/
+242
*
perl: Ignore internal_* functions in POD coverage test.
Richard W.M. Jones
2011-01-29
1
-1
/
+2
*
Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577)
Douglas Schilling Landgraf
2011-01-02
1
-1
/
+3
*
Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)
Douglas Schilling Landgraf
2011-01-02
1
-1
/
+1
*
Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577)
Douglas Schilling Landgraf
2011-01-02
1
-0
/
+1
*
perl: Ignore debug functions in Test::Pod::Coverage.
Richard W.M. Jones
2010-11-11
1
-1
/
+4
*
Sys::Guestfs::Lib: deprecate get_partitions (RHBZ#642933).
Richard W.M. Jones
2010-10-28
1
-10
/
+3
*
Sys::Guestfs::Lib: deprecate inspection functions (RHBZ#642930).
Richard W.M. Jones
2010-10-28
1
-390
/
+29
*
tools: Specify format of disks (RHBZ#642934,CVE-2010-3851).
Richard W.M. Jones
2010-10-22
1
-24
/
+37
*
generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
Richard W.M. Jones
2010-10-22
2
-1
/
+35
*
Split generator into separate source files.
Richard Jones
2010-09-11
1
-1
/
+1
*
New API: file-architecture
Richard Jones
2010-08-17
2
-214
/
+3
*
perl: Check all images are defined in first param of open_guest.
Richard Jones
2010-06-11
1
-0
/
+7
[next]