summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Change socketpair test to verify that it works rather than just exists,David Dykstra2000-02-221-1/+13
* Move the checking for -lsocket -lnsl ahead of the checking for most ofDavid Dykstra2000-02-151-42/+44
* switch to using socketpair instead of pipe if possible. This fixes theAndrew Tridgell2000-01-281-1/+1
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-0/+11
* added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1999-11-011-1/+1
* updated the configure test for fnmatch() to see if FNM_PATHNAME isAndrew Tridgell1999-10-271-1/+2
* Include a test for a working getopt_long because the one on some versionsDavid Dykstra1999-03-121-14/+39
* Change getgroups to use GETGROUPS_T as the type of the group array returned,David Dykstra1999-03-021-1/+2
* Prevent the -g option from preserving groups that a non-root receiverDavid Dykstra1999-03-011-1/+1
* Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1999-02-181-1/+1
* Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1999-02-031-1/+1
* no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1998-12-301-1/+1
* Look for strcasecmp in -lresolv for Unixware.David Dykstra1998-11-181-0/+8
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-0/+1
* compile with optimisation by default on all compilersAndrew Tridgell1998-11-141-0/+3
* need BIG_ENDIAN test for inet_ntoa replacementAndrew Tridgell1998-10-301-0/+1
* check for a broken inet_ntoa() on IRIXAndrew Tridgell1998-10-301-18/+33
* fixed cacheing of some values (using code from Samba)Andrew Tridgell1998-10-291-46/+61
* Fix for systems such as Unixware that have a cc that does not support -oDavid Dykstra1998-10-291-0/+25
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-291-0/+3
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-1/+1
* handle sstem (sco 3) with glob but not glob.hAndrew Tridgell1998-09-091-0/+1
* put the time in when using log file.Andrew Tridgell1998-09-091-1/+1
* handle hard links on systems with 16 bit ino_tAndrew Tridgell1998-07-171-0/+8
* - use explicit flushes instead of setlinebuf. I've had reports ofAndrew Tridgell1998-07-021-1/+1
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-1/+1
* check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1998-05-261-1/+1
* need strchr check in configure.inAndrew Tridgell1998-05-221-1/+1
* use a simpler mmap() test in autoconf as we don't need all theAndrew Tridgell1998-05-221-3/+2
* don't need two AC_OUTPUT lines in configure.inAndrew Tridgell1998-05-221-2/+1
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-221-0/+1
* added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1998-05-131-1/+1
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-0/+1
* fixed typo in socket testAndrew Tridgell1998-05-101-2/+2
* look for -lsocket by checking for connect()Andrew Tridgell1998-05-101-0/+31
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-1/+1
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-1/+1
* improve the autoconf warning for broken readdirAndrew Tridgell1998-05-071-1/+1
* don't need off64_t code on systems where off_t is already 64 bitsAndrew Tridgell1998-05-061-1/+1
* better test for solaris broken readdirAndrew Tridgell1998-05-061-6/+8
* handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1998-05-061-0/+7
* Solaris 2.6 doesn't support "signed char". What a broken system!Andrew Tridgell1998-05-061-1/+7
* use floating point for printout of stats - this wrks on machinesAndrew Tridgell1998-05-061-1/+1
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-0/+7
* fix up the int64 handling a little. It should work on a few moreAndrew Tridgell1998-05-061-2/+2
* don't need to test for SETPGRP any more as it is no longer usedAndrew Tridgell1998-03-271-2/+0
* - fixed a bug in the utimbuf testAndrew Tridgell1998-03-251-3/+1
* changes to make VPATH work correctly, thanks to patl@cag.lcs.mit.eduAndrew Tridgell1998-03-251-1/+1
* test for "long long" and %lld in configure.Andrew Tridgell1998-03-231-0/+6