- Use the new do_xfers variable in place of some dry_run checks
[rsync.git] / configure.in
2005-04-06 Wayne DavisonAdded skipping of mkstemp() on HP-UX.
2005-04-01 Wayne Davison- Changed version to 2.6.5cvs.
2005-03-31 Wayne DavisonPreparing for release of 2.6.4 v2.6.4
2005-03-29 Wayne DavisonPreparing for release of 2.6.4pre4 v2.6.4pre4
2005-03-16 Wayne DavisonPreparing for release of 2.6.4pre3 v2.6.4pre3
2005-03-01 Wayne DavisonPreparing for release of 2.6.4pre2 v2.6.4pre2
2005-02-23 Wayne DavisonPreparing for release of 2.6.4pre1 v2.6.4pre1
2005-02-21 Wayne DavisonAdded function check for vasprintf.
2005-02-21 Wayne Davison- Added function tests for va_copy and __va_copy for...
2005-01-28 Wayne DavisonAdded a check for "struct stat64".
2005-01-28 Wayne DavisonSwitched the checks for "long long" and "off64_t" to...
2005-01-28 Wayne Davison- Made some of the tests work better when cross-compiling.
2005-01-03 Wayne DavisonDecided that a cross-compling configure should default the
2005-01-03 Wayne Davison- Added a test to see if chown() follows symlinks.
2004-10-01 Wayne Davison- Check if struct sockaddr_un has a sun_len member.
2004-10-01 Wayne DavisonCheck for the setmode() function.
2004-09-30 Wayne DavisonPreparing for release of 2.6.3 v2.6.3
2004-09-23 Wayne DavisonAssume that gettimeofday() takes two arguments when...
2004-09-21 Wayne DavisonPreparing for release of 2.6.3pre2 v2.6.3pre2
2004-08-12 Wayne DavisonPreparing for release of 2.6.3pre1 v2.6.3pre1
2004-08-02 Wayne DavisonTest for functions open64() and mkstemp64().
2004-07-16 Wayne DavisonAdded a check for ftruncate.
2004-04-30 Wayne DavisonPreparing for release of 2.6.2
2004-04-30 Wayne DavisonImproved the program that checks for broken large-file...
2004-04-29 Wayne DavisonPreparing for release of 2.6.2pre1 v2.6.2pre1
2004-04-29 Wayne DavisonGot rid of unused check for sys/sysctl.h.
2004-04-27 Wayne DavisonPreparing for release of 2.6.1
2004-04-17 Wayne DavisonPreparing for release of 2.6.1pre-2 v2.6.1pre2
2004-04-09 Wayne DavisonUse AC_HEADER_MAJOR for better makedev/major/minor...
2004-04-09 Wayne DavisonAdded sys/mkdev.h to the searched-for headers.
2004-03-24 Wayne DavisonPreparing for release of 2.6.1pre-1 v2.6.1pre1
2004-03-16 Wayne DavisonFixed the test for sin_len as noted by Shinichi Maruyam...
2004-02-27 Wayne DavisonWe now set HAVE_SOCKADDR_SA_LEN and HAVE_SOCKADDR_SIN_L...
2004-02-26 Wayne DavisonA couple AC_DEFINE() changes so that we can do without...
2004-02-23 Wayne DavisonAllow the default (system) rsyncd.conf file to be speci...
2004-02-04 Wayne DavisonAdded function check for getgroups.
2004-02-04 Wayne DavisonAdded getegid to the functions we check.
2004-02-04 Wayne DavisonAdded geteuid to the functions to check.
2004-01-15 Wayne DavisonChanged version to "2.6.1cvs".
2004-01-08 Wayne DavisonAdded explicit call to AC_PROG_EGREP.
2004-01-03 Wayne DavisonAdded missing '[]'s to AC_CHECK_FUNCS() calls so that...
2004-01-01 Wayne DavisonPreparing for release of 2.6.0
2003-12-28 Wayne DavisonPreparing for release of 2.6.0pre2 v2.6.0pre2
2003-12-20 Wayne DavisonOutput a warning about the new remote-shell default...
2003-12-16 Wayne DavisonMade the default remote-shell be "ssh" (override with...
2003-12-15 Wayne DavisonChanged the version to 2.6.0pre1.
2003-12-15 Wayne DavisonChanged version to 2.6.0 in preparation for new release.
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 v2.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. v2.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. v2.5.5.rc1
2002-03-14 Martin PoolBump version to 2.5.5cvs
2002-03-13 Martin PoolBump version to 2.5.4. v2.5.4
2002-03-12 Martin PoolBump version to 2.5.4pre1.
2002-03-11 Martin PoolSet version to 2.5.3. v2.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 v2.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. v2.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
next