aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* Call wildmatch(), not fnmatch().Wayne Davison2003-07-301-12/+3
* Made make_exclude() store anchored config-file excludes with the fullWayne Davison2003-07-011-98/+92
* Fixed some matching bugs; made the logic of the matching code a littleWayne Davison2003-05-011-11/+52
* Some whitespace/indentation cleanup.Wayne Davison2003-04-171-49/+48
* Open the file in BINARY fd mode, handle the normal line-ending charactersWayne Davison2003-03-301-15/+29
* Got rid of O_TEXT_STR and added code to strip '\r' from the end of theWayne Davison2003-01-261-3/+3
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-2/+2
* Added .svn/ to the cvs_ignore_list and some trailing slashes to theWayne Davison2003-01-091-5/+4
* Patch from J.W. Schultz to have --include-from and --exclude-from onDavid Dykstra2002-08-291-1/+7
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-2/+2
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-21/+22
* Doc.Martin Pool2002-02-181-6/+4
* Doc: Rusty's /*/* exclude hack produces spurious output with -vv.Martin Pool2002-02-061-0/+5
* Patch from wayned so that add_exclude_list produces clearer debuggingMartin Pool2002-02-051-3/+5
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-1/+2
* 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