daemon: debug segv correct use of dereferencing NULL.
[libguestfs.git] / fish / destpaths.c
2011-11-21 Matthew Boothfish: Add MD devices to guestfish device autocompletion.
2011-11-08 Matthew BoothUpdate FSF address.
2011-07-12 Richard W.M. Jonesfish: Show device mapper device in tab completion ...
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...
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 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-08-24 Jim Meyeringbuild: don't define _GNU_SOURCE manually
2009-08-21 Jim Meyeringdestpaths.c: avoid signed/unsigned-comparison warning
2009-08-06 Richard JonesFix: segfault in tab completion (RHBZ#516024).
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-03 Richard W.M. JonesGuestfish tab-completion on destination paths, fixed...
2009-07-01 Jim Meyeringfish: handle some out-of-memory conditions
2009-06-18 Richard JonesAdd tab-completion of guest filenames (currently disabled).