summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
1998-10-29Fix for systems such as Unixware that have a cc that does not support -oDavid Dykstra1-1/+3
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-4/+4
1998-10-27- Define bindir and mandir as per gnu makefile standardsDavid Dykstra1-9/+12
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-1/+1
1998-09-09added finddead target, removed dead code and made some functionsAndrew Tridgell1-0/+8
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-1/+1
1998-07-17removed old "make dist" targetAndrew Tridgell1-7/+0
1998-06-18use LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)Andrew Tridgell1-1/+1
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-1/+1
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras1-2/+5
1998-05-15use a separate "make man" target so people don't need yodlAndrew Tridgell1-5/+5
1998-05-14documentation!Andrew Tridgell1-1/+11
1998-05-13first working version of challenge response authentication. needsAndrew Tridgell1-1/+1
1998-05-13added two new options "max connections" and "lock file"Andrew Tridgell1-1/+1
1998-05-13added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1-1/+1
1998-05-10split the options parsing code into options.cAndrew Tridgell1-1/+2
1998-05-10cleanup code a bitAndrew Tridgell1-1/+1
1998-05-09first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1-2/+3
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-1/+1
1998-03-25changes to make VPATH work correctly, thanks to patl@cag.lcs.mit.eduAndrew Tridgell1-1/+2
1998-03-23added wrappers around all the system calls that can change what is onAndrew Tridgell1-1/+1
1998-01-27*** empty log message ***Andrew Tridgell1-1/+1
1998-01-13*** empty log message ***v1.6.9Andrew Tridgell1-0/+2
1998-01-13*** empty log message ***Andrew Tridgell1-3/+4
1998-01-13*** empty log message ***Andrew Tridgell1-1/+1
1998-01-05cosmetic changes onlyAndrew Tridgell1-5/+5
1997-12-16- check for setlinebuf() in autoconf. Apparently HPUX doesn't have itAndrew Tridgell1-2/+4
1997-12-15patch from Jim Meyering <meyering@eng.ascend.com>Andrew Tridgell1-4/+3
1996-10-01- detect presence of remsh and use it instead of rshAndrew Tridgell1-1/+0
1996-07-03Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1-1/+1
1996-07-01added hooks for compression in token.cAndrew Tridgell1-1/+1
1996-06-30- hard linksAndrew Tridgell1-1/+1
1996-06-27- improved filename packingAndrew Tridgell1-1/+1
1996-06-26went to full non-blocking writes for the send_files() processAndrew Tridgell1-1/+2
1996-06-22Initial revisionAndrew Tridgell1-0/+49