summaryrefslogtreecommitdiff
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* Always include "." when processing exclude lists. This avoids confusionDavid Dykstra1998-11-241-0/+4
* Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1998-11-231-0/+11
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-1/+1
* Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codesDavid Dykstra1998-11-041-1/+1
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-2/+2
* Fix bug in --include and --include-from which didn't work as advertised;David Dykstra1998-10-261-15/+10
* Optimize server for special case of a long list of includes ("+") followedDavid Dykstra1998-10-261-1/+53
* use Realloc instead of reallocAndrew Tridgell1998-05-281-5/+1
* - always flush the IO write buffer when readingAndrew Tridgell1998-05-271-3/+3
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-118/+191
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-2/+2
* added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1998-05-151-6/+16
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-4/+3
* a leading / in a pattern now means "use a absolute path match". ThisAndrew Tridgell1998-05-051-0/+2
* fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1998-04-011-3/+3
* - added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1998-03-261-2/+3
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-1/+1
* some people are now using rsync as a public server, using variousAndrew Tridgell1997-12-151-1/+1
* - hard linksAndrew Tridgell1996-06-301-3/+3
* new exit/cleanup codeAndrew Tridgell1996-06-281-1/+1
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-1/+0
* Initial revisionAndrew Tridgell1996-06-221-0/+202