summaryrefslogtreecommitdiff
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Wayne Davison:Martin Pool2001-06-211-1/+1
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* Change from getopt to popt -- requires const-correctness on arguments.Martin Pool2001-02-231-8/+9
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-1/+4
* Get rid of const modifiers; they're problematic with old compilers.Martin Pool2000-10-091-1/+1
* include/exclude cluestick: with -vv, print out whether files areMartin Pool2000-10-091-9/+41
* a hack to make listing remote sites (by leaving off a target) moreAndrew Tridgell2000-08-291-0/+6
* runtime detect fnmatch() bug if ** is used.Andrew Tridgell2000-01-291-1/+11
* the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell2000-01-251-2/+4
* removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell2000-01-231-53/+0
* fixed passing of directory exclude options to remote side (thanks toAndrew Tridgell1999-11-081-1/+4
* Allow + and - in the "include" and "exclude" directives in rsyncd.conf.David Dykstra1999-03-121-2/+50
* Disable the optimization that treats include-only files as a special caseDavid Dykstra1999-03-021-1/+2
* Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1999-02-181-1/+2
* Changed the optimized include mode (which kicks in when there are a seriesDavid Dykstra1999-02-101-1/+4
* Support '#' and ';' comments in exclude files. It would actually notDavid Dykstra1999-02-091-1/+6
* 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