added timeout option in rsyncd.conf
[rsync.git] / Makefile.in
1998-10-29 David DykstraFix for systems such as Unixware that have a cc that...
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-27 David Dykstra- Define bindir and mandir as per gnu makefile standards
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...
1998-07-17 Andrew Tridgellremoved old "make dist" target
1998-06-18 Andrew Tridgelluse LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-22 Paul MackerrasUpdate to use the new zlib-1.1.2 code.
1998-05-15 Andrew Tridgelluse a separate "make man" target so people don't need...
1998-05-14 Andrew Tridgelldocumentation!
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-10 Andrew Tridgellcleanup code a bit
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-03-25 Andrew Tridgellchanges to make VPATH work correctly, thanks to patl...
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-01-27 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message *** v1.6.9
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-05 Andrew Tridgellcosmetic changes only
1997-12-16 Andrew Tridgell- check for setlinebuf() in autoconf. Apparently HPUX...
1997-12-15 Andrew Tridgellpatch from Jim Meyering <meyering@eng.ascend.com>
1996-10-01 Andrew Tridgell- detect presence of remsh and use it instead of rsh
1996-07-03 Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-07-01 Andrew Tridgelladded hooks for compression in token.c
1996-06-30 Andrew Tridgell- hard links
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-22 Andrew TridgellInitial revision