summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* changes to make VPATH work correctly, thanks to patl@cag.lcs.mit.eduAndrew Tridgell1998-03-251-1/+2
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-1/+1
* *** empty log message ***Andrew Tridgell1998-01-271-1/+1
* *** empty log message ***v1.6.9Andrew Tridgell1998-01-131-0/+2
* *** empty log message ***Andrew Tridgell1998-01-131-3/+4
* *** empty log message ***Andrew Tridgell1998-01-131-1/+1
* cosmetic changes onlyAndrew Tridgell1998-01-051-5/+5
* - check for setlinebuf() in autoconf. Apparently HPUX doesn't have itAndrew Tridgell1997-12-161-2/+4
* patch from Jim Meyering <meyering@eng.ascend.com>Andrew Tridgell1997-12-151-4/+3
* - detect presence of remsh and use it instead of rshAndrew Tridgell1996-10-011-1/+0
* Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1996-07-031-1/+1
* added hooks for compression in token.cAndrew Tridgell1996-07-011-1/+1
* - hard linksAndrew Tridgell1996-06-301-1/+1
* - improved filename packingAndrew Tridgell1996-06-271-1/+1
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-1/+2
* Initial revisionAndrew Tridgell1996-06-221-0/+49