2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
tree | commitdiff |
2009-09-22 |
Richard Jones | Flexible guestfs_vmchannel parameter for future appliances. |
tree | commitdiff |
2009-09-22 |
Richard Jones | Rearrange and tidy up code in guestfsd.c |
tree | commitdiff |
2009-09-17 |
Richard Jones | Fix code which looked for leaked FDs between each command. |
tree | commitdiff |
2009-09-17 |
Richard Jones | Remove explicit guestfs=10.0.2.4:6666 kernel command... |
tree | commitdiff |
2009-09-17 |
Richard Jones | Daemon: fix handling of errors from xread and xwrite. |
tree | commitdiff |
2009-09-17 |
Richard Jones | Fix verbose packet dumping functions. |
tree | commitdiff |
2009-09-17 |
Richard Jones | 'len' should be an unsigned 32 bit int. |
tree | commitdiff |
2009-09-14 |
Matthew Booth | Add echo_daemon command |
tree | commitdiff |
2009-09-09 |
Richard Jones | Ignore some more m4 files. |
tree | commitdiff |
2009-08-20 |
Jim Meyering | daemon: diagnose socket write failure |
tree | commitdiff |
2009-08-19 |
Richard W.M. Jones | mke2fs: Use e4fsprogs programs if available. |
tree | commitdiff |
2009-08-18 |
Matthew Booth | New 'modprobe' command. |
tree | commitdiff |
2009-08-18 |
Richard Jones | Implement 'debug ls' and 'debug ll' commands. |
tree | commitdiff |
2009-08-17 |
Richard W.M. Jones | Ignore manywarnings.m4 / warnings.m4. |
tree | commitdiff |
2009-08-17 |
Richard W.M. Jones | Remove redundant macro. |
tree | commitdiff |
2009-08-17 |
Jim Meyering | indent with spaces, not TABs |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon: enable -Werror and many gcc warnings when ... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | xattr.c: avoid warning about comparison between signed... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | guestfsd: don't ignore failed write-to-socket |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon.h: avoid warning about possible noreturn function |
tree | commitdiff |
2009-08-17 |
Jim Meyering | sfdisk.c, fallocate.c: use a string literal as format |
tree | commitdiff |
2009-08-17 |
Jim Meyering | wc, blockdev: avoid warnings about discarding "const... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon/zero: don't ignore write and close errors |
tree | commitdiff |
2009-08-17 |
Jim Meyering | guestfsd.c: don't perform arithmetic on void pointers |
tree | commitdiff |
2009-08-17 |
Jim Meyering | command.c: avoid shadowing a global function |
tree | commitdiff |
2009-08-17 |
Jim Meyering | avoid warning about old-style no-param function definition |
tree | commitdiff |
2009-08-17 |
Jim Meyering | adjust const "**" pointers to avoid warnings |
tree | commitdiff |
2009-08-15 |
Richard W.M. Jones | New commands: mkfs-b, mke2journal*, mke2fs-J* |
tree | commitdiff |
2009-08-14 |
Jim Meyering | build: avoid "make sytnax-check" failure |
tree | commitdiff |
2009-08-13 |
Richard Jones | appliance: Replace LANG=C with LC_ALL=C |
tree | commitdiff |
2009-08-13 |
Richard Jones | umount: Enable device name translation for device param... |
tree | commitdiff |
2009-08-13 |
Richard Jones | mount: Check mountpoints are absolute paths. |
tree | commitdiff |
2009-08-13 |
Richard Jones | selinux: Don't fail if libselinux is not found. |
tree | commitdiff |
2009-08-13 |
Richard Jones | In rmmountpoint, have to explicitly check for ABS_PATH... |
tree | commitdiff |
2009-08-13 |
Richard Jones | inotify-add-watch does not need to explicitly check... |
tree | commitdiff |
2009-08-13 |
Richard Jones | cp/cp-a/mv parameters marked as Pathname. |
tree | commitdiff |
2009-08-13 |
Richard Jones | do_equal does not need to explicitly check for NEED_ROO... |
tree | commitdiff |
2009-08-13 |
Jim Meyering | sfdisk: guard against buffer overflow |
tree | commitdiff |
2009-08-13 |
Jim Meyering | do_umount: don't use RESOLVE_DEVICE anymore |
tree | commitdiff |
2009-08-13 |
Jim Meyering | generator.ml: finish adding Dev_or_Path support |
tree | commitdiff |
2009-08-13 |
Jim Meyering | generator.ml: constify do_mkdtemp |
tree | commitdiff |
2009-08-13 |
Jim Meyering | generator.ml: use new "Pathname" designation |
tree | commitdiff |
2009-08-13 |
Jim Meyering | fix daemon.h's use of NEED_ROOT-in-#define |
tree | commitdiff |
2009-08-13 |
Jim Meyering | update all NEED_ROOT uses |
tree | commitdiff |
2009-08-13 |
Jim Meyering | * src/generator.ml: Change all `String "device"' to... |
tree | commitdiff |
2009-08-13 |
Jim Meyering | s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/ |
tree | commitdiff |
2009-08-13 |
Jim Meyering | guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in... |
tree | commitdiff |
2009-08-13 |
Jim Meyering | manually adjust ABS_PATH uses for new semantics |
tree | commitdiff |
2009-08-13 |
Jim Meyering | update all uses of ABS_PATH |
tree | commitdiff |
2009-08-13 |
Jim Meyering | propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_I... |
tree | commitdiff |
2009-08-13 |
Jim Meyering | convert the last few, manually |
tree | commitdiff |
2009-08-13 |
Jim Meyering | change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/ |
tree | commitdiff |
2009-08-13 |
Jim Meyering | * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE. |
tree | commitdiff |
2009-08-13 |
Richard Jones | Add 'setcon', 'getcon' commands to set and get the... |
tree | commitdiff |
2009-08-12 |
Richard Jones | Return error if allocations fail. |
tree | commitdiff |
2009-08-12 |
Richard Jones | If using SELinux, mount /selinux in the appliance. |
tree | commitdiff |
2009-08-11 |
Jim Meyering | daemon/ls: make do_ll require root, like all the rest |
tree | commitdiff |
2009-08-10 |
Jim Meyering | build: enable automake's silent rules option |
tree | commitdiff |
2009-08-10 |
Jim Meyering | build: daemon/do_debug: parameters aren't always unused |
tree | commitdiff |
2009-08-10 |
Jim Meyering | build: avoid warnings in daemon/inotify.c |
tree | commitdiff |
2009-08-10 |
Jim Meyering | build: avoid warnings in daemon/guestfsd.c |
tree | commitdiff |
2009-08-10 |
Jim Meyering | build: avoid warnings in daemon/debug.c |
tree | commitdiff |
2009-08-10 |
Jim Meyering | define ATTRIBUTE_UNUSED |
tree | commitdiff |
2009-08-10 |
Jim Meyering | daemon/file.c: remove duplicate absolute-path check |
tree | commitdiff |
2009-08-06 |
Richard Jones | Always pass mkswap -f parameter. |
tree | commitdiff |
2009-08-06 |
Richard Jones | RHEL 5: inotify_init1 call did not exist on RHEL 5. |
tree | commitdiff |
2009-08-06 |
Matthew Booth | Fix errno check in readdir in devsparts.c |
tree | commitdiff |
2009-08-06 |
Jim Meyering | daemon: use gnulib |
tree | commitdiff |
2009-08-06 |
Matthew Booth | Recognise cd-rom devices in devsparts.c |
tree | commitdiff |
2009-08-03 |
Jim Meyering | Convert all TABs-as-indentation to spaces. |
tree | commitdiff |
2009-08-03 |
Jim Meyering | build: reenable "syntax-check" rule: sc_const_long_option |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | Add interface to Linux 'inotify' API. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New commands: swapon-*, swapoff-*, mkswap-file. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New command: 'fallocate' to (pre-)allocate sized files. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | Add 'realpath' command. |
tree | commitdiff |
2009-07-30 |
Jim Meyering | fix comments; move declarations |
tree | commitdiff |
2009-07-29 |
Richard Jones | Implement '*grep*' family of commands. |
tree | commitdiff |
2009-07-29 |
Richard Jones | Don't show empty CD devices (RHBZ#514505). |
tree | commitdiff |
2009-07-28 |
Richard Jones | Pass '-z' parameter to 'file' command so it looks insid... |
tree | commitdiff |
2009-07-28 |
Richard Jones | Need to declare asprintf_nowarn as inline to avoid... |
tree | commitdiff |
2009-07-28 |
Richard Jones | Replace shell_quote function with %Q and %R printf... |
tree | commitdiff |
2009-07-22 |
Richard Jones | Fix typo in error message. |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Generator: Implement RBufferOut and "read-file" call. |
tree | commitdiff |
2009-07-18 |
Richard Jones | Make /sysroot path configurable. |
tree | commitdiff |
2009-07-15 |
Richard W.M. Jones | New commands: 'mkmountpoint' and 'rmmountpoint' |
tree | commitdiff |
2009-07-15 |
Richard W.M. Jones | New command: 'mountpoints' which returns a hash of... |
tree | commitdiff |
2009-07-14 |
Richard W.M. Jones | RHEL 5: header was called <sys/xattr.h> |
tree | commitdiff |
2009-07-14 |
Richard W.M. Jones | Fix: daemon/xattr.c can now compile even when no xattr... |
tree | commitdiff |
2009-07-14 |
Richard W.M. Jones | Support for Linux extended attributes. |
tree | commitdiff |
2009-07-13 |
Richard Jones | Implement new 'zfile' command, to show file type inside... |
tree | commitdiff |
2009-07-07 |
Richard Jones | Generate structs and struct lists generically. |
tree | commitdiff |
2009-07-05 |
Richard Jones | Don't die if reply message is oversized (RHBZ#509597). |
tree | commitdiff |
2009-07-03 |
Matthew Booth | Make it possible to build in a separate directory |
tree | commitdiff |
2009-07-03 |
Jim Meyering | avoid leak upon failed realloc |
tree | commitdiff |
2009-07-03 |
Jim Meyering | remove trailing blanks |
tree | commitdiff |
2009-07-03 |
Jim Meyering | daemon/readdir: avoid a small leak |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add 'sfdiskM' command. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add list of function_names to the daemon. |
tree | commitdiff |
next |