CVS update: rsyncweb

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 18:09:09 2006
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv4772

Modified Files:
FAQ.html 
Log Message:
Mention the --modify-window=1 option in the section on transferring
too many files.


Revisions:
FAQ.html1.5 => 1.6
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/FAQ.html?r1=1.5&r2=1.6
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/testsuite

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:24 2006
Author: wayned

Update of /data/cvs/rsync/testsuite
In directory dp.samba.org:/tmp/cvs-serv15565/testsuite

Modified Files:
wildmatch.test 
Log Message:
We now test all the patterns using both a normal wildtest run and
a wildtest run with various -x and -e options.


Revisions:
wildmatch.test  1.9 => 1.10

http://www.samba.org/cgi-bin/cvsweb/rsync/testsuite/wildmatch.test?r1=1.9&r2=1.10
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/testsuite

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:27 2006
Author: wayned

Update of /data/cvs/rsync/testsuite
In directory dp.samba.org:/tmp/cvs-serv15629/testsuite

Modified Files:
exclude.test 
Log Message:
Added a test for the new "dir/***" feature.


Revisions:
exclude.test1.18 => 1.19

http://www.samba.org/cgi-bin/cvsweb/rsync/testsuite/exclude.test?r1=1.18&r2=1.19
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:32 2006
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv15722

Modified Files:
rsync.yo rsync.1 
Log Message:
Document the new "dir/***" feature.


Revisions:
rsync.yo1.317 => 1.318
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.yo?r1=1.317&r2=1.318
rsync.1 1.328 => 1.329
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.328&r2=1.329
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:21 2006
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv15548

Modified Files:
wildtest.c 
Log Message:
Added -x and -e options, which are used to exercise wildmatch_array().


Revisions:
wildtest.c  1.14 => 1.15
http://www.samba.org/cgi-bin/cvsweb/rsync/wildtest.c?r1=1.14&r2=1.15
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:18 2006
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv15531

Modified Files:
exclude.c 
Log Message:
We use the new wildmatch_array() and litmatch_array() functions to
make our include/exclude code easier to read and maintain, and to
eliminate a buffer copy when handling an absolute-path pattern
(which eliminated the full_name[] buffer).  Also added handling
for the new MATCHFLG_WILD3_SUFFIX define that allows a string that
ends with "dir/***" to match the "dir" as well as its contents.


Revisions:
exclude.c   1.123 => 1.124
http://www.samba.org/cgi-bin/cvsweb/rsync/exclude.c?r1=1.123&r2=1.124
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/lib

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:15 2006
Author: wayned

Update of /data/cvs/rsync/lib
In directory dp.samba.org:/tmp/cvs-serv15407/lib

Modified Files:
wildmatch.c 
Log Message:
Added a new function, wildmatch_array(), that lets the caller pass
the text-string as an array of strings (with a terminating NULL
pointer at the end).  Also added litmatch_array(), which does a
literal match (no wildcards or special chars) against an array of
strings.


Revisions:
wildmatch.c 1.15 => 1.16

http://www.samba.org/cgi-bin/cvsweb/rsync/lib/wildmatch.c?r1=1.15&r2=1.16
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/lib

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:12 2006
Author: wayned

Update of /data/cvs/rsync/lib
In directory dp.samba.org:/tmp/cvs-serv15389/lib

Modified Files:
wildmatch.h 
Log Message:
The latest prototypes.


Revisions:
wildmatch.h 1.3 => 1.4
http://www.samba.org/cgi-bin/cvsweb/rsync/lib/wildmatch.h?r1=1.3&r2=1.4
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2006-01-02 Thread Wayne Davison

Date:   Mon Jan  2 17:46:09 2006
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv15326

Modified Files:
rsync.h 
Log Message:
Added MATCHFLG_WILD3_SUFFIX define, shuffling a few others to put
it in a nice spot.


Revisions:
rsync.h 1.269 => 1.270
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.h?r1=1.269&r2=1.270
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs