Change protocol to send Linux errno from daemon to library.
[libguestfs.git] / fish /
2010-08-17 Richard Jonesfish: Reimplement -i option using new C-based inspection.
2010-08-17 Richard Jonesfish: Add -c/--connect and -d/--domain options.
2010-07-21 Richard JonesNew APIs: Support for opening LUKS-encrypted disks.
2010-07-21 Richard Jonesgenerator: Add 'Key' parameter type.
2010-07-07 Richard Jonesfish: Don't fail if -m and --listen flags are both...
2010-06-02 Richard Jonesfish: help command return error for non-existent comman...
2010-05-25 Richard JonesAdd bash complation script to EXTRA_DIST.
2010-05-25 Richard Jonesfish: First pass at guestfish bash completion script.
2010-05-25 Richard Jonesfish: Don't eat words when completing case-insensitive...
2010-05-25 Richard Jonesfish: Sort returned paths so the list is stable across...
2010-05-25 Richard Jonesfish: Document test1.img, test2.img etc used by -N...
2010-05-25 Richard Jonesfish: Create a separate FILES section in the manpage.
2010-05-25 Richard Jonesfish: Move 'EXIT CODE' section to a more logical place...
2010-05-25 Richard Jonesfish: Make the read/write warning more prominent.
2010-05-25 Richard Jonesfish: New command: 'supported'
2010-05-21 Richard Jonesfish: Allow suffixes on number parameters (eg. 1M)
2010-05-21 Richard Jonesfish: Fix '-N part' disk partition type sub-option.
2010-05-20 Richard JonesNew API: write for creating files with fixed content...
2010-05-20 Richard Jonesfish: Fix build error if built without readline.
2010-05-13 Richard Jonesguestfish: Fix build error in 'print_shell_quote' function.
2010-05-13 Richard Jonesfish: Fix guestfish -N option when called with unknown...
2010-05-13 Richard Jonesguestfish -i and virt-inspector work on filenames conta...
2010-05-12 Richard Jonesfish: With both '-x' and '-i', pass through '-x' to...
2010-05-08 Richard JonesRevert "fish: Add 'please wait' message when launching...
2010-05-08 Richard Jonesfish: Add 'please wait' message when launching (and...
2010-05-08 Richard Jonesfish: Make 'launch' function static.
2010-05-08 Richard Jonesfish: In 'reopen' copy trace setting to new handle.
2010-05-08 Richard Jonesfish -N option unconditionally overwrites test*.img...
2010-05-08 Richard Jonesfish: Make '-x' option enable traces instead of using...
2010-04-24 Richard Jonesfish: Add 'man' command which opens the manual.
2010-04-24 Richard Jonesdocs: Routine refresh of the documentation for guestfs...
2010-04-23 Richard Jonesfish: Fix segfault in '-a' option.
2010-04-22 Richard Jonesfish: Add -N option for making prepared disk images.
2010-04-22 Richard Jonesfish docs: Be consistent about using I<-..> for options.
2010-04-22 Richard Jonesfish docs: Use L</...> for internal links in the man...
2010-04-19 Richard Jonesfish: Allow -<<END as a syntax for uploading "heredocs".
2010-04-19 Richard Jonesdocs: Add virt-resize(1) link to guestfish(1) manpage.
2010-04-17 Richard Jonesfish: Autocomplete 'sparse' command (RHBZ#582899).
2010-04-17 Richard Jonesfish: Print output from some commands in octal/hex...
2010-04-13 Richard Jonesfish: Allow '-' prefix on command line to override...
2010-04-13 Richard Jonesfish: Update documentation: Add another pipe example.
2010-04-13 Richard Jonesfish: Update documentation: Using 'lcd' command to...
2010-04-11 Richard JonesDocumentation updates.
2010-04-07 Richard Jonesfish: Print extended help when the user types an unknow...
2010-04-07 Richard JonesCheck error returns from posix_fallocate (RHBZ#579664).
2010-03-22 Richard JonesMac OS X: setlocale function requires <locale.h> header...
2010-03-22 Richard JonesMac OS X: implement readline functions.
2010-03-22 Richard JonesMac OS X: provide alternate implementation of posix_fal...
2010-03-22 Richard JonesMac OS X: Detect bindtextdomain.
2010-02-10 Richard JonesUse mount-options instead of mount to avoid implicit...
2010-01-29 Richard JonesSet locale in C programs so l10n works (RHBZ#559962).
2010-01-25 Richard Jonesguestfish: Use xstrtol to parse integers (RHBZ#557655).
2010-01-13 Richard JonesAdd guestfs.pod and guestfish.pod to EXTRA_DIST. 1.0.81
2009-12-31 Richard JonesMove guestfs(3) and guestfish(1) man pages into subdire...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-17 Richard Jonesfish: Improve output of guestfish -h cmd
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesFix compilation if readline library is not present.
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASEEQLEN()
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASENEQLEN()
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 2
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringconvert strcasecmp(...) != 0 to STRCASENEQ(...)
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-11-06 Richard W.M. JonesFixes for compiling on 32 bit.
2009-11-04 Richard Jonesfish: Allow <nn>P and <nn>E for petabyte and exabyte...
2009-11-04 Richard Jonesfish: Allow <nn>T for terabyte allocations.
2009-11-04 Richard Jonesfish: New command 'sparse', like 'alloc' but to generat...
2009-10-26 Richard Jonesguestfish: Add win: prefix to use Windows paths.
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-09-14 Richard JonesMove decl out for C99 compliance.
2009-09-14 Richard JonesFix type punning warning about use of CMSG_DATA in...
2009-09-14 Matthew Boothguestfish: Enable grouping in string lists
2009-09-14 Matthew Boothguestfish: Redirect stdout when executing remote commands
2009-08-24 Jim Meyeringbuild: don't define _GNU_SOURCE manually
2009-08-24 Jim Meyeringguestfish: diagnose stdout write failure
2009-08-24 Jim Meyeringguestfish: don't try to diagnose getopt failure
2009-08-24 Jim Meyeringguestfish: write --help to stdout, use gnulib's prognam...
2009-08-21 Jim Meyeringfish/: enable -Werror and all of gcc's warning options
2009-08-21 Jim Meyeringdestpaths.c: avoid signed/unsigned-comparison warning
2009-08-21 Jim Meyeringfish.c: don't perform arithmetic on void* pointers
2009-08-21 Jim Meyeringfish.c: avoid signed/unsigned-comparison warning
2009-08-21 Jim Meyeringfish.c: avoid "assignment discards qualifiers..." warning
2009-08-21 Jim Meyeringtilde.c: avoid a warning
2009-08-21 Jim Meyeringfish.c: avoid warnings
2009-08-21 Jim Meyeringedit.c: avoid warning about signed/unsigned comparison
2009-08-19 Jim Meyeringguestfish: detect more failed syscalls
2009-08-18 Jim Meyeringavoid compiler warnings about unused vars in generated...
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Richard Jonesguestfish: Add --selinux option.
2009-08-12 Jim Meyeringfish: don't read freed memory
2009-08-06 Richard JonesFix: segfault in tab completion (RHBZ#516024).
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim Meyeringbuild: reenable "syntax-check" rule: sc_const_long_option
2009-07-29 Richard Jonesguestfish: Make more strings translatable.
2009-07-24 Richard W.M. Jonesguestfish -iv should print virt-inspector command ...
next