summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* daemon: Introduce "pulse mode" progress events.Richard W.M. Jones2011-04-011-1/+3
* build: Don't emit warnings about stack protector failures.Richard W.M. Jones2010-12-061-0/+2
* lib: Expose errno through new API guestfs_last_errno.Richard W.M. Jones2010-11-031-0/+5
* daemon: Don't warn about 'long long' usage.Richard Jones2010-09-061-0/+2
* daemon: Enable debug command by default.Richard Jones2010-09-011-7/+1
* Make realpath call optional, disable it for Windows.Richard Jones2009-11-261-0/+1
* daemon/Win32: provide htonl, htons, ntohl, ntohs functions.Richard Jones2009-11-261-0/+4
* daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.Richard Jones2009-11-251-0/+2
* daemon: Use gnulib futimens module.Richard Jones2009-11-251-1/+0
* sync: Windows implementation of sync() call.Richard Jones2009-11-251-5/+7
* daemon: Alternate implementation of posix_fallocate.Richard Jones2009-11-251-0/+1
* daemon/Windows: Define _WIN32_WINNT when compiling on Windows.Richard Jones2009-11-251-0/+6
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-12/+12
* daemon/Win32: Use gnulib modules for first porting to Win32.Richard Jones2009-11-201-3/+0
* daemon/Win32: make some functions and fields optional.Richard Jones2009-11-201-4/+30
* daemon: Build daemon with AC_SYS_LARGEFILE.Richard Jones2009-11-041-0/+3
* daemon: Don't warn on -Wunsafe-loop-optimizations.Richard Jones2009-11-021-0/+2
* Fix verbose packet dumping functions.Richard Jones2009-09-171-0/+8
* indent with spaces, not TABsJim Meyering2009-08-171-1/+1
* daemon: enable -Werror and many gcc warnings when --enable-gcc-warningsJim Meyering2009-08-171-0/+61
* build: avoid "make sytnax-check" failureJim Meyering2009-08-141-1/+1
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-131-0/+11
* build: enable automake's silent rules optionJim Meyering2009-08-101-0/+3
* RHEL 5: inotify_init1 call did not exist on RHEL 5.Richard Jones2009-08-061-1/+1
* daemon: use gnulibJim Meyering2009-08-061-1/+5
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-16/+16
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-0/+16
* RHEL 5: header was called <sys/xattr.h>Richard W.M. Jones2009-07-141-1/+1
* Support for Linux extended attributes.Richard W.M. Jones2009-07-141-1/+4
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-1/+1
* avoid automake failureJim Meyering2009-07-021-1/+1
* Augeas is now completely optional.Richard Jones2009-05-071-7/+10
* Fix missing futimens bug.Richard Jones2009-05-061-0/+3
* AC_CHECK_FUNCS for multiple functions.Richard Jones2009-05-061-1/+1
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-231-0/+3
* Add outline of 'debug' command.Richard W.M. Jones2009-04-231-0/+6
* Ruby bindings.Richard Jones2009-04-161-1/+1
* Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ...Richard Jones2009-04-131-1/+4
* Added Augeas support.Richard Jones2009-04-091-1/+6
* Various fixes to the build system, add 'make test-boot-image' target.Richard Jones2009-04-011-0/+2
* Now using febootstrap.rjones2009-03-241-11/+1
* Final fixes to build environment, and added autogen.sh.rjones2009-03-031-1/+1
* Build environment set up for libguestfs.rjones2009-03-031-0/+56