Added RERR_VANISHED.
[rsync/rsync.git] / configure.in
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-07-30 Wayne DavisonGot rid of test for fnmatch.
2003-01-28 David Dykstrapreparing for release of 2.5.6
2003-01-28 David DykstraRemove the Cygwin msleep(100) before the generator...
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-28 David DykstraChange so the delay before generator signals receiver...
2003-01-27 David DykstraPrevent the "Connection reset by peer" messages often...
2003-01-24 David DykstraChange default of --modify-window on Cygwin from 2...
2003-01-21 David DykstraChange version to working version 2.5.6pre3cvs
2003-01-21 David DykstraChange version to 2.5.6pre2
2003-01-20 David DykstraMake the default for --modify-window be 2 on cygwin.
2003-01-20 David DykstraSave the value of the test for getaddrinfo defines...
2003-01-20 David DykstraAlso need to include lib/getnameinfo when the getaddrin...
2003-01-20 David DykstraOops, lib/getaddrinfo wasn't pulled in when the system...
2003-01-20 David DykstraOnly look for a system getaddrinfo/getnameinfo if AI_PA...
2003-01-13 David DykstraNow that the 2.5.6pre1 snapshot has been made, change...
2003-01-13 David DykstraChange version to 2.5.6pre1
2003-01-12 Wayne DavisonChanged the alloca warning message.
2003-01-12 David DykstraReduced the severity of the warning about missing alloc...
2003-01-12 David DykstraOops, had the sense of the test for the existence of...
2003-01-12 David DykstraMake configure bomb if the included popt is needed...
2003-01-09 David DykstraSupport IPv6 addresses with "hosts allow" and "hosts...
2002-07-27 Wayne DavisonCheck for the float.h header file (for popt).
2002-04-03 Martin PoolPatch from Zoong Pham and Albert Chin to improve detect...
2002-04-03 Martin PoolRoll over version and news.
2002-04-02 Martin PoolBump to 2.5.5.
2002-03-27 Martin PoolIf configured with --enable-maintainer-mode, then on...
2002-03-26 Martin PoolJos points out that test -L is still broken on Solaris...
2002-03-25 Martin PoolBump version to 2.5.5rc1.
2002-03-14 Martin PoolBump version to 2.5.5cvs
2002-03-13 Martin PoolBump version to 2.5.4.
2002-03-12 Martin PoolBump version to 2.5.4pre1.
2002-03-11 Martin PoolSet version to 2.5.3.
2002-03-11 Martin PoolBump version to 2.5.3pre3.
2002-02-27 David DykstraCygwin doesn't have setgroups() so probe for the functi...
2002-02-21 Martin PoolRevert 1.134 -- this breaks Net/Free BSD.
2002-02-21 Martin PoolMake setgroups(0,0) unconditional -- accidentally think...
2002-02-19 Martin PoolPatch from Albert Chin to fix getaddrinfo on Tru64...
2002-02-19 Martin PoolBump version to 2.5.3pre1
2002-02-09 Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-06 Martin PoolMerge modified --with-rsh patch: we now determine the...
2002-01-25 Martin PoolOops, version should be just 2.5.2.
2002-01-25 Martin PoolBump version to 2.5.3.
2002-01-24 Martin PoolMessage on successful configuration.
2002-01-24 Martin PoolFix comment.
2002-01-24 Martin PoolBump version to 2.5.2pre2.
2002-01-23 Martin PoolBump version to 2.5.2pre1.
2002-01-23 Martin PoolIf using gcc, then also turn on -W to get even more...
2002-01-15 Martin PoolAdd --enable-profile to turn on gprof. This is not...
2002-01-15 Martin PoolDefine _GNU_SOURCE so that we get all necessary prototypes.
2002-01-15 Martin PoolIf using GCC, try to turn on -Wall. I want to be clean...
2002-01-11 Martin PoolBump version number.
2002-01-11 Martin PoolLook for mallinfo() and use it to display
2002-01-11 Martin PoolBump version
2002-01-03 rsync-bugspreparing for release of 2.5.1
2001-12-18 Martin PoolFix from Jeff Garzik for inet_ntop prototype errors...
2001-12-09 Martin PoolDon't define DEBUG with --enable-debug, because that...
2001-12-05 Martin PoolBump version
2001-12-05 Martin PoolChange back to using sockaddr_storage rather than socka...
2001-12-02 Martin PoolBump version
2001-12-02 Martin PoolBump version
2001-11-30 rsync-bugspreparing for release of 2.5.0
2001-11-29 Martin PoolNo need to test for memcmp, because even broken ones...
2001-11-29 Martin PoolShow version when configuring.
2001-11-28 Martin PoolPut back the --disable-ipv6 option. This should only...
2001-11-28 Martin PoolCall this 2.4.7pre4
2001-11-28 Martin PoolHP's cpp chokes on preprocessor directives that have...
2001-11-27 Martin PoolBuild getaddr/nameinfo into lib/.
2001-11-27 Martin PoolTry to fix LIBOBJ detection of ntop/pton.
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-11-27 Martin PoolLook in -lresolv for inet_ntop
2001-11-27 Martin PoolCheck for inet_ntop and inet_pton, which may be missing.
2001-11-26 Martin PoolAttempted clean up some of the IPv6 tests.
2001-11-26 Martin PoolSilly autoconf
2001-11-26 Martin PoolCheck for -lnsl, -lsocket, etc, *before* looking for...
2001-11-26 Martin PoolRemove highly suspicious redefinition of sockaddr struc...
2001-11-26 Martin PoolRemove check for buggy getaddrinfo for the time being...
2001-11-25 Martin PoolMake some of the headers used by the KAME getaddrinfo...
2001-11-24 Martin PoolFix KAME patch to use proper autoconf AC_MSG macros...
2001-11-24 Martin PoolCall this pre3.
2001-11-24 Martin PoolIPv6 is off by default -- it seems to break header...
2001-11-24 Martin PoolSet rsync version in configure.in
2001-11-24 Martin PoolTry to get IPv6 support, unless --disable-ipv6 is expli...
2001-11-24 Martin PoolMore autoconf fixes.
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-09-12 Martin PoolFix from Marc Espie to make included-popt work with...
2001-09-08 Andrew Tridgelldebian stable screws up largefile support for fcntl...
2001-08-29 Martin PoolRedraft testsuite driver script to unify 'make check...
2001-08-27 David DykstraThe --with-rsync-path configure option was using the...
2001-08-17 Martin PoolExport autoconf settings to test scripts. Use this...
2001-08-14 Martin PoolCommit getconf/socklen_t/largefile patch suggested...
2001-08-08 Martin PoolAnother try at socklen_t: just check for it, and otherw...
2001-08-08 Martin PoolTry various different types as replacements for socklen...
2001-08-06 Martin PoolUse socklen_t if defined, or otherwise int. This tries...
2001-08-06 Martin PoolFix check for ino_t to work with both autoconf2.50...
2001-06-22 David DykstraImprove the description of --with-default-rsync.
2001-06-13 David DykstraSimplify the --with-rsync-path option implementation...
2001-06-12 David DykstraUse 3rd parameter in AC_DEFINE and AC_DEFINE_UNQUOTED...
2001-06-12 David DykstraAdd --with-rsync-path option.
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
next