index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exclude.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new pathjoin() function.
Wayne Davison
2004-01-20
1
-6
/
+4
*
Got rid of support for protocols 17 and 18.
Wayne Davison
2004-01-08
1
-5
/
+0
*
Use buffered I/O to read the exclude list.
Wayne Davison
2004-01-02
1
-12
/
+12
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-4
/
+4
*
Changed "remote_version" to "protocol_version".
Wayne Davison
2003-09-09
1
-2
/
+2
*
Call wildmatch(), not fnmatch().
Wayne Davison
2003-07-30
1
-12
/
+3
*
Made make_exclude() store anchored config-file excludes with the full
Wayne Davison
2003-07-01
1
-98
/
+92
*
Fixed some matching bugs; made the logic of the matching code a little
Wayne Davison
2003-05-01
1
-11
/
+52
*
Some whitespace/indentation cleanup.
Wayne Davison
2003-04-17
1
-49
/
+48
*
Open the file in BINARY fd mode, handle the normal line-ending characters
Wayne Davison
2003-03-30
1
-15
/
+29
*
Got rid of O_TEXT_STR and added code to strip '\r' from the end of the
Wayne Davison
2003-01-26
1
-3
/
+3
*
Open config files in text mode when O_TEXT is defined. This helps on
David Dykstra
2003-01-26
1
-2
/
+2
*
Added .svn/ to the cvs_ignore_list and some trailing slashes to the
Wayne Davison
2003-01-09
1
-5
/
+4
*
Patch from J.W. Schultz to have --include-from and --exclude-from on
David Dykstra
2002-08-29
1
-1
/
+7
*
Try to fix ctype issues by always calling these functions as
Martin Pool
2002-04-11
1
-2
/
+2
*
Correction from Nelson Beebe: argument to functions such as isspace()
Martin Pool
2002-04-09
1
-21
/
+22
*
Doc.
Martin Pool
2002-02-18
1
-6
/
+4
*
Doc: Rusty's /*/* exclude hack produces spurious output with -vv.
Martin Pool
2002-02-06
1
-0
/
+5
*
Patch from wayned so that add_exclude_list produces clearer debugging
Martin Pool
2002-02-05
1
-3
/
+5
*
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
2002-01-23
1
-1
/
+2
*
Fix from Wayne Davison:
Martin Pool
2001-06-21
1
-1
/
+1
*
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
2001-05-07
1
-1
/
+1
*
Change from getopt to popt -- requires const-correctness on arguments.
Martin Pool
2001-02-23
1
-8
/
+9
*
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
2000-10-26
1
-1
/
+4
*
Get rid of const modifiers; they're problematic with old compilers.
Martin Pool
2000-10-09
1
-1
/
+1
*
include/exclude cluestick: with -vv, print out whether files are
Martin Pool
2000-10-09
1
-9
/
+41
*
a hack to make listing remote sites (by leaving off a target) more
Andrew Tridgell
2000-08-29
1
-0
/
+6
*
runtime detect fnmatch() bug if ** is used.
Andrew Tridgell
2000-01-29
1
-1
/
+11
*
the convoluted nest of #ifdefs that is fnmatch.c caught us again. On
Andrew Tridgell
2000-01-25
1
-2
/
+4
*
removed Daves include-only optimisation. One of the bug reports turned
Andrew Tridgell
2000-01-23
1
-53
/
+0
*
fixed passing of directory exclude options to remote side (thanks to
Andrew Tridgell
1999-11-08
1
-1
/
+4
*
Allow + and - in the "include" and "exclude" directives in rsyncd.conf.
David Dykstra
1999-03-12
1
-2
/
+50
*
Disable the optimization that treats include-only files as a special case
David Dykstra
1999-03-02
1
-1
/
+2
*
Changed exclude/include matching so that normally wildcards will stop at
David Dykstra
1999-02-18
1
-1
/
+2
*
Changed the optimized include mode (which kicks in when there are a series
David Dykstra
1999-02-10
1
-1
/
+4
*
Support '#' and ';' comments in exclude files. It would actually not
David Dykstra
1999-02-09
1
-1
/
+6
*
Always include "." when processing exclude lists. This avoids confusion
David Dykstra
1998-11-24
1
-0
/
+4
*
Add "include" and "include from" rsyncd.conf options. Contributed
David Dykstra
1998-11-23
1
-0
/
+11
*
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1998-11-14
1
-1
/
+1
*
Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codes
David Dykstra
1998-11-04
1
-1
/
+1
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-2
/
+2
*
Fix bug in --include and --include-from which didn't work as advertised;
David Dykstra
1998-10-26
1
-15
/
+10
*
Optimize server for special case of a long list of includes ("+") followed
David Dykstra
1998-10-26
1
-1
/
+53
*
use Realloc instead of realloc
Andrew Tridgell
1998-05-28
1
-5
/
+1
*
- always flush the IO write buffer when reading
Andrew Tridgell
1998-05-27
1
-3
/
+3
*
added support for --include, --include-from and the +/- syntax
Andrew Tridgell
1998-05-27
1
-118
/
+191
*
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1998-05-15
1
-2
/
+2
*
added "exclude" and "exclude from" options to rsyncd.conf.
Andrew Tridgell
1998-05-15
1
-6
/
+16
*
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1998-05-07
1
-4
/
+3
*
a leading / in a pattern now means "use a absolute path match". This
Andrew Tridgell
1998-05-05
1
-0
/
+2
[next]