2009-04-25 |
Richard Jones | Improve CSS on recipes page. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Richard Jones | Added guestfish recipes. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Richard Jones | If LIBGUESTFS_PATH is set, guestfish shouldn't modify... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Richard Jones | Added configure test for qemu vmchannel support. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Experimental recovery process should help with not... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Remove the debug mode from make-initramfs.sh. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Add support for ext4 to examples/to-xml.c |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | chmod /sysroot (also makes it known to fakeroot) |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Resync specfile with proposed specfile in Fedora RR. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Ruby bindings didn't NULL-terminate an array, resulting... 1.0.12 |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Added bug about qemu not being cleaned up after segfault. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard Jones | Get ready for version 1.0.12. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard W.M... | Don't allocate file chunks on the stack. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Richard W.M... | Don't use large message buffer on the stack (fixes... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard Jones | Fix 64 bit memsize overhead. 1.0.11 |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | catsprintf leaks, use open_memstream instead. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Remove the 'debug mem' command, it's never going to... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Reduce the amount of memory allocated to guests based... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Implement 'debug sh' and 'debug fds' commands. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Implement extensible strings with catprintf. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Fix buffer overrun in guestfish command-line parsing. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Generated code for debug command. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Add outline of 'debug' command. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Automatically generate ChangeLog file from the git... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Substitute '-' in command names in guestfish documentation. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Fix Java tests by passing correct library path to JVM. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Configure script tests for Perl modules. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Merge branch 'master' of git+ssh://g-rjones@et.redhat... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard Jones | Avoid a cast warning on 32 bit. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Richard W.M... | Instructions on running KVM as non-root (Robert P.... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Version 1.0.10 1.0.10 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Generated code for new mount_* commands. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Add mount_ro, mount_options, mount_vfs. Fix small... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Get ready for 1.0.9. 1.0.9 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Force a specific network NIC model (allows to work... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Fix infinite loop encountered when reading Windows... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Added pkgconfig file (libguestfs.pc). 1.0.8 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Version 1.0.7 1.0.7 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Fix quoting of list args in guestfish manpage. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Resync specfile to Fedora RR. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Create /tmp directory in the initramfs. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Include fuse.ko module in image. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Version 1.0.6. 1.0.6 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Note, but don't fix, javadoc bug. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | qemu runtime done - remove from TODO list. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Allow qemu binary to be overridden at runtime. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Allow selection of qemu using --with-qemu |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Richard Jones | Error message about using --with-java-home=no to disabl... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Fixes for Java. 1.0.5 |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Add extra kernel modules required for ext4 support. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Updated documentation, prepare for 1.0.5 release. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Another Java test. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Testing the Java bindings. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Java bindings compile, not tested. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Add summary message, fix libruby detection. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | More notes in the TODO list. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Richard Jones | Basic Java build environment. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Various fixes to build and test in Koji. 1.0.4 |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Fixes for CDPATH being set. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Use standard names for the OCaml/Perl/Python/Ruby subpa... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Ruby also supported |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Include the __cplusplus header magic so API really... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Version 1.0.3. 1.0.3 |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Removed TODO item, now implemented. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Added tar-in, tar-out, tgz-in, tgz-out commands. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Various fixes to the daemon: |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Some fixes to daemon upload command: |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Make daemon cancellation really work. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Add tests for the upload and download commands. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Prepare for version 1.0.2. 1.0.2 |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Avoid warning: Don't generate read_reply label unless... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Fix file descriptor leak in daemon. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Generated code for 'checksum' command. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Richard Jones | Add 'checksum' command. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Implement upload and download commands. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Document initial message. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Document the internal protocol. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Implement NEED_ROOT_OR_IS_DEVICE macro. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Richard Jones | Implement _send_sync, _send_file_sync and _receive_file... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Begin to add the upload and download commands. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Add ruby/ directory, add more warnings. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Split out send and reply operations into separate callb... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | guestfs_send -> guestfs__send, in case we want a future... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Separate out the high-level API actions. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Merge branch 'master' of git+ssh://g-rjones@et.redhat... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Rewrite of main loop impl, start of FileIn/FileOut... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Merge branch 'master' of git+ssh://g-rjones@et.redhat... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Richard Jones | Version 1.0.1 1.0.1 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard W.M... | Allow Ruby bindings to build correctly even if libguest... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Fix spec file. 1.0.0 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Ruby bindings. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Resync with proposed Fedora specfile. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Missing free() on return path (thanks: Steve Grubb). |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | TODO list updated. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Note slow kernel boot times for F11/12. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Updated TODO, BUGS. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Added Python documentation. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Richard Jones | Really needs qemu 0.10 for vmchannel support. |
commit | commitdiff | tree | snapshot |
next |