| Commit message (Expand) | Author | Age | Files | Lines |
* | fish: Implement progress bars in guestfish. | Richard Jones | 2010-09-01 | 1 | -0/+22 |
* | fish: Detect UTF-8 output and open termcap/terminfo database. | Richard Jones | 2010-09-01 | 1 | -0/+35 |
* | build: Don't add version extra string to the version number. | Richard Jones | 2010-08-27 | 1 | -2/+6 |
* | fish: Reimplement -i option using new C-based inspection. | Richard Jones | 2010-08-17 | 1 | -119/+45 |
* | fish: Add -c/--connect and -d/--domain options. | Richard Jones | 2010-08-17 | 1 | -31/+95 |
* | generator: Add 'Key' parameter type. | Richard Jones | 2010-07-21 | 1 | -0/+67 |
* | fish: Don't fail if -m and --listen flags are both given (RHBZ#612178). | Richard Jones | 2010-07-07 | 1 | -0/+11 |
* | fish: help command return error for non-existent commands (RHBZ#597145). | Richard Jones | 2010-06-02 | 1 | -23/+55 |
* | fish: Don't eat words when completing case-insensitive paths (RHBZ#582993). | Richard Jones | 2010-05-25 | 1 | -0/+7 |
* | fish: New command: 'supported' | Richard Jones | 2010-05-25 | 1 | -0/+14 |
* | fish: Allow suffixes on number parameters (eg. 1M) | Richard Jones | 2010-05-21 | 1 | -20/+4 |
* | New API: write for creating files with fixed content (RHBZ#501889). | Richard Jones | 2010-05-20 | 1 | -1/+1 |
* | fish: Fix build error if built without readline. | Richard Jones | 2010-05-20 | 1 | -2/+4 |
* | guestfish: Fix build error in 'print_shell_quote' function. | Richard Jones | 2010-05-13 | 1 | -1/+1 |
* | guestfish -i and virt-inspector work on filenames containing spaces (RHBZ#507... | Richard Jones | 2010-05-13 | 1 | -24/+81 |
* | fish: With both '-x' and '-i', pass through '-x' to inferior process. | Richard Jones | 2010-05-12 | 1 | -0/+2 |
* | Revert "fish: Add 'please wait' message when launching (and interactive)." | Richard Jones | 2010-05-08 | 1 | -2/+0 |
* | fish: Add 'please wait' message when launching (and interactive). | Richard Jones | 2010-05-08 | 1 | -0/+2 |
* | fish: Make 'launch' function static. | Richard Jones | 2010-05-08 | 1 | -13/+12 |
* | fish: Make '-x' option enable traces instead of using separate echo path. | Richard Jones | 2010-05-08 | 1 | -9/+1 |
* | fish: Add 'man' command which opens the manual. | Richard Jones | 2010-04-24 | 1 | -2/+14 |
* | fish: Fix segfault in '-a' option. | Richard Jones | 2010-04-23 | 1 | -1/+2 |
* | fish: Add -N option for making prepared disk images. | Richard Jones | 2010-04-22 | 1 | -11/+61 |
* | fish: Allow -<<END as a syntax for uploading "heredocs". | Richard Jones | 2010-04-19 | 1 | -0/+141 |
* | fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407). | Richard Jones | 2010-04-13 | 1 | -2/+13 |
* | fish: Print extended help when the user types an unknown command first. | Richard Jones | 2010-04-07 | 1 | -0/+19 |
* | Mac OS X: setlocale function requires <locale.h> header file. | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | Mac OS X: implement readline functions. | Richard Jones | 2010-03-22 | 1 | -0/+4 |
* | Use mount-options instead of mount to avoid implicit -o sync. | Richard Jones | 2010-02-10 | 1 | -4/+7 |
* | Set locale in C programs so l10n works (RHBZ#559962). | Richard Jones | 2010-01-29 | 1 | -0/+4 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 in "usage", too | Jim Meyering | 2009-11-20 | 1 | -2/+2 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 1 | -37/+37 |
* | fish: Improve output of guestfish -h cmd | Richard Jones | 2009-11-17 | 1 | -1/+1 |
* | change strncasecmp() == 0 to STRCASEEQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | change strncasecmp() == 0 to STRCASENEQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 2 | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -4/+4 |
* | convert strcasecmp(...) != 0 to STRCASENEQ(...) | Jim Meyering | 2009-11-09 | 1 | -5/+5 |
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 1 | -34/+34 |
* | fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations. | Richard Jones | 2009-11-04 | 1 | -0/+4 |
* | fish: Allow <nn>T for terabyte allocations. | Richard Jones | 2009-11-04 | 1 | -0/+2 |
* | fish: New command 'sparse', like 'alloc' but to generate sparse files. | Richard Jones | 2009-11-04 | 1 | -0/+28 |
* | guestfish: Add win: prefix to use Windows paths. | Richard Jones | 2009-10-26 | 1 | -0/+48 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 1 | -3/+3 |
* | Remove guestfs_wait_ready (turn it into a no-op). | Richard Jones | 2009-09-21 | 1 | -2/+0 |
* | Move decl out for C99 compliance. | Richard Jones | 2009-09-14 | 1 | -1/+3 |
* | guestfish: Enable grouping in string lists | Matthew Booth | 2009-09-14 | 1 | -17/+133 |
* | build: don't define _GNU_SOURCE manually | Jim Meyering | 2009-08-24 | 1 | -2/+0 |
* | guestfish: diagnose stdout write failure | Jim Meyering | 2009-08-24 | 1 | -0/+3 |
* | guestfish: don't try to diagnose getopt failure | Jim Meyering | 2009-08-24 | 1 | -2/+0 |