Fix `md2man --test` on a fresh checkout.
[rsync.git] / configure.ac
2020-06-16 Wayne DavisonFix `md2man --test` on a fresh checkout.
2020-06-16 Wayne DavisonOnly complain about lack of g++ on linux for now.
2020-06-16 Wayne DavisonAdd configure check for md2man functioning; split long...
2020-06-16 Wayne DavisonChange configure to make new features more likely to...
2020-06-16 Wayne DavisonFix bug in CXXFLAGS tweak.
2020-06-16 Wayne DavisonMore spelling fixes from Fossies
2020-06-15 Wayne DavisonPreparing for release of 3.2.0pre2 v3.2.0pre2
2020-06-14 Wayne DavisonPreparing for release of 3.2.0pre1 v3.2.0pre1
2020-06-12 Wayne DavisonEnable SIMD by default (if g++ is around).
2020-06-09 Wayne DavisonChange man page src format from yodl to markdown.
2020-05-30 Wayne DavisonGive configure's snprintf() test a guaranteed short...
2020-05-28 Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28 Wayne DavisonSwitch to using LZ4_compress_default().
2020-05-25 Wayne DavisonInclude lz4 compression support.
2020-05-25 Wayne DavisonInclude zstd compression support.
2020-05-25 Wayne DavisonA couple minor configure.ac tweaks.
2020-05-25 Wayne DavisonA few more compression tweaks.
2020-05-23 Wayne DavisonOptional openssl support for MD4 pre-transfer checksums...
2020-05-23 Wayne DavisonAdd optional use of the openssl crypto lib for MD5.
2020-05-23 Wayne DavisonPromoting xxhash support.
2020-05-22 Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-04-30 Wayne DavisonA couple extra function checks for future features.
2020-04-26 Wayne DavisonChange pending version to 3.2.0 (currently 3.2.0dev).
2020-04-19 Wayne DavisonChange the rsync-ssl helper script
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-07 Wayne DavisonAvoid the include warnings for major().
2020-04-05 Wayne DavisonSome configure improvements for strict C99 compilers...
2020-04-05 Wayne DavisonUse nanosleep if it is available.
2018-11-20 Wayne DavisonDon't force cygwin to solaris ACLs anymore.
2018-03-25 Wayne DavisonPrepare the repository for more development.
2018-01-28 Wayne DavisonPreparing for release of 3.1.3 v3.1.3
2018-01-15 Wayne DavisonPreparing for release of 3.1.3pre1 v3.1.3pre1
2017-08-31 Wayne DavisonAdd nanosecond mtime support for Mac OS X.
2016-10-10 Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2016-01-24 Wayne DavisonPrepare the repository for more development.
2015-12-21 Wayne DavisonPreparing for release of 3.1.2 v3.1.2
2015-09-02 Wayne DavisonAdd support for netbsd in xattrs case.
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...