New API: lvm-canonical-lv-name: make LV name canonical.
[libguestfs.git] / daemon / configure.ac
2010-09-06 Richard Jonesdaemon: Don't warn about 'long long' usage.
2010-09-01 Richard Jonesdaemon: Enable debug command by default.
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
2009-11-26 Richard Jonesdaemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-25 Richard Jonesdaemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.
2009-11-25 Richard Jonesdaemon: Use gnulib futimens module.
2009-11-25 Richard Jonessync: Windows implementation of sync() call.
2009-11-25 Richard Jonesdaemon: Alternate implementation of posix_fallocate.
2009-11-25 Richard Jonesdaemon/Windows: Define _WIN32_WINNT when compiling...
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesdaemon/Win32: Use gnulib modules for first porting...
2009-11-20 Richard Jonesdaemon/Win32: make some functions and fields optional.
2009-11-04 Richard Jonesdaemon: Build daemon with AC_SYS_LARGEFILE.
2009-11-02 Richard Jonesdaemon: Don't warn on -Wunsafe-loop-optimizations.
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-14 Jim Meyeringbuild: avoid "make sytnax-check" failure
2009-08-13 Richard JonesAdd 'setcon', 'getcon' commands to set and get the...
2009-08-10 Jim Meyeringbuild: enable automake's silent rules option
2009-08-06 Richard JonesRHEL 5: inotify_init1 call did not exist on RHEL 5.
2009-08-06 Jim Meyeringdaemon: use gnulib
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-14 Richard W.M. JonesRHEL 5: header was called <sys/xattr.h>
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-02 Jim Meyeringavoid automake failure
2009-05-07 Richard JonesAugeas is now completely optional.
2009-05-06 Richard JonesFix missing futimens bug.
2009-05-06 Richard JonesAC_CHECK_FUNCS for multiple functions.
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.
2009-04-16 Richard JonesRuby bindings.
2009-04-12 Richard JonesOld versions of augeas lack aug_load, aug_defvar, aug_n...
2009-04-09 Richard JonesAdded Augeas support.
2009-04-01 Richard JonesVarious fixes to the build system, add 'make test-boot...
2009-03-24 rjonesNow using febootstrap.
2009-03-03 rjonesFinal fixes to build environment, and added autogen.sh.
2009-03-03 rjonesBuild environment set up for libguestfs.