summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* The name resolution stuff is getting complicated -- split it out intoMartin Pool2002-01-251-1/+2
* Add "$(OBJS): config.h" so everything will rebuild if config.h changes.David Dykstra2001-11-301-0/+2
* Add message to ignore warnings about mktempMartin Pool2001-11-301-0/+1
* Use tls rather than the OS's ls(1) so that we have more chance ofMartin Pool2001-11-271-2/+2
* make clean can rm config.cache but not config.h, or it wil jam.Martin Pool2001-11-271-10/+5
* Make clean should also remove the autoconf cache etc.Martin Pool2001-11-271-1/+2
* Get rid of rule disliked by Sun Make.Martin Pool2001-11-241-3/+1
* Set rsync version in configure.inMartin Pool2001-11-241-0/+3
* Fix Makefile syntax problem when LIBOBJS is defined.Martin Pool2001-11-241-1/+1
* Rebuild if headers changed.Martin Pool2001-11-241-0/+2
* Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool2001-11-231-0/+6
* Add a little implementation of ls(1) so that we can look at all andMartin Pool2001-09-071-4/+12
* $RSYNC must be set to absolute path so that it can be passed to --rsync-pathMartin Pool2001-08-291-1/+1
* Remove testtmp directory on 'clean'.Martin Pool2001-08-291-2/+7
* More test case work:Martin Pool2001-08-291-1/+8
* Redraft testsuite driver script to unify 'make check', 'makeMartin Pool2001-08-291-1/+12
* Set up scratch directory for tests.Martin Pool2001-08-171-1/+1
* Try to fix "make check" directory path.Martin Pool2001-08-171-2/+1
* Start to unify the "make check" and build farm test suitesMartin Pool2001-08-161-0/+8
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-1/+1
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-021-5/+2
* i hate makefiles that automatically run configureAndrew Tridgell2001-03-211-1/+1
* Explain that the mktemp warning is harmless.Martin Pool2001-02-271-1/+11
* Upgrade from including popt1.2 to a version of popt1.5 trimmed down toMartin Pool2001-02-241-7/+4
* Change from getopt to popt.Martin Pool2001-02-231-1/+6
* added LFS support for Solaris 8Andrew Tridgell2000-09-051-0/+1
* I don't like automatic header dependenciesAndrew Tridgell2000-08-191-4/+0
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-1/+1
* Make all the rsync objects dependent on all the header files except theDavid Dykstra2000-01-101-0/+4
* separated out the make_backup code in preparation for some patchesAndrew Tridgell1999-08-301-1/+1
* Add distclean target to Makefile.in.David Dykstra1999-03-091-0/+3
* Fix for systems such as Unixware that have a cc that does not support -oDavid Dykstra1998-10-291-1/+3
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-291-4/+4
* - Define bindir and mandir as per gnu makefile standardsDavid Dykstra1998-10-271-9/+12
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-1/+1
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-0/+8
* rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1998-07-251-1/+1
* removed old "make dist" targetAndrew Tridgell1998-07-171-7/+0
* use LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)Andrew Tridgell1998-06-181-1/+1
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-1/+1
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-221-2/+5
* use a separate "make man" target so people don't need yodlAndrew Tridgell1998-05-151-5/+5
* documentation!Andrew Tridgell1998-05-141-1/+11
* first working version of challenge response authentication. needsAndrew Tridgell1998-05-131-1/+1
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-1/+1
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-1/+1
* split the options parsing code into options.cAndrew Tridgell1998-05-101-1/+2
* cleanup code a bitAndrew Tridgell1998-05-101-1/+1
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-2/+3
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-1/+1