libguestfs.git
14 years agoAdded tar-in, tar-out, tgz-in, tgz-out commands.
Richard Jones [Mon, 20 Apr 2009 14:54:22 +0000 (15:54 +0100)]
Added tar-in, tar-out, tgz-in, tgz-out commands.

14 years agoVarious fixes to the daemon:
Richard Jones [Mon, 20 Apr 2009 14:13:34 +0000 (15:13 +0100)]
Various fixes to the daemon:
 - make sure SIGPIPE doesn't kill us
 - warn not to use macros in FileIn functions
 - add shell_quote function

14 years agoSome fixes to daemon upload command:
Richard Jones [Mon, 20 Apr 2009 13:58:36 +0000 (14:58 +0100)]
Some fixes to daemon upload command:
 - don't leak the file descriptor along error paths
 - can't use those macros in FileIn functions

14 years agoMake daemon cancellation really work.
Richard Jones [Mon, 20 Apr 2009 13:58:04 +0000 (14:58 +0100)]
Make daemon cancellation really work.

14 years agoAdd tests for the upload and download commands.
Richard Jones [Mon, 20 Apr 2009 12:14:07 +0000 (13:14 +0100)]
Add tests for the upload and download commands.

14 years agoPrepare for version 1.0.2. 1.0.2
Richard Jones [Mon, 20 Apr 2009 10:45:29 +0000 (11:45 +0100)]
Prepare for version 1.0.2.

14 years agoAvoid warning: Don't generate read_reply label unless needed.
Richard Jones [Mon, 20 Apr 2009 10:45:11 +0000 (11:45 +0100)]
Avoid warning: Don't generate read_reply label unless needed.

14 years agoFix file descriptor leak in daemon.
Richard Jones [Mon, 20 Apr 2009 10:35:57 +0000 (11:35 +0100)]
Fix file descriptor leak in daemon.

15 years agoGenerated code for 'checksum' command.
Richard Jones [Mon, 20 Apr 2009 09:19:45 +0000 (10:19 +0100)]
Generated code for 'checksum' command.

15 years agoAdd 'checksum' command.
Richard Jones [Mon, 20 Apr 2009 09:19:29 +0000 (10:19 +0100)]
Add 'checksum' command.

15 years agoImplement upload and download commands.
Richard Jones [Sun, 19 Apr 2009 23:22:02 +0000 (00:22 +0100)]
Implement upload and download commands.

15 years agoUse GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.
Richard Jones [Sun, 19 Apr 2009 13:51:50 +0000 (14:51 +0100)]
Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.

15 years agoDocument initial message.
Richard Jones [Sun, 19 Apr 2009 13:39:19 +0000 (14:39 +0100)]
Document initial message.

15 years agoDocument the internal protocol.
Richard Jones [Sun, 19 Apr 2009 13:33:46 +0000 (14:33 +0100)]
Document the internal protocol.

15 years agoImplement NEED_ROOT_OR_IS_DEVICE macro.
Richard Jones [Sun, 19 Apr 2009 11:41:35 +0000 (12:41 +0100)]
Implement NEED_ROOT_OR_IS_DEVICE macro.

15 years agoImplement _send_sync, _send_file_sync and _receive_file_sync.
Richard Jones [Sun, 19 Apr 2009 11:29:25 +0000 (12:29 +0100)]
Implement _send_sync, _send_file_sync and _receive_file_sync.

15 years agoBegin to add the upload and download commands.
Richard Jones [Sat, 18 Apr 2009 21:33:15 +0000 (22:33 +0100)]
Begin to add the upload and download commands.

15 years agoAdd ruby/ directory, add more warnings.
Richard Jones [Sat, 18 Apr 2009 20:21:44 +0000 (21:21 +0100)]
Add ruby/ directory, add more warnings.

15 years agoSplit out send and reply operations into separate callbacks.
Richard Jones [Sat, 18 Apr 2009 15:29:00 +0000 (16:29 +0100)]
Split out send and reply operations into separate callbacks.

15 years agoguestfs_send -> guestfs__send, in case we want a future command called "send".
Richard Jones [Sat, 18 Apr 2009 14:41:22 +0000 (15:41 +0100)]
guestfs_send -> guestfs__send, in case we want a future command called "send".

15 years agoSeparate out the high-level API actions.
Richard Jones [Sat, 18 Apr 2009 14:31:53 +0000 (15:31 +0100)]
Separate out the high-level API actions.
 - Split out the high-level API actions so that they are in a
   separate file, and use the defined guestfs C API, instead of
   fiddling around with internal structures.

15 years agoMerge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones [Sat, 18 Apr 2009 12:27:06 +0000 (13:27 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs

15 years agoRewrite of main loop impl, start of FileIn/FileOut support.
Richard Jones [Sat, 18 Apr 2009 12:17:12 +0000 (13:17 +0100)]
Rewrite of main loop impl, start of FileIn/FileOut support.

15 years agoMerge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones [Sat, 18 Apr 2009 09:16:34 +0000 (10:16 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs

15 years agoVersion 1.0.1 1.0.1
Richard Jones [Sat, 18 Apr 2009 09:16:03 +0000 (10:16 +0100)]
Version 1.0.1

15 years agoAllow Ruby bindings to build correctly even if libguestfs not installed.
Richard W.M. Jones [Thu, 16 Apr 2009 22:55:56 +0000 (23:55 +0100)]
Allow Ruby bindings to build correctly even if libguestfs not installed.

15 years agoFix spec file. 1.0.0
Richard Jones [Thu, 16 Apr 2009 21:25:36 +0000 (22:25 +0100)]
Fix spec file.

15 years agoRuby bindings.
Richard Jones [Thu, 16 Apr 2009 21:13:20 +0000 (22:13 +0100)]
Ruby bindings.

15 years agoResync with proposed Fedora specfile.
Richard Jones [Thu, 16 Apr 2009 16:44:47 +0000 (17:44 +0100)]
Resync with proposed Fedora specfile.

15 years agoMissing free() on return path (thanks: Steve Grubb).
Richard Jones [Thu, 16 Apr 2009 16:38:27 +0000 (17:38 +0100)]
Missing free() on return path (thanks: Steve Grubb).

15 years agoTODO list updated.
Richard Jones [Thu, 16 Apr 2009 16:35:59 +0000 (17:35 +0100)]
TODO list updated.

15 years agoNote slow kernel boot times for F11/12.
Richard Jones [Thu, 16 Apr 2009 15:34:23 +0000 (16:34 +0100)]
Note slow kernel boot times for F11/12.

15 years agoUpdated TODO, BUGS.
Richard Jones [Thu, 16 Apr 2009 11:38:06 +0000 (12:38 +0100)]
Updated TODO, BUGS.

15 years agoAdded Python documentation.
Richard Jones [Thu, 16 Apr 2009 10:39:22 +0000 (11:39 +0100)]
Added Python documentation.

15 years agoReally needs qemu 0.10 for vmchannel support.
Richard Jones [Thu, 16 Apr 2009 00:31:19 +0000 (01:31 +0100)]
Really needs qemu 0.10 for vmchannel support.

15 years ago0.9.9 for final cleanups before 1.0 release. 0.9.9
Richard Jones [Wed, 15 Apr 2009 22:58:11 +0000 (23:58 +0100)]
0.9.9 for final cleanups before 1.0 release.

15 years ago'guestfish edit' commands and several bugfixes.
Richard Jones [Wed, 15 Apr 2009 22:54:51 +0000 (23:54 +0100)]
'guestfish edit' commands and several bugfixes.

15 years agoStarted BUGS list.
Richard Jones [Wed, 15 Apr 2009 19:38:01 +0000 (20:38 +0100)]
Started BUGS list.

15 years agoMove guestfish 'alloc' command to a separate file.
Richard Jones [Wed, 15 Apr 2009 19:27:30 +0000 (20:27 +0100)]
Move guestfish 'alloc' command to a separate file.

15 years agoVersion 0.9.3. 0.9.3
Richard Jones [Wed, 15 Apr 2009 16:59:43 +0000 (17:59 +0100)]
Version 0.9.3.

15 years agoShow byte sizes in example.
Richard Jones [Wed, 15 Apr 2009 16:58:35 +0000 (17:58 +0100)]
Show byte sizes in example.

15 years agoGenerated code for blockdev_* calls, RInt64, enhanced tests.
Richard Jones [Wed, 15 Apr 2009 16:48:54 +0000 (17:48 +0100)]
Generated code for blockdev_* calls, RInt64, enhanced tests.

15 years agoAdded blockdev_* calls. RInt64 type. Enhanced tests.
Richard Jones [Wed, 15 Apr 2009 16:47:34 +0000 (17:47 +0100)]
Added blockdev_* calls.  RInt64 type.  Enhanced tests.

15 years agoBe strict about commands which don't test themselves, warn about missing tests.
Richard Jones [Wed, 15 Apr 2009 15:04:27 +0000 (16:04 +0100)]
Be strict about commands which don't test themselves, warn about missing tests.

15 years agoVersion 0.9.2. 0.9.2
Richard Jones [Wed, 15 Apr 2009 15:00:10 +0000 (16:00 +0100)]
Version 0.9.2.

15 years agoDisplay ext2/3 details, and some bug fixes.
Richard Jones [Wed, 15 Apr 2009 13:19:03 +0000 (14:19 +0100)]
Display ext2/3 details, and some bug fixes.

15 years agoCorrectly free memory in RHashtable binding for OCaml & Python.
Richard Jones [Wed, 15 Apr 2009 13:09:01 +0000 (14:09 +0100)]
Correctly free memory in RHashtable binding for OCaml & Python.

15 years agoGenerated code for tune2fs-l command and RHashtable return type.
Richard Jones [Wed, 15 Apr 2009 12:59:07 +0000 (13:59 +0100)]
Generated code for tune2fs-l command and RHashtable return type.

15 years agoAdded tune2fs-l command and RHashtable return type.
Richard Jones [Wed, 15 Apr 2009 12:58:44 +0000 (13:58 +0100)]
Added tune2fs-l command and RHashtable return type.

15 years agoAdded to-xml program.
Richard Jones [Wed, 15 Apr 2009 11:34:18 +0000 (12:34 +0100)]
Added to-xml program.

15 years agoRemove 'df' program from examples - didn't ever work.
Richard Jones [Wed, 15 Apr 2009 09:52:37 +0000 (10:52 +0100)]
Remove 'df' program from examples - didn't ever work.

15 years agoGenerated code for stat/lstat/statvfs changes.
Richard Jones [Wed, 15 Apr 2009 09:45:01 +0000 (10:45 +0100)]
Generated code for stat/lstat/statvfs changes.

15 years agoAdded stat, lstat, statvfs and associated stat structures.
Richard Jones [Wed, 15 Apr 2009 09:44:27 +0000 (10:44 +0100)]
Added stat, lstat, statvfs and associated stat structures.

15 years agoQuoting in guestfish.
Richard Jones [Tue, 14 Apr 2009 19:47:51 +0000 (20:47 +0100)]
Quoting in guestfish.

15 years agoVersion 0.9.1 0.9.1
Richard Jones [Tue, 14 Apr 2009 15:16:34 +0000 (16:16 +0100)]
Version 0.9.1

15 years agoAdded bindings for GNU readline.
Richard Jones [Tue, 14 Apr 2009 14:52:04 +0000 (15:52 +0100)]
Added bindings for GNU readline.

15 years agoBetter handling of trailing \n problem.
Richard Jones [Tue, 14 Apr 2009 13:38:31 +0000 (14:38 +0100)]
Better handling of trailing \n problem.

15 years agoTypos and documentation updates.
Richard Jones [Tue, 14 Apr 2009 13:20:47 +0000 (14:20 +0100)]
Typos and documentation updates.

15 years agoGenerated changes to perl XS bindings.
Richard Jones [Tue, 14 Apr 2009 13:20:07 +0000 (14:20 +0100)]
Generated changes to perl XS bindings.

15 years agoAdd 'command' and 'command-lines'. Fix args freeing in Perl bindings.
Richard Jones [Tue, 14 Apr 2009 12:51:12 +0000 (13:51 +0100)]
Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.

15 years agoFix 'file(1)' command to work on /dev devices.
Richard Jones [Tue, 14 Apr 2009 12:09:06 +0000 (13:09 +0100)]
Fix 'file(1)' command to work on /dev devices.

15 years agoGenerated files for file(1) command.
Richard Jones [Mon, 13 Apr 2009 22:58:33 +0000 (23:58 +0100)]
Generated files for file(1) command.

15 years agoAdded file(1) command.
Richard Jones [Mon, 13 Apr 2009 22:58:02 +0000 (23:58 +0100)]
Added file(1) command.

15 years agoNote a bug.
Richard Jones [Mon, 13 Apr 2009 22:57:26 +0000 (23:57 +0100)]
Note a bug.

15 years agoguestfs -> GuestFS 0.9
Richard Jones [Mon, 13 Apr 2009 19:13:06 +0000 (20:13 +0100)]
guestfs -> GuestFS

15 years agoPython files. Add $QUICK_RPMBUILD flag to avoid running tests.
Richard Jones [Mon, 13 Apr 2009 19:07:03 +0000 (20:07 +0100)]
Python files.  Add $QUICK_RPMBUILD flag to avoid running tests.

15 years agoInstall guestfs.py
Richard Jones [Mon, 13 Apr 2009 19:06:46 +0000 (20:06 +0100)]
Install guestfs.py

15 years agoMissing dependency.
Richard Jones [Mon, 13 Apr 2009 18:40:50 +0000 (19:40 +0100)]
Missing dependency.

15 years agoDescribe all available bindings.
Richard Jones [Mon, 13 Apr 2009 18:39:39 +0000 (19:39 +0100)]
Describe all available bindings.

15 years agoNeed to package generator.ml -- oops.
Richard Jones [Mon, 13 Apr 2009 18:39:20 +0000 (19:39 +0100)]
Need to package generator.ml -- oops.

15 years agoPrepare for 0.9 release.
Richard Jones [Mon, 13 Apr 2009 18:15:22 +0000 (19:15 +0100)]
Prepare for 0.9 release.

15 years agoExtra CLEANFILES.
Richard Jones [Mon, 13 Apr 2009 18:15:12 +0000 (19:15 +0100)]
Extra CLEANFILES.

15 years agoAdditional test programs for Perl, Python, OCaml bindings.
Richard Jones [Mon, 13 Apr 2009 18:10:10 +0000 (19:10 +0100)]
Additional test programs for Perl, Python, OCaml bindings.

15 years agoLots, mainly Python bindings.
Richard Jones [Mon, 13 Apr 2009 17:32:03 +0000 (18:32 +0100)]
Lots, mainly Python bindings.

15 years agoStricter checks on short descriptions.
Richard Jones [Mon, 13 Apr 2009 09:33:44 +0000 (10:33 +0100)]
Stricter checks on short descriptions.

15 years agoOCaml bindings build using the installed, not built, library.
Richard Jones [Mon, 13 Apr 2009 09:27:20 +0000 (10:27 +0100)]
OCaml bindings build using the installed, not built, library.

15 years agoOld versions of augeas lack aug_load, aug_defvar, aug_node. Check for those calls.
Richard Jones [Sun, 12 Apr 2009 23:51:56 +0000 (00:51 +0100)]
Old versions of augeas lack aug_load, aug_defvar, aug_node.  Check for those calls.

15 years agoVersion 0.8.1 0.8.1
Richard Jones [Sun, 12 Apr 2009 23:29:00 +0000 (00:29 +0100)]
Version 0.8.1

15 years agoDistribute TODO file.
Richard Jones [Sun, 12 Apr 2009 22:54:49 +0000 (23:54 +0100)]
Distribute TODO file.

15 years agoFix looping bug in parse_string_list, and remove debug message.
Richard Jones [Sun, 12 Apr 2009 21:27:04 +0000 (22:27 +0100)]
Fix looping bug in parse_string_list, and remove debug message.

15 years agoMore BuildRequires.
Richard Jones [Sun, 12 Apr 2009 18:01:07 +0000 (19:01 +0100)]
More BuildRequires.

15 years agoMore TODO items.
Richard Jones [Sun, 12 Apr 2009 10:57:53 +0000 (11:57 +0100)]
More TODO items.

15 years agoAdd BR qemu (required to run the tests).
Richard Jones [Sun, 12 Apr 2009 08:42:32 +0000 (09:42 +0100)]
Add BR qemu (required to run the tests).

15 years agoAdded some ideas in TODO file.
Richard Jones [Sun, 12 Apr 2009 08:42:19 +0000 (09:42 +0100)]
Added some ideas in TODO file.

15 years agoMinor adjustments for 0.8 release. 0.8
Richard Jones [Sat, 11 Apr 2009 17:04:49 +0000 (18:04 +0100)]
Minor adjustments for 0.8 release.

15 years agoDon't delete examples/Makefile.
Richard Jones [Sat, 11 Apr 2009 16:30:57 +0000 (17:30 +0100)]
Don't delete examples/Makefile.

15 years agoAdded test suite.
Richard Jones [Fri, 10 Apr 2009 17:25:07 +0000 (18:25 +0100)]
Added test suite.

15 years agoAdded test framework, no tests implemented yet.
Richard Jones [Fri, 10 Apr 2009 14:10:29 +0000 (15:10 +0100)]
Added test framework, no tests implemented yet.

15 years agoNeed to set LD_LIBRARY_PATH so we pick up the right C library.
Richard Jones [Fri, 10 Apr 2009 14:06:29 +0000 (15:06 +0100)]
Need to set LD_LIBRARY_PATH so we pick up the right C library.

15 years agoGenerated files for previous commands.
Richard Jones [Fri, 10 Apr 2009 11:53:28 +0000 (12:53 +0100)]
Generated files for previous commands.

15 years agoNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
Richard Jones [Fri, 10 Apr 2009 11:52:49 +0000 (12:52 +0100)]
New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown

15 years agoCHROOT_OUT must preserve errno.
Richard Jones [Fri, 10 Apr 2009 11:47:34 +0000 (12:47 +0100)]
CHROOT_OUT must preserve errno.

15 years agoFix off-by-one error in Augeas wrapper code.
Richard Jones [Fri, 10 Apr 2009 11:47:04 +0000 (12:47 +0100)]
Fix off-by-one error in Augeas wrapper code.

15 years agoChange Err -> RErr for consistency with other return types.
Richard Jones [Fri, 10 Apr 2009 10:49:51 +0000 (11:49 +0100)]
Change Err -> RErr for consistency with other return types.

15 years agoDocumentation fix.
Richard Jones [Fri, 10 Apr 2009 09:55:28 +0000 (10:55 +0100)]
Documentation fix.

15 years agoCode cleanup.
Richard Jones [Fri, 10 Apr 2009 09:52:38 +0000 (10:52 +0100)]
Code cleanup.

15 years agoAdd more function checking.
Richard Jones [Fri, 10 Apr 2009 09:46:50 +0000 (10:46 +0100)]
Add more function checking.

15 years agoJust use plain lists for argument representation.
Richard Jones [Fri, 10 Apr 2009 09:26:10 +0000 (10:26 +0100)]
Just use plain lists for argument representation.

15 years agoDocumentation fixes.
Richard Jones [Fri, 10 Apr 2009 09:19:00 +0000 (10:19 +0100)]
Documentation fixes.

15 years agoCorrection in the aug-ls documentation.
Richard Jones [Fri, 10 Apr 2009 09:13:59 +0000 (10:13 +0100)]
Correction in the aug-ls documentation.