summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-18Doc.Martin Pool1-6/+4
2002-02-06Doc: Rusty's /*/* exclude hack produces spurious output with -vv.Martin Pool1-0/+5
2002-02-05Patch from wayned so that add_exclude_list produces clearer debuggingMartin Pool1-3/+5
2002-01-23Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool1-1/+2
2001-06-21Fix from Wayne Davison:Martin Pool1-1/+1
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-1/+1
2001-02-23Change from getopt to popt -- requires const-correctness on arguments.Martin Pool1-8/+9
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-1/+4
2000-10-09Get rid of const modifiers; they're problematic with old compilers.Martin Pool1-1/+1
2000-10-09include/exclude cluestick: with -vv, print out whether files areMartin Pool1-9/+41
2000-08-29a hack to make listing remote sites (by leaving off a target) moreAndrew Tridgell1-0/+6
2000-01-29runtime detect fnmatch() bug if ** is used.Andrew Tridgell1-1/+11
2000-01-25the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell1-2/+4
2000-01-23removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell1-53/+0
1999-11-08fixed passing of directory exclude options to remote side (thanks toAndrew Tridgell1-1/+4
1999-03-12Allow + and - in the "include" and "exclude" directives in rsyncd.conf.David Dykstra1-2/+50
1999-03-02Disable the optimization that treats include-only files as a special caseDavid Dykstra1-1/+2
1999-02-18Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1-1/+2
1999-02-10Changed the optimized include mode (which kicks in when there are a seriesDavid Dykstra1-1/+4
1999-02-09Support '#' and ';' comments in exclude files. It would actually notDavid Dykstra1-1/+6
1998-11-24Always include "." when processing exclude lists. This avoids confusionDavid Dykstra1-0/+4
1998-11-23Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1-0/+11
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-1/+1
1998-11-04Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codesDavid Dykstra1-1/+1
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-2/+2
1998-10-26Fix bug in --include and --include-from which didn't work as advertised;David Dykstra1-15/+10
1998-10-26Optimize server for special case of a long list of includes ("+") followedDavid Dykstra1-1/+53
1998-05-28use Realloc instead of reallocAndrew Tridgell1-5/+1
1998-05-27- always flush the IO write buffer when readingAndrew Tridgell1-3/+3
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-118/+191
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-2/+2
1998-05-15added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1-6/+16
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-4/+3
1998-05-05a leading / in a pattern now means "use a absolute path match". ThisAndrew Tridgell1-0/+2
1998-04-01fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1-3/+3
1998-03-26- added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1-2/+3
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-1/+1
1997-12-15some people are now using rsync as a public server, using variousAndrew Tridgell1-1/+1
1996-06-30- hard linksAndrew Tridgell1-3/+3
1996-06-28new exit/cleanup codeAndrew Tridgell1-1/+1
1996-06-26went to full non-blocking writes for the send_files() processAndrew Tridgell1-1/+0
1996-06-22Initial revisionAndrew Tridgell1-0/+202