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 |
2009-04-15 |
Richard Jones | 0.9.9 for final cleanups before 1.0 release. 0.9.9 |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | 'guestfish edit' commands and several bugfixes. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Started BUGS list. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Move guestfish 'alloc' command to a separate file. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Version 0.9.3. 0.9.3 |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Show byte sizes in example. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Generated code for blockdev_* calls, RInt64, enhanced... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Added blockdev_* calls. RInt64 type. Enhanced tests. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Be strict about commands which don't test themselves... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Version 0.9.2. 0.9.2 |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Display ext2/3 details, and some bug fixes. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Correctly free memory in RHashtable binding for OCaml... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Generated code for tune2fs-l command and RHashtable... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Added tune2fs-l command and RHashtable return type. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Added to-xml program. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Remove 'df' program from examples - didn't ever work. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Generated code for stat/lstat/statvfs changes. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Richard Jones | Added stat, lstat, statvfs and associated stat structures. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Quoting in guestfish. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Version 0.9.1 0.9.1 |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Added bindings for GNU readline. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Better handling of trailing \n problem. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Typos and documentation updates. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Generated changes to perl XS bindings. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Add 'command' and 'command-lines'. Fix args freeing... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Richard Jones | Fix 'file(1)' command to work on /dev devices. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Generated files for file(1) command. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Added file(1) command. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Note a bug. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | guestfs -> GuestFS 0.9 |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Python files. Add $QUICK_RPMBUILD flag to avoid runnin... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Install guestfs.py |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Missing dependency. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Describe all available bindings. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Need to package generator.ml -- oops. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Prepare for 0.9 release. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Extra CLEANFILES. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Additional test programs for Perl, Python, OCaml bindings. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Lots, mainly Python bindings. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | Stricter checks on short descriptions. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Richard Jones | OCaml bindings build using the installed, not built... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Old versions of augeas lack aug_load, aug_defvar, aug_n... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Version 0.8.1 0.8.1 |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Distribute TODO file. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Fix looping bug in parse_string_list, and remove debug... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | More BuildRequires. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | More TODO items. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Add BR qemu (required to run the tests). |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Richard Jones | Added some ideas in TODO file. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Richard Jones | Minor adjustments for 0.8 release. 0.8 |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Richard Jones | Don't delete examples/Makefile. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Richard Jones | Added test suite. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | Added test framework, no tests implemented yet. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | Need to set LD_LIBRARY_PATH so we pick up the right... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | Generated files for previous commands. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | CHROOT_OUT must preserve errno. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | Fix off-by-one error in Augeas wrapper code. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Richard Jones | Change Err -> RErr for consistency with other return... |
commit | commitdiff | tree | snapshot |
next |