CVS update: rsync
Date: Sat Nov 11 08:01:40 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23888 Modified Files: exclude.c Log Message: Tweaked an exit_cleanup() value. Revisions: exclude.c 1.141 = 1.142 http://www.samba.org/cgi-bin/cvsweb/rsync/exclude.c?r1=1.141r2=1.142 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 14:45:00 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19720 Modified Files: generator.c Log Message: - Make delete_dir_contents() use less stack by recursing directly it itself, and then calling delete_item() w/o DEL_RECURSE. - Fixed the return value handling of delete_dir_contents(). Revisions: generator.c 1.296 = 1.297 http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c?r1=1.296r2=1.297 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 15:34:31 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2923 Modified Files: flist.c Log Message: When make_file() gets a stat() error on a file, the check-for- exclusion-before-reporting-an-error code allows a dir-specific rule to match the unknown file, not just a non-dir rule. Revisions: flist.c 1.358 = 1.359 http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.358r2=1.359 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 16:39:02 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2486 Modified Files: generator.c Log Message: - Restored some of Matt's suggested logic that I left out, as it is needed to get --dry-run to output appropriately. - Got rid of DR_PINNED from the enum delret. - Set a flag when we're deleting outside the transfer hierarchy and initialize a counter that flist.c will use to count excluded files. Revisions: generator.c 1.297 = 1.298 http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c?r1=1.297r2=1.298 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 16:39:57 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6595 Modified Files: exclude.c Log Message: Added the 'p' (perishable) flag to the filter rules. Revisions: exclude.c 1.142 = 1.143 http://www.samba.org/cgi-bin/cvsweb/rsync/exclude.c?r1=1.142r2=1.143 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 16:43:13 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv11339 Modified Files: rsync.h Log Message: Added the MATCHFLAG_PERISHABLE flag. Revisions: rsync.h 1.303 = 1.304 http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.h?r1=1.303r2=1.304 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 16:44:22 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv11515 Modified Files: flist.c Log Message: If ignore_perishable is set, increment a count of all excluded items found by make_file(). Revisions: flist.c 1.359 = 1.360 http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.359r2=1.360 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 17:01:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27928 Modified Files: rsync.yo rsync.1 Log Message: Document the new p (perishable) filter modifier. Revisions: rsync.yo1.389 = 1.390 http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.yo?r1=1.389r2=1.390 rsync.1 1.402 = 1.403 http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.402r2=1.403 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync
Date: Sat Nov 11 17:09:32 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6331 Modified Files: generator.c Log Message: Tweaked a couple comments. Revisions: generator.c 1.298 = 1.299 http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c?r1=1.298r2=1.299 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs
CVS update: rsync/patches
Date: Sat Nov 11 17:32:27 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv31052 Modified Files: detect-renamed.diff flags.diff threaded-receiver.diff Log Message: Fixed failing hunks. Revisions: detect-renamed.diff 1.8 = 1.9 http://www.samba.org/cgi-bin/cvsweb/rsync/patches/detect-renamed.diff?r1=1.8r2=1.9 flags.diff 1.13 = 1.14 http://www.samba.org/cgi-bin/cvsweb/rsync/patches/flags.diff?r1=1.13r2=1.14 threaded-receiver.diff 1.33 = 1.34 http://www.samba.org/cgi-bin/cvsweb/rsync/patches/threaded-receiver.diff?r1=1.33r2=1.34 ___ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs