Change daemon's gid list to use an "item_list".
[rsync.git] / configure.ac
2015-08-24 Wayne DavisonChange daemon's gid list to use an "item_list".
2015-08-24 Wayne DavisonAdd configure option to set max daemon gid list.
2015-08-08 Wayne DavisonPreparing for release of 3.1.2pre1 v3.1.2pre1
2015-07-07 Wayne DavisonBrant Gurganus's autoconf updates.
2015-05-01 Tiziano MüllerUse AS_IF instead of plain if/then/fi
2015-05-01 Tiziano MüllerCheck for perl and assign it to a var since it is neede...
2015-05-01 Tiziano MüllerSpecify package name and version in call to AC_INIT
2015-05-01 Tiziano MüllerProperly quote arguments for AC_LIBOBJ.
2015-04-27 Tiziano MüllerUse AC_CONFIG_LIBOBJ_DIR and AC_REPLACE_FUNCS to adhere...
2015-04-27 Tiziano MüllerModularize m4 macros
2014-11-27 Wayne DavisonUse usleep() for msleep() if it is available.
2014-09-06 Wayne DavisonPrepare the repository for more development.
2014-06-22 Wayne DavisonPreparing for release of 3.1.1 v3.1.1
2014-06-22 Wayne DavisonMake sure the link() destination file doesn't exist.
2014-06-14 Wayne DavisonPut zlib and popt -I options early in the CFLAGS.
2014-05-26 Wayne DavisonPreparing for release of 3.1.1pre2 v3.1.1pre2
2014-05-05 Wayne DavisonCheck for attr lib.
2014-04-19 Wayne DavisonAdd new-style compression that skips matching data.
2014-01-26 Wayne DavisonPreparing for release of 3.1.1pre1 v3.1.1pre1
2014-01-02 Wayne DavisonWe really depend on autoconf 2.60 these days.
2014-01-01 Wayne DavisonWarn about lack of yodl2man at end of configure run.
2013-12-25 Wayne DavisonRestoring use of socketpair on cygwin.
2013-10-03 Wayne DavisonPrepare repository for more development.
2013-09-28 Wayne DavisonPreparing for release of 3.1.0 v3.1.0
2013-07-28 Wayne DavisonPreparing for release of 3.1.0pre1 v3.1.0pre1
2013-06-15 Wayne DavisonSupport rsync daemon over SSL via stunnel.
2013-05-19 Wayne DavisonAdd an implementation of getpass for systems that lack...
2012-01-28 Wayne DavisonAdd new --outbuf=N|L|B option.
2011-11-21 Wayne DavisonAdd compatibility with an unmodified zlib.
2011-09-20 Wayne DavisonBetter fakeroot support helps Solaris.
2011-09-12 Ben WaltonBetter configure support for Solaris xattrs
2011-08-06 Wayne DavisonIgnore socketpair() on cygwin. Fixes bug 8356.
2011-07-22 Wayne DavisonFix Minix build errors. Fixes bug 8313.
2011-06-18 Wayne DavisonSet NO_SYMLINK_USER_XATTRS on linux. Fixes bug 7109.
2011-06-04 Wayne DavisonLinux needs symlink xattrs. Fixes bug 8201.
2011-05-16 Wayne DavisonCheck for linux/falloc.h header file.
2011-04-28 Wayne DavisonHandle non-srcdir man copying when yodl isn't installed.
2011-04-05 Wayne DavisonApplying the preallocate patch.
2011-03-21 Wayne DavisonEnhance the -liconv check for OS X. Fixes bug 8018.
2011-01-03 Wayne DavisonAvoid reading ACL/xattr info on filetypes not being...
2010-12-19 Wayne DavisonSet NO_SYMLINK_XATTRS on linux the easy way.
2010-04-24 Matt McCutchenRename configure.in to configure.ac, the current autoco...