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 (
Collapse
)
Author
Age
Files
Lines
...
*
Implement extensible strings with catprintf.
Richard W.M. Jones
2009-04-23
1
-0
/
+8
|
*
Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.
Richard W.M. Jones
2009-04-23
5
-6
/
+5
|
*
Fix buffer overrun in guestfish command-line parsing.
Richard W.M. Jones
2009-04-23
1
-2
/
+2
|
*
Generated code for debug command.
Richard W.M. Jones
2009-04-23
22
-1
/
+427
|
*
Add outline of 'debug' command.
Richard W.M. Jones
2009-04-23
5
-0
/
+158
|
*
Automatically generate ChangeLog file from the git log (thanks: Jim Meyering).
Richard W.M. Jones
2009-04-23
5
-3
/
+186
|
*
Substitute '-' in command names in guestfish documentation.
Richard W.M. Jones
2009-04-23
2
-21
/
+32
|
*
Fix Java tests by passing correct library path to JVM.
Richard W.M. Jones
2009-04-23
1
-2
/
+3
|
*
Configure script tests for Perl modules.
Richard W.M. Jones
2009-04-23
1
-2
/
+20
|
*
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard W.M. Jones
2009-04-23
2
-101
/
+101
|
\
|
*
Avoid a cast warning on 32 bit.
Richard Jones
2009-04-23
2
-101
/
+101
|
|
*
|
Instructions on running KVM as non-root (Robert P. J. Day).
Richard W.M. Jones
2009-04-23
1
-1
/
+9
|
/
*
Version 1.0.10
1.0.10
Richard Jones
2009-04-22
1
-1
/
+1
|
*
Generated code for new mount_* commands.
Richard Jones
2009-04-22
22
-2
/
+1210
|
*
Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.
Richard Jones
2009-04-22
2
-4
/
+62
|
*
Get ready for 1.0.9.
1.0.9
Richard Jones
2009-04-22
1
-1
/
+1
|
*
Force a specific network NIC model (allows to work with latest qemu from SVN).
Richard Jones
2009-04-22
1
-1
/
+1
|
*
Fix infinite loop encountered when reading Windows disk in example program.
Richard Jones
2009-04-22
1
-7
/
+11
|
*
Added pkgconfig file (libguestfs.pc).
1.0.8
Richard Jones
2009-04-22
6
-7
/
+23
|
*
Version 1.0.7
1.0.7
Richard Jones
2009-04-22
1
-1
/
+1
|
*
Fix quoting of list args in guestfish manpage.
Richard Jones
2009-04-22
2
-5
/
+5
|
*
Resync specfile to Fedora RR.
Richard Jones
2009-04-22
1
-1
/
+4
|
*
Create /tmp directory in the initramfs.
Richard Jones
2009-04-22
1
-0
/
+4
|
*
Include fuse.ko module in image.
Richard Jones
2009-04-22
1
-0
/
+1
|
*
Version 1.0.6.
1.0.6
Richard Jones
2009-04-22
1
-1
/
+1
|
*
Note, but don't fix, javadoc bug.
Richard Jones
2009-04-22
1
-0
/
+3
|
*
qemu runtime done - remove from TODO list.
Richard Jones
2009-04-22
1
-5
/
+0
|
*
Allow qemu binary to be overridden at runtime.
Richard Jones
2009-04-22
20
-5
/
+468
|
*
Allow selection of qemu using --with-qemu
Richard Jones
2009-04-22
4
-3
/
+27
|
*
Error message about using --with-java-home=no to disable Java support.
Richard Jones
2009-04-22
1
-2
/
+2
|
*
Fixes for Java.
1.0.5
Richard Jones
2009-04-21
2
-3
/
+11
|
*
Add extra kernel modules required for ext4 support.
Richard Jones
2009-04-21
1
-0
/
+2
|
*
Updated documentation, prepare for 1.0.5 release.
Richard Jones
2009-04-21
3
-3
/
+3
|
*
Another Java test.
Richard Jones
2009-04-21
2
-10
/
+67
|
*
Testing the Java bindings.
Richard Jones
2009-04-21
6
-95
/
+209
|
*
Java bindings compile, not tested.
Richard Jones
2009-04-21
14
-2
/
+5122
|
*
Add summary message, fix libruby detection.
Richard Jones
2009-04-21
1
-3
/
+30
|
*
More notes in the TODO list.
Richard Jones
2009-04-21
1
-0
/
+9
|
*
Basic Java build environment.
Richard Jones
2009-04-21
5
-2
/
+206
|
*
Various fixes to build and test in Koji.
1.0.4
Richard Jones
2009-04-20
2
-0
/
+6
|
*
Fixes for CDPATH being set.
Richard Jones
2009-04-20
3
-2
/
+4
|
*
Use standard names for the OCaml/Perl/Python/Ruby subpackages.
Richard Jones
2009-04-20
2
-29
/
+53
|
*
Ruby also supported
Richard Jones
2009-04-20
2
-2
/
+2
|
*
Include the __cplusplus header magic so API really callable from C++.
Richard Jones
2009-04-20
1
-0
/
+8
|
*
Version 1.0.3.
1.0.3
Richard Jones
2009-04-20
1
-1
/
+1
|
*
Removed TODO item, now implemented.
Richard Jones
2009-04-20
1
-22
/
+0
|
*
Added tar-in, tar-out, tgz-in, tgz-out commands.
Richard Jones
2009-04-20
27
-73
/
+1734
|
*
Various fixes to the daemon:
Richard Jones
2009-04-20
2
-4
/
+62
|
|
|
|
|
|
- make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function
*
Some fixes to daemon upload command:
Richard Jones
2009-04-20
1
-3
/
+12
|
|
|
|
|
- don't leak the file descriptor along error paths - can't use those macros in FileIn functions
*
Make daemon cancellation really work.
Richard Jones
2009-04-20
1
-3
/
+14
|
[prev]
[next]