patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / exclude.c
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-26 David DykstraFix bug in --include and --include-from which didn...
1998-10-26 David DykstraOptimize server for special case of a long list of...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-27 Andrew Tridgell- always flush the IO write buffer when reading
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-05 Andrew Tridgella leading / in a pattern now means "use a absolute...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1997-12-15 Andrew Tridgellsome people are now using rsync as a public server...
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-22 Andrew TridgellInitial revision