CVS update: rsync

Wayne Davison wayned at samba.org
Mon Feb 14 01:29:17 GMT 2005


Date:	Mon Feb 14 01:29:17 2005
Author:	wayned

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

Modified Files:
	flist.c 
Log Message:
If f_name_cmp() discovers that two directory strings compare to an
equal value without being equal pointers, substitute one of the
pointers for the other in the file list.  This optimizes future name
comparisons.  Note also that this optimization won't be triggered
very often (because rsync tends to send the names grouped by dir-
name at transmission time), but it's nice to be able to assume that
all files in the same dir have identical dir-name pointers after the
qsort is finished.


Revisions:
flist.c		1.272 => 1.273
	http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.272&r2=1.273


More information about the rsync-cvs mailing list