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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 1.15.16.
1.15.16
Richard W.M. Jones
2012-01-10
18
-200
/
+275
*
Allow /dev/null to be added multiple times.
Richard W.M. Jones
2012-01-10
2
-30
/
+11
*
daemon: debug segv correct use of dereferencing NULL.
Richard W.M. Jones
2012-01-09
1
-1
/
+7
*
launch: move the filename checking to a wrapper
Wanlong Gao
2012-01-09
1
-6
/
+12
*
launch: don't add a drive twice
Wanlong Gao
2012-01-09
2
-5
/
+41
*
generator: Create a separate type for optional arguments
Matthew Booth
2012-01-09
17
-199
/
+179
*
generator: Rename java_structs to camel_structs to better reflect their purpose
Matthew Booth
2012-01-09
5
-19
/
+17
*
launch: add a goto label when add_drive error
Wanlong Gao
2012-01-09
1
-18
/
+11
*
Version 1.15.15.
1.15.15
Richard W.M. Jones
2012-01-08
20
-403
/
+391
*
debian: Add build-dep erlang-dev.
Richard W.M. Jones
2012-01-06
1
-0
/
+2
*
Update to latest gnulib.
Richard W.M. Jones
2012-01-06
1
-0
/
+0
*
Tempora mutantur, nos et mutamur in illis.
Matthew Booth
2012-01-04
1
-1
/
+1
*
build: Fix automake warnings
Matthew Booth
2012-01-04
3
-8
/
+12
*
Sort .gitignore (using sort -d -- dictionary order).
Richard W.M. Jones
2012-01-04
1
-55
/
+54
*
gitignore: ignore the git related files
Wanlong Gao
2012-01-04
1
-0
/
+7
*
fish: fix the Ctrl-\ causes guestfish to abort bug(RHBZ#596761)
Wanlong Gao
2012-01-04
1
-0
/
+1
*
AUTHORS: add the email address for each authors
Wanlong Gao
2012-01-03
2
-25
/
+25
*
fish: mount can be used instead of mount-options with libguestfs >= 1.14
Richard W.M. Jones
2011-12-23
1
-1
/
+1
*
fish: Fix --format parameter in man page.
Richard W.M. Jones
2011-12-23
1
-1
/
+1
*
Version 1.15.14.
1.15.14
Richard W.M. Jones
2011-12-23
18
-337
/
+343
*
lib: Try harder to remove temporary directory along error paths (RHBZ#769680).
Richard W.M. Jones
2011-12-23
1
-1
/
+11
*
lib: Add guestfs___remove_tmpdir helper function.
Richard W.M. Jones
2011-12-23
5
-46
/
+35
*
gitignore: ignore the guestfs.* directory
Wanlong Gao
2011-12-23
1
-0
/
+1
*
extra-tests: add test-guests to prevent test error
Wanlong Gao
2011-12-23
1
-0
/
+4
*
fish: Fix test-guestfish-events.sh so it works when LIBGUESTFS_DEBUG=1 is set.
Richard W.M. Jones
2011-12-23
1
-7
/
+1
*
mkfs: optimization and code cleanup
Wanlong Gao
2011-12-23
1
-15
/
+14
*
tests/lvm: Contains a Perl test so we must set PERL5LIB.
Richard W.M. Jones
2011-12-22
1
-1
/
+2
*
tests/protocol: Contains a Perl test so we must set PERL5LIB.
Richard W.M. Jones
2011-12-22
1
-1
/
+2
*
Version 1.15.13.
1.15.13
Richard W.M. Jones
2011-12-22
17
-124
/
+124
*
Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...
Richard W.M. Jones
2011-12-22
1
-0
/
+10
*
Fixed checks for libpython features
Hilko Bengen
2011-12-22
1
-11
/
+12
*
Version 1.15.12.
1.15.12
Richard W.M. Jones
2011-12-22
20
-10600
/
+11415
*
tests: Add a simple liveness tests for qemu.
Richard W.M. Jones
2011-12-22
2
-0
/
+53
*
tests: Finalize the order we run the tests.
Richard W.M. Jones
2011-12-22
2
-4
/
+15
*
tests: Put test-tool and comment into own section.
Richard W.M. Jones
2011-12-22
1
-2
/
+5
*
tests: Split images -> tests/data + tests/guests
Richard W.M. Jones
2011-12-22
62
-175
/
+191
*
tests: Rename extratests -> tests/extra.
Richard W.M. Jones
2011-12-22
6
-44
/
+39
*
tests: Split regressions -> various subdirectories of tests/
Richard W.M. Jones
2011-12-22
54
-138
/
+203
*
tests: Rename capitests -> tests/c-api.
Richard W.M. Jones
2011-12-22
23
-54
/
+46
*
tests: Rename caution -> tests/qemu.
Richard W.M. Jones
2011-12-22
5
-7
/
+2
*
tests: Document new tests/ subdirectory.
Richard W.M. Jones
2011-12-22
1
-0
/
+4
*
docs: Arrange directory names in alphabetical order.
Richard W.M. Jones
2011-12-22
1
-4
/
+4
*
extra-tests: Add an extra suppression for OCaml 3.11.2 in RHEL 6.
Richard W.M. Jones
2011-12-20
1
-0
/
+7
*
fish: Allow events to be processed in guestfish.
Richard W.M. Jones
2011-12-16
13
-4
/
+530
*
python: Missing () in guestfs-python(1) examples.
Richard W.M. Jones
2011-12-14
1
-1
/
+1
*
Version 1.15.11.
1.15.11
Richard W.M. Jones
2011-12-09
18
-237
/
+703
*
fuse: Return EXIT_FAILURE if fuse_main fails.
Richard W.M. Jones
2011-12-09
1
-1
/
+1
*
fish: -i option should fail if / is not mountable, but warn about others.
Richard W.M. Jones
2011-12-09
1
-1
/
+7
*
daemon: Fix utimens so it doesn't hang on named pipes (RHBZ#761460).
Richard W.M. Jones
2011-12-08
2
-21
/
+29
*
daemon: Allow utimens to work for directories (RHBZ#761451).
Richard W.M. Jones
2011-12-08
1
-1
/
+1
[next]