2009-11-17 |
Richard Jones | fish: Improve output of guestfish -h cmd |
tree | commitdiff |
2009-11-10 |
Richard Jones | Don't export STREQ and friends in <guestfs.h> |
tree | commitdiff |
2009-11-10 |
Richard Jones | Fix compilation if readline library is not present. |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASEEQLEN() |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASENEQLEN() |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 2 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncmp() == 0 to STREQLEN() |
tree | commitdiff |
2009-11-09 |
Jim Meyering | convert strcasecmp(...) != 0 to STRCASENEQ(...) |
tree | commitdiff |
2009-11-09 |
Jim Meyering | convert uses of strcasecmp to STRCASEEQ |
tree | commitdiff |
2009-11-06 |
Richard W.M. Jones | Fixes for compiling on 32 bit. |
tree | commitdiff |
2009-11-04 |
Richard Jones | fish: Allow <nn>P and <nn>E for petabyte and exabyte... |
tree | commitdiff |
2009-11-04 |
Richard Jones | fish: Allow <nn>T for terabyte allocations. |
tree | commitdiff |
2009-11-04 |
Richard Jones | fish: New command 'sparse', like 'alloc' but to generat... |
tree | commitdiff |
2009-10-26 |
Richard Jones | guestfish: Add win: prefix to use Windows paths. |
tree | commitdiff |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
tree | commitdiff |
2009-09-21 |
Richard Jones | Remove guestfs_wait_ready (turn it into a no-op). |
tree | commitdiff |
2009-09-14 |
Richard Jones | Move decl out for C99 compliance. |
tree | commitdiff |
2009-09-14 |
Richard Jones | Fix type punning warning about use of CMSG_DATA in... |
tree | commitdiff |
2009-09-14 |
Matthew Booth | guestfish: Enable grouping in string lists |
tree | commitdiff |
2009-09-14 |
Matthew Booth | guestfish: Redirect stdout when executing remote commands |
tree | commitdiff |
2009-08-24 |
Jim Meyering | build: don't define _GNU_SOURCE manually |
tree | commitdiff |
2009-08-24 |
Jim Meyering | guestfish: diagnose stdout write failure |
tree | commitdiff |
2009-08-24 |
Jim Meyering | guestfish: don't try to diagnose getopt failure |
tree | commitdiff |
2009-08-24 |
Jim Meyering | guestfish: write --help to stdout, use gnulib's prognam... |
tree | commitdiff |
2009-08-21 |
Jim Meyering | fish/: enable -Werror and all of gcc's warning options |
tree | commitdiff |
2009-08-21 |
Jim Meyering | destpaths.c: avoid signed/unsigned-comparison warning |
tree | commitdiff |
2009-08-21 |
Jim Meyering | fish.c: don't perform arithmetic on void* pointers |
tree | commitdiff |
2009-08-21 |
Jim Meyering | fish.c: avoid signed/unsigned-comparison warning |
tree | commitdiff |
2009-08-21 |
Jim Meyering | fish.c: avoid "assignment discards qualifiers..." warning |
tree | commitdiff |
2009-08-21 |
Jim Meyering | tilde.c: avoid a warning |
tree | commitdiff |
2009-08-21 |
Jim Meyering | fish.c: avoid warnings |
tree | commitdiff |
2009-08-21 |
Jim Meyering | edit.c: avoid warning about signed/unsigned comparison |
tree | commitdiff |
2009-08-19 |
Jim Meyering | guestfish: detect more failed syscalls |
tree | commitdiff |
2009-08-18 |
Jim Meyering | avoid compiler warnings about unused vars in generated... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | adjust const "**" pointers to avoid warnings |
tree | commitdiff |
2009-08-13 |
Richard Jones | guestfish: Add --selinux option. |
tree | commitdiff |
2009-08-12 |
Jim Meyering | fish: don't read freed memory |
tree | commitdiff |
2009-08-06 |
Richard Jones | Fix: segfault in tab completion (RHBZ#516024). |
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-29 |
Richard Jones | guestfish: Make more strings translatable. |
tree | commitdiff |
2009-07-24 |
Richard W.M. Jones | guestfish -iv should print virt-inspector command ... |
tree | commitdiff |
2009-07-16 |
Richard Jones | More misc fixes for non-srcdir builds. |
tree | commitdiff |
2009-07-15 |
Richard Jones | guestfish: Add tilde expansion for paths (RHBZ#511372). |
tree | commitdiff |
2009-07-14 |
Richard W.M. Jones | File missing from tarball: rc_protocol.x |
tree | commitdiff |
2009-07-14 |
Richard Jones | Guestfish feature: remote control of guestfish over... |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Guestfish: implement -x option, echo commands before... |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Fix: '-D' was not recognized as a parameter to guestfish. |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Guestfish: Add 'reopen' command to reopen the libguestf... |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Add missing documentation for "more" command in guestfi... |
tree | commitdiff |
2009-07-06 |
Richard Jones | guestfish: Always fflush stdout between commands. |
tree | commitdiff |
2009-07-03 |
Matthew Booth | Make it possible to build in a separate directory |
tree | commitdiff |
2009-07-03 |
Jim Meyering | remove trailing blanks |
tree | commitdiff |
2009-07-03 |
Richard W.M. Jones | Guestfish tab-completion on destination paths, fixed... |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add the guestfish 'time' command. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Remove generated code from git. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add 'readdir' call. |
tree | commitdiff |
2009-07-01 |
Jim Meyering | fish: handle some out-of-memory conditions |
tree | commitdiff |
2009-07-01 |
Richard W.M. Jones | Generated code for the virtio_blk change. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for mknod, mkfifo, mknod_b, mknod_c... |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for 'set_memsize'/'get_memsize' calls. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for the 'mkswap*' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for mount-loop command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'initrd-list'. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'du' command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for df / df-h. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Implement "more" and "less" commands in guestfish. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for head/tail commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'wc_*' commands. |
tree | commitdiff |
2009-06-28 |
Richard W.M. Jones | Guestfish pipes. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Clarify documentation for mkdtemp. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Generated code for 'mkdtemp' command. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Quote command line arguments to virt-inspector. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Added guestfish -i option to run virt-inspector. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Implement guestfish -f option to allow guestfish scripts. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Incorrect assignment on glob error path. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Generated code for 'scrub-*' commands. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Add 'glob' command for guestfish. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'glob-expand'. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'sh' and 'sh-lines' commands. |
tree | commitdiff |
2009-06-18 |
Richard Jones | Add tab-completion of guest filenames (currently disabled). |
tree | commitdiff |
2009-06-08 |
Richard Jones | Generated code for ntfs_3g_probe command. |
tree | commitdiff |
2009-06-08 |
Richard Jones | Added 'lcd' command to guestfish. |
tree | commitdiff |
2009-06-04 |
Richard Jones | Generated code for the 'sleep' command. |
tree | commitdiff |
2009-06-02 |
Charles Duffy | use add_drive_ro for --mount parameters from guestfish... |
tree | commitdiff |
2009-06-02 |
Richard Jones | Generated code for 'add_drive_ro' call. |
tree | commitdiff |
2009-05-28 |
Richard W.M. Jones | Move the appliance and build scripts into new appliance... |
tree | commitdiff |
2009-05-27 |
Richard Jones | Guestfish built-in commands auto-complete (RHBZ#501878). |
tree | commitdiff |
2009-05-21 |
Richard Jones | Generated code for e2fsck-f command. |
tree | commitdiff |
2009-05-21 |
Richard Jones | Gettextize the source, make library strings translatable. |
tree | commitdiff |
2009-05-19 |
Richard Jones | Generated code for 'find' command. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Generated code for lvresize, resize2fs. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Add vg-activate{,-all} commands, and resize recipe. |
tree | commitdiff |
2009-05-15 |
Richard W.M. Jones | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr... |
tree | commitdiff |
2009-05-14 |
Richard W.M. Jones | Add support for zerofree command. |
tree | commitdiff |
2009-05-13 |
Richard W.M. Jones | Don't stash strings in the handle. |
tree | commitdiff |
2009-05-13 |
Richard W.M. Jones | Add 'append', LIBGUESTFS_APPEND to set additional kerne... |
tree | commitdiff |
2009-05-12 |
Richard Jones | Test the 'command' and 'command_lines' functions thorou... |
tree | commitdiff |
2009-05-08 |
Richard Jones | Implement -command (to ignore errors) in guestfish... |
tree | commitdiff |
next |