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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virt-make-fs: Recognize "msdos" as a partition or filesystem type.
Richard W.M. Jones
2012-07-16
1
-2
/
+6
*
Revert "ocaml: Calling Gc.compact before g#mount_local works around RHBZ#8380...
Richard W.M. Jones
2012-07-16
1
-1
/
+0
*
Version 1.19.19.
1.19.19
Richard W.M. Jones
2012-07-16
20
-23037
/
+23328
*
run: Update comments.
Richard W.M. Jones
2012-07-16
1
-4
/
+5
*
generator: Rename 'ntfsresize_opts' API to 'ntfsresize'.
Richard W.M. Jones
2012-07-14
6
-38
/
+15
*
generator: Rename 'mkfs_opts' API to 'mkfs'.
Richard W.M. Jones
2012-07-14
10
-68
/
+46
*
generator: Rename 'add_drive_opts' API to 'add_drive'.
Richard W.M. Jones
2012-07-14
47
-115
/
+93
*
generator: In non-C bindings, generate '*_opts' alias.
Richard W.M. Jones
2012-07-14
10
-34
/
+218
*
generator: Allow non-optargs functions to gain optargs.
Richard W.M. Jones
2012-07-14
5
-112
/
+196
*
generator: Rearrange some C generator code into sub-functions.
Richard W.M. Jones
2012-07-13
1
-571
/
+585
*
java: Generate overloaded non-optargs method for each optargs method.
Richard W.M. Jones
2012-07-13
3
-2
/
+25
*
generator: Add c_optarg_prefix for each action.
Richard W.M. Jones
2012-07-13
12
-50
/
+49
*
generator: Add c_function (C function name) to each action struct.
Richard W.M. Jones
2012-07-12
14
-58
/
+68
*
generator: Change the way that camel-case names are generated.
Richard W.M. Jones
2012-07-12
4
-53
/
+73
*
tests: Rename test0* functions as internal_test*.
Richard W.M. Jones
2012-07-11
11
-122
/
+135
*
tests: Better way to ensure 'g' is used and return success or error.
Richard W.M. Jones
2012-07-11
2
-4
/
+2
*
generator: Use a struct instead of a tuple to describe each action.
Richard W.M. Jones
2012-07-11
22
-4104
/
+5738
*
todo: Tidy up test0 functions.
Richard W.M. Jones
2012-07-11
1
-0
/
+5
*
generator: Add a note in generator/README about safely extending functions.
Richard W.M. Jones
2012-07-11
1
-0
/
+9
*
generator: Move note in comment to generator/README file.
Richard W.M. Jones
2012-07-11
2
-8
/
+7
*
fuse: Cleaner code and documentation for safe cleanups.
Richard W.M. Jones
2012-07-10
2
-7
/
+50
*
tests/guests: Add temp files to CLEANFILES.
Richard W.M. Jones
2012-07-10
1
-1
/
+1
*
Update translations from Transifex.
Richard W.M. Jones
2012-07-10
17
-1280
/
+721
*
podwrapper: Fix shell script.
Richard W.M. Jones
2012-07-10
1
-2
/
+2
*
podwrapper.sh: Take date from ChangeLog or from the latest git commit.
Hilko Bengen
2012-07-10
1
-0
/
+8
*
Version 1.19.18.
1.19.18
Richard W.M. Jones
2012-07-09
20
-541
/
+902
*
fuse: Add regression test for RHBZ#838592.
Richard W.M. Jones
2012-07-09
2
-2
/
+79
*
fuse: Add guestmount --pid-file option (RHBZ#838592).
Richard W.M. Jones
2012-07-09
2
-2
/
+52
*
fuse: Link to mount-local documentation in guestmount man page.
Richard W.M. Jones
2012-07-09
1
-1
/
+5
*
fuse: Document race condition possible with fusermount.
Richard W.M. Jones
2012-07-09
1
-0
/
+16
*
fuse: Document Device or resource busy errors from fusermount.
Richard W.M. Jones
2012-07-09
1
-0
/
+17
*
Revert "launch: Correction in comment."
Richard W.M. Jones
2012-07-08
1
-2
/
+4
*
extra-tests: Add a test using upstream qemu.
Richard W.M. Jones
2012-07-07
3
-1
/
+75
*
launch: Correction in comment.
Richard W.M. Jones
2012-07-07
1
-4
/
+2
*
Update gnulib to latest version.
Richard W.M. Jones
2012-07-07
1
-0
/
+0
*
Version 1.19.17.
1.19.17
Richard W.M. Jones
2012-07-06
18
-202
/
+211
*
ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081.
Richard W.M. Jones
2012-07-06
1
-0
/
+1
*
qemu: Use sgabios by default (thanks Dan Berrange).
Richard W.M. Jones
2012-07-06
1
-0
/
+9
*
todo: Investigate qemu caching modes.
Richard W.M. Jones
2012-07-04
1
-0
/
+16
*
Version 1.19.16.
1.19.16
Richard W.M. Jones
2012-07-04
20
-20293
/
+20962
*
qemu or qemu-kvm >= 1.1.0 is required.
Richard W.M. Jones
2012-07-04
1
-1
/
+1
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-03
36
-89
/
+210
*
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
*
perl, python, ruby: Fix comments on call to close method.
Richard W.M. Jones
2012-07-03
3
-1
/
+10
*
examples: In create_disk example, don't call set_autosync.
Richard W.M. Jones
2012-07-03
7
-56
/
+1
*
daemon: Run fsync on block devices after sync (RHBZ#836710).
Richard W.M. Jones
2012-07-02
2
-0
/
+79
*
daemon: Code tidy up in devsparts.
Richard W.M. Jones
2012-07-02
1
-8
/
+9
*
Add notes about how qemu cache=none works internally.
Richard W.M. Jones
2012-07-02
1
-1
/
+12
*
Rename qemu option cache=off to cache=none.
Richard W.M. Jones
2012-07-02
2
-10
/
+10
[next]