Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Carefully check return values from xwrite. | Richard Jones | 2009-04-26 | 1 | -4/+18 | |
| | ||||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 2 | -0/+84 | |
| | ||||||
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -0/+54 | |
| | ||||||
* | catsprintf leaks, use open_memstream instead. | Richard W.M. Jones | 2009-04-23 | 2 | -18/+16 | |
| | ||||||
* | Remove the 'debug mem' command, it's never going to work. | Richard W.M. Jones | 2009-04-23 | 1 | -30/+0 | |
| | ||||||
* | Implement 'debug sh' and 'debug fds' commands. | Richard W.M. Jones | 2009-04-23 | 1 | -15/+101 | |
| | ||||||
* | 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 | 4 | -5/+4 | |
| | ||||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 2 | -0/+35 | |
| | ||||||
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 3 | -0/+145 | |
| | ||||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 2 | -0/+96 | |
| | ||||||
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -4/+29 | |
| | ||||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 4 | -0/+392 | |
| | ||||||
* | 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 | |||||
* | Fix file descriptor leak in daemon. | Richard Jones | 2009-04-20 | 2 | -0/+21 | |
| | ||||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 2 | -0/+33 | |
| | ||||||
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 2 | -0/+86 | |
| | ||||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 5 | -43/+353 | |
| | ||||||
* | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t. | Richard Jones | 2009-04-19 | 1 | -2/+2 | |
| | ||||||
* | Implement NEED_ROOT_OR_IS_DEVICE macro. | Richard Jones | 2009-04-19 | 2 | -1/+14 | |
| | ||||||
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 1 | -0/+7 | |
| | ||||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 2 | -0/+56 | |
| | ||||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -1/+1 | |
| | | | | | | - 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. | |||||
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 3 | -5/+61 | |
| | ||||||
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | Missing free() on return path (thanks: Steve Grubb). | Richard Jones | 2009-04-16 | 1 | -0/+3 | |
| | ||||||
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -2/+2 | |
| | ||||||
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 2 | -0/+292 | |
| | ||||||
* | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 2 | -0/+145 | |
| | ||||||
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 2 | -0/+32 | |
| | ||||||
* | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 2 | -0/+120 | |
| | ||||||
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 2 | -0/+93 | |
| | ||||||
* | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 2 | -0/+156 | |
| | ||||||
* | Better handling of trailing \n problem. | Richard Jones | 2009-04-14 | 1 | -4/+4 | |
| | ||||||
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 4 | -0/+169 | |
| | ||||||
* | Fix 'file(1)' command to work on /dev devices. | Richard Jones | 2009-04-14 | 1 | -10/+15 | |
| | ||||||
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 2 | -0/+31 | |
| | ||||||
* | Added file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+49 | |
| | ||||||
* | Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ↵ | Richard Jones | 2009-04-13 | 2 | -1/+19 | |
| | | | | calls. | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 11 | -111/+987 | |
| | ||||||
* | Generated files for previous commands. | Richard Jones | 2009-04-10 | 2 | -0/+188 | |
| | ||||||
* | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 3 | -0/+228 | |
| | ||||||
* | CHROOT_OUT must preserve errno. | Richard Jones | 2009-04-10 | 1 | -3/+7 | |
| | ||||||
* | Fix off-by-one error in Augeas wrapper code. | Richard Jones | 2009-04-10 | 1 | -1/+1 | |
| | ||||||
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+3 | |
| | ||||||
* | Added aug-ls (generated code). | Richard Jones | 2009-04-09 | 2 | -0/+30 | |
| | ||||||
* | Add aug-ls command (non-generated code). | Richard Jones | 2009-04-09 | 1 | -0/+43 | |
| | ||||||
* | Added Augeas support. | Richard Jones | 2009-04-09 | 5 | -19/+613 | |
| | ||||||
* | Generated code for new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 2 | -0/+30 | |
| |