summaryrefslogtreecommitdiffstats
path: root/fish
Commit message (Expand)AuthorAgeFilesLines
* fish: Add 'man' command which opens the manual.Richard Jones2010-04-245-4/+86
* docs: Routine refresh of the documentation for guestfs(3) and guestfish(1).Richard Jones2010-04-241-36/+36
* fish: Fix segfault in '-a' option.Richard Jones2010-04-231-1/+2
* fish: Add -N option for making prepared disk images.Richard Jones2010-04-226-91/+514
* fish docs: Be consistent about using I<-..> for options.Richard Jones2010-04-221-4/+4
* fish docs: Use L</...> for internal links in the man page.Richard Jones2010-04-221-6/+6
* fish: Allow -<<END as a syntax for uploading "heredocs".Richard Jones2010-04-193-0/+177
* docs: Add virt-resize(1) link to guestfish(1) manpage.Richard Jones2010-04-191-0/+1
* fish: Autocomplete 'sparse' command (RHBZ#582899).Richard Jones2010-04-171-0/+1
* fish: Print output from some commands in octal/hex as approp. (RHBZ#583242).Richard Jones2010-04-171-1/+3
* fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407).Richard Jones2010-04-131-2/+13
* fish: Update documentation: Add another pipe example.Richard Jones2010-04-131-0/+1
* fish: Update documentation: Using 'lcd' command to change local directory.Richard Jones2010-04-131-0/+3
* Documentation updates.Richard Jones2010-04-111-2/+6
* fish: Print extended help when the user types an unknown command first.Richard Jones2010-04-072-0/+21
* Check error returns from posix_fallocate (RHBZ#579664).Richard Jones2010-04-071-1/+4
* Mac OS X: setlocale function requires <locale.h> header file.Richard Jones2010-03-221-0/+1
* Mac OS X: implement readline functions.Richard Jones2010-03-221-0/+4
* Mac OS X: provide alternate implementation of posix_fallocate.Richard Jones2010-03-221-0/+19
* Mac OS X: Detect bindtextdomain.Richard Jones2010-03-221-0/+7
* Use mount-options instead of mount to avoid implicit -o sync.Richard Jones2010-02-101-4/+7
* Set locale in C programs so l10n works (RHBZ#559962).Richard Jones2010-01-292-0/+5
* guestfish: Use xstrtol to parse integers (RHBZ#557655).Richard Jones2010-01-251-0/+19
* Add guestfs.pod and guestfish.pod to EXTRA_DIST.1.0.81Richard Jones2010-01-131-1/+2
* Move guestfs(3) and guestfish(1) man pages into subdirectories.Richard Jones2009-12-312-1/+768
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 in "usage", tooJim Meyering2009-11-201-2/+2
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-203-50/+50
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-8/+13
* fish: Improve output of guestfish -h cmdRichard Jones2009-11-171-1/+1
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+10
* Fix compilation if readline library is not present.Richard Jones2009-11-101-0/+4
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-092-2/+2
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-093-4/+4
* use STREQ, not strcmp: part 1Jim Meyering2009-11-092-5/+5
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-093-3/+3
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-093-37/+37
* Fixes for compiling on 32 bit.Richard W.M. Jones2009-11-061-7/+7
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-042-0/+6
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-042-3/+6
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-043-0/+83
* guestfish: Add win: prefix to use Windows paths.Richard Jones2009-10-262-0/+49
* avoid use of all ctype macrosJim Meyering2009-09-242-4/+3
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-211-2/+0
* Move decl out for C99 compliance.Richard Jones2009-09-141-1/+3
* Fix type punning warning about use of CMSG_DATA in Rawhide.Richard Jones2009-09-141-2/+4
* guestfish: Enable grouping in string listsMatthew Booth2009-09-141-17/+133
* guestfish: Redirect stdout when executing remote commandsMatthew Booth2009-09-141-8/+126
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-242-4/+0