2010-05-25 |
Richard Jones | New API: available-all-groups to return list of all... |
tree | commitdiff |
2010-05-22 |
Richard Jones | guestfs_version: Correct documentation. |
tree | commitdiff |
2010-05-21 |
Richard W.M. Jones | Build workaround for Python 2.4.x in RHEL 5. |
tree | commitdiff |
2010-05-21 |
Richard W.M. Jones | C99 compatible build fix for RHEL 5. |
tree | commitdiff |
2010-05-21 |
Richard Jones | New API: ntfsresize-size to allow shrinking NTFS (RHBZ... |
tree | commitdiff |
2010-05-21 |
Richard Jones | New API: pvresize-size to allow shrinking PVs (RHBZ... |
tree | commitdiff |
2010-05-21 |
Richard Jones | New API: resize2fs-size to allow shrinking ext2 filesys... |
tree | commitdiff |
2010-05-21 |
Richard Jones | fish: Allow suffixes on number parameters (eg. 1M) |
tree | commitdiff |
2010-05-20 |
Richard Jones | generator: Make 'xz' into an optional group. |
tree | commitdiff |
2010-05-20 |
Richard Jones | generator: Check parameters are not NULL (RHBZ#501893). |
tree | commitdiff |
2010-05-20 |
Richard Jones | generator: Some String parameters should be OptString... |
tree | commitdiff |
2010-05-20 |
Richard Jones | New API: Implement pwrite system call (partial fix... |
tree | commitdiff |
2010-05-20 |
Richard Jones | New API: write for creating files with fixed content... |
tree | commitdiff |
2010-05-20 |
Richard Jones | generator: Implement BufferIn parameter type (RHBZ... |
tree | commitdiff |
2010-05-13 |
Richard Jones | Unify supermin appliance building using febootstrap 2.7 |
tree | commitdiff |
2010-05-13 |
Richard Jones | Fix FileIn cmds losing synch if both ends send cancel... |
tree | commitdiff |
2010-05-13 |
Richard Jones | Fix error message in string-e command (RHBZ#588651). |
tree | commitdiff |
2010-05-12 |
Richard Jones | Add version numbers to Perl modules (RHBZ#521674). |
tree | commitdiff |
2010-05-12 |
Richard Jones | New API: fill-pattern for creating files with predefine... |
tree | commitdiff |
2010-05-08 |
Richard Jones | launch: Rearrange the code so config check is first. |
tree | commitdiff |
2010-05-08 |
Richard Jones | generator: FishAction is no longer used, remove this... |
tree | commitdiff |
2010-05-08 |
Richard Jones | fish: Make 'launch' function static. |
tree | commitdiff |
2010-05-07 |
Richard Jones | If qemu dies during launch, set an error message (RHBZ... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix read-file so it fails gracefully for large... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix wc* commands to work on absolute symbolic... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix strings to work on absolute symbolic links... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix head and tail commands to work on absolute... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix grep and related to work on absolute symbol... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix checksum to work on absolute symbolic links... |
tree | commitdiff |
2010-05-07 |
Richard Jones | daemon: Fix hexdump to work on absolute symbolic links... |
tree | commitdiff |
2010-05-04 |
Richard Jones | Use link-local addresses between appliance and host... |
tree | commitdiff |
2010-05-04 |
Richard Jones | Change network configuration to use macros. |
tree | commitdiff |
2010-04-30 |
Richard Jones | tests: In verbose mode, print dashes between each test. |
tree | commitdiff |
2010-04-30 |
Richard Jones | Document that guestfs_mount implies -o sync and perform... |
tree | commitdiff |
2010-04-30 |
Richard Jones | lvresize: Use --force so it can make LVs smaller (RHBZ... |
tree | commitdiff |
2010-04-29 |
Richard Jones | guestfs(3): Documentation on protocol gotchas. |
tree | commitdiff |
2010-04-24 |
Richard Jones | docs: Routine refresh of the documentation for guestfs... |
tree | commitdiff |
2010-04-23 |
Richard Jones | New API: checksums-out for checksumming many files. |
tree | commitdiff |
2010-04-23 |
Richard Jones | generator: Update docs for checksum to point to checksu... |
tree | commitdiff |
2010-04-20 |
Richard Jones | Check user doesn't run configure, make or make check... |
tree | commitdiff |
2010-04-20 |
Richard Jones | Document new version numbering policy. |
tree | commitdiff |
2010-04-19 |
Richard Jones | Document umask (RHBZ#582548, RHBZ#583554). |
tree | commitdiff |
2010-04-19 |
Richard Jones | docs: Clarify documentation for mknod (RHBZ#582948). |
tree | commitdiff |
2010-04-19 |
Richard Jones | New APIs: base64-in and base64-out for uploading/downlo... |
tree | commitdiff |
2010-04-19 |
Richard Jones | New API: debug-upload (not a formal part of the API... |
tree | commitdiff |
2010-04-19 |
Richard Jones | fish: Allow -<<END as a syntax for uploading "heredocs". |
tree | commitdiff |
2010-04-17 |
Richard Jones | Documentation: Use 'g' instead of 'handle' in documenta... |
tree | commitdiff |
2010-04-17 |
Richard Jones | In guestfs(3), unmount "/" directory in the example. |
tree | commitdiff |
2010-04-17 |
Richard Jones | Add compilation/linking example to guestfs(3) man page. |
tree | commitdiff |
2010-04-17 |
Richard Jones | generator: Use shortname in check_state() call. |
tree | commitdiff |
2010-04-17 |
Richard Jones | Rerun generator if images/test.iso does not exist or... |
tree | commitdiff |
2010-04-17 |
Richard Jones | Fix upload losing synchronization if root not mounted... |
tree | commitdiff |
2010-04-17 |
Richard Jones | generator: Fix typo in a comment. |
tree | commitdiff |
2010-04-17 |
Richard Jones | Improved checking, documentation of modes (RHBZ#582901... |
tree | commitdiff |
2010-04-17 |
Richard Jones | New API: get-umask, returns the current umask (RHBZ... |
tree | commitdiff |
2010-04-17 |
Richard Jones | Add a build test for the 'umask' command. |
tree | commitdiff |
2010-04-17 |
Richard Jones | fish: Print output from some commands in octal/hex... |
tree | commitdiff |
2010-04-17 |
Richard Jones | Documentation: lvcreate should say 'logical volume... |
tree | commitdiff |
2010-04-13 |
Richard Jones | New API: Add aug-clear call for clearing an Augeas... |
tree | commitdiff |
2010-04-12 |
Richard Jones | New API: lvresize-free to extend LVs into percentage... |
tree | commitdiff |
2010-04-11 |
Richard Jones | Documentation updates. |
tree | commitdiff |
2010-04-10 |
Richard Jones | New API: checksum-device for checksumming devices. |
tree | commitdiff |
2010-04-10 |
Richard Jones | New partition APIs: part_del, part_get_bootable, part_g... |
tree | commitdiff |
2010-04-10 |
Richard Jones | Documentation: Clarify documentation on the bootable... |
tree | commitdiff |
2010-04-10 |
Richard Jones | New API: vgscan |
tree | commitdiff |
2010-04-10 |
Richard Jones | New API: ntfsresize. |
tree | commitdiff |
2010-04-08 |
Richard Jones | If qemu dies during launch in "null vmchannel" mode... |
tree | commitdiff |
2010-04-08 |
Richard Jones | Don't kill self accidentally. |
tree | commitdiff |
2010-04-08 |
Richard Jones | Fix for "warning: unexpected connection from UID ..." |
tree | commitdiff |
2010-04-08 |
Richard Jones | New API calls to upload/download txz files (RHBZ#580556). |
tree | commitdiff |
2010-04-07 |
Richard Jones | fish: Print extended help when the user types an unknow... |
tree | commitdiff |
2010-03-31 |
Richard Jones | New API: guestfs_zero_device to zero whole devices. |
tree | commitdiff |
2010-03-27 |
Richard Jones | tests: Move alarm(2) calls to the correct place in... |
tree | commitdiff |
2010-03-26 |
Richard Jones | rescue: Pass $TERM from library into the virt-rescue... |
tree | commitdiff |
2010-03-26 |
Richard Jones | appliance: Set $PATH instead of hard-coding paths to... |
tree | commitdiff |
2010-03-25 |
Richard Jones | perl: use newSVpvn for variable length strings. |
tree | commitdiff |
2010-03-23 |
Richard Jones | New API: guestfs_copy_size to copy a fixed number of... |
tree | commitdiff |
2010-03-23 |
Richard W.M. Jones | Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE). |
tree | commitdiff |
2010-03-22 |
Richard Jones | guestfs.h: Include <stdint.h>. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: Disable null vmchannel implementation. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t' |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: implement readline functions. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: include <rpc/types.h> before <rpc/xdr.h> |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: include <string.h> in guestfs-actions.c |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC_... |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: strerror_r on Macs is not like GNU strerror_r. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: define MAX macro if not already defined. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Mac OS X: kill(2) requires <signal.h> |
tree | commitdiff |
2010-03-22 |
Richard Jones | generator: Small fix for GODI users. |
tree | commitdiff |
2010-03-22 |
Richard Jones | Run qemu with -nographic option. |
tree | commitdiff |
2010-03-18 |
Richard Jones | New APIs: Query the relationship between LVM objects. |
tree | commitdiff |
2010-03-16 |
Richard Jones | add_drive_ro adds readonly=on option if available. |
tree | commitdiff |
2010-03-16 |
Richard Jones | Allow qemu_supports to run earlier. |
tree | commitdiff |
2010-03-16 |
Richard Jones | guestfs.h: More adjustment to comments in the header... |
tree | commitdiff |
2010-03-16 |
Richard Jones | guestfs.h: Move some internal functions to the internal... |
tree | commitdiff |
2010-03-16 |
Richard Jones | Rearrangement and comment changes in <guestfs.h> header... |
tree | commitdiff |
2010-03-12 |
Richard Jones | Tab to space (whitespace fixes only). |
tree | commitdiff |
2010-03-12 |
Richard Jones | Docs: Change exit(1) -> exit(EXIT_FAILURE) |
tree | commitdiff |
2010-03-12 |
Richard Jones | Rewrite libguestfs-supermin-helper in C. |
tree | commitdiff |
2010-03-12 |
Richard Jones | guestfish: Use xstrtoll to parse Int params (RHBZ#56975... |
tree | commitdiff |
next |